VR-Forces 4.7 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
include
vrfGuiCoreQt
setStateMoppLevelPropertyDialog.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2013 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
8
9
#pragma once
10
11
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
12
#include <
vrfGuiCoreQt/setStatePropertyDialog.h
>
13
14
namespace
makVrf
15
{
18
19
class
DT_DLL_VRFGUICOREQT
DtSetStateMoppLevelPropertyDialog
:
public
DtSetStatePropertyDialog
20
{
21
Q_OBJECT
22
23
public
:
24
//CTOR
25
DtSetStateMoppLevelPropertyDialog
(
makVrv::DtDe
& de, QWidget* parent,
const
DtString
& property,
26
const
Qt::WindowFlags& flags = 0);
27
28
//DTOR
29
virtual
~
DtSetStateMoppLevelPropertyDialog
();
30
31
protected
:
33
virtual
void
addDataEntryIfModifiableValue(
PropertyItem
& item,
const
DtReaderWriter
* rw,
34
const
DtString
& pathSoFar,
int
level
,
bool
updateExistingValue,
int
row);
35
37
virtual
void
valueFromWidget(
const
PropertyItem
& item,
DtReaderWriter
* rw)
const
;
38
39
virtual
void
setupGui(
const
std::vector<makVrv::DtSimEntry*>& data);
40
};
41
42
class
DT_DLL_VRFGUICOREQT
DtSetStateMoppLevelPropertyDialogCreator
:
public
DtSetStatePropertyDialogCreator
43
{
44
public
:
45
DtSetStateMoppLevelPropertyDialogCreator
(
makVrv::DtDe
&,
const
DtString
& prop);
46
47
virtual
DtTaskSetDialogInterface
* createDialog(
makVrv::DtDe
&, QWidget* parent);
48
};
49
}
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)