VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
examples
exampleDialogPage
DtExampleLogic.h
Go to the documentation of this file.
1
/*****************************************************************************
2
* Copyright (c) 2011 MAK Technologies, Inc.
3
* All rights reserved.
4
*****************************************************************************/
5
9
10
#pragma once
11
12
#include "
exampleDialogPagePlugin.h
"
13
#include <
vrvUtil/DtSignalConnectionManager.h
>
14
15
namespace
makVrv
16
{
17
18
class
DtDe;
19
class
DtSettingsBackup;
20
class
DtExampleInterface;
21
class
DtPersistenceControlsInterface;
22
25
class
DT_DLL_EXAMPLEDIALOGPAGE
DtExampleLogic
26
:
private
DtSignalConnectionManager
27
{
28
public
:
29
31
DtExampleLogic
(
DtDe
& de,
DtExampleInterface
& iFace,
32
DtPersistenceControlsInterface
& pIFace );
33
35
virtual
~
DtExampleLogic
();
36
38
virtual
void
sendSettingsToGui();
39
41
void
slot_onIntChanged(
int
val );
42
44
virtual
void
on_import();
45
virtual
void
on_export();
46
virtual
void
on_importFilePathChosen(
const
std::string& filePath );
47
virtual
void
on_exportFilePathChosen(
const
std::string& filePath );
48
50
virtual
void
settingsRestored(
const
DtSettingsBackup
* b );
51
52
protected
:
53
54
DtDe
&
myDe
;
55
DtExampleInterface
&
myInterface
;
56
DtPersistenceControlsInterface
&
myPersistenceInterface
;
57
58
};
59
60
}
Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)