VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
examples
exampleExtendDialogByDerivation
DerivedDialogLogic.h
Go to the documentation of this file.
1
/*****************************************************************************
2
* Copyright (c) 2012 MAK Technologies, Inc.
3
* All rights reserved.
4
*****************************************************************************/
5
9
10
#pragma once
11
12
#include <vrvOsgQt/DtLoaderSettingsLogic.h>
13
14
namespace
makVrv
15
{
16
class
DtDe
;
17
class
DtPersistenceControlsInterface;
18
}
19
20
class
ExtraDialogInterface
;
21
22
35
class
DerivedDialogLogic
:
public
makVrv::DtLoaderSettingsLogic
36
{
37
public
:
38
43
DerivedDialogLogic
(makVrv::DtDe& de,
44
makVrv::DtPersistenceControlsInterface& persistenceControls,
45
makVrv::DtLoaderSettingsInterface& settingsIFace,
46
ExtraDialogInterface
& extraIFace);
47
50
virtual
~DerivedDialogLogic
();
51
55
void
slot_enableFlagSet
(
bool
value);
56
57
protected
:
58
// A handle to the interface of the widget.
59
ExtraDialogInterface
&
myInterface
;
60
};
Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)