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
setStatePacingTrackingDialog.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/setStateFlattenedPropertyDialog.h
>
13
14
namespace
makVrf
15
{
19
20
class
DT_DLL_VRFGUICOREQT
DtSetStatePacingTrackingDialog
:
public
DtSetStateFlattenedPropertyDialog
21
{
22
Q_OBJECT
23
24
public
:
25
//CTOR
26
DtSetStatePacingTrackingDialog
(
makVrv::DtDe
& de, QWidget* parent,
const
DtString
& property,
27
const
Qt::WindowFlags& flags = 0);
28
29
//DTOR
30
virtual
~
DtSetStatePacingTrackingDialog
();
31
32
protected
:
34
virtual
void
addDataEntryIfModifiableValue(
PropertyItem
& item,
const
DtReaderWriter
* rw,
35
const
DtString
& pathSoFar,
int
level
,
bool
updateExistingValue,
int
row);
36
38
virtual
void
valueFromWidget(
const
PropertyItem
& item,
DtReaderWriter
* rw)
const
;
39
};
40
41
class
DT_DLL_VRFGUICOREQT
DtSetStatePacingTrackingDialogCreator
:
public
DtSetStateFlattenedPropertyDialogCreator
42
{
43
public
:
44
DtSetStatePacingTrackingDialogCreator
(
makVrv::DtDe
&,
const
DtString
& prop);
45
46
virtual
DtTaskSetDialogInterface
* create(
makVrv::DtDe
&, QWidget* parent);
47
};
48
}
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
)