VR-Forces 4.5 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
include
vrfGuiCoreQt
setStatePosturePropertyDialog.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
DtSetStatePosturePropertyDialog
:
public
DtSetStatePropertyDialog
20
{
21
Q_OBJECT
22
23
public
:
24
//CTOR
25
DtSetStatePosturePropertyDialog
(
makVrv::DtDe
& de,
QWidget
* parent,
const
DtString
& property,
26
const
Qt::WindowFlags& flags = 0);
27
28
//DTOR
29
virtual
~
DtSetStatePosturePropertyDialog
();
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
40
class
DT_DLL_VRFGUICOREQT
DtSetStatePosturePropertyDialogCreator
:
public
DtSetStatePropertyDialogCreator
41
{
42
public
:
43
DtSetStatePosturePropertyDialogCreator
(
makVrv::DtDe
&,
const
DtString
& prop);
44
45
virtual
DtTaskSetDialogInterface
* create(
makVrv::DtDe
&,
QWidget
* parent);
46
};
47
}
Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (
www.mak.com
)