VR-Forces 4.6 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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 Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)