VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
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 Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)