VR-Forces Development_Version 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
setStatePercentCompletePropertyDialog.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2014 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
class
QSlider;
15
16
namespace
makVrf
17
{
20
21
class
DT_DLL_VRFGUICOREQT
DtSetStatePercentCompletePropertyDialog
:
public
DtSetStatePropertyDialog
22
{
23
Q_OBJECT
24
25
public
:
26
//CTOR
27
DtSetStatePercentCompletePropertyDialog
(
makVrv::DtDe
& de,
QWidget
* parent,
const
DtString
& property,
28
const
Qt::WindowFlags& flags = 0);
29
30
//DTOR
31
virtual
~
DtSetStatePercentCompletePropertyDialog
();
32
33
protected
:
34
virtual
void
setupGui(
const
std::vector<makVrv::DtSimEntry*>& data);
35
36
virtual
void
valueFromWidget(
const
PropertyItem
& item,
DtReaderWriter
* rw)
const
;
37
virtual
void
modifyStateProperty();
38
39
protected
slots:
40
virtual
void
percentCompleteSliderChanged();
41
42
public
:
43
QSlider*
myPercentCompleteSlider
;
44
};
45
46
class
DT_DLL_VRFGUICOREQT
DtSetStatePercentCompletePropertyDialogCreator
:
public
DtSetStatePropertyDialogCreator
47
{
48
public
:
49
DtSetStatePercentCompletePropertyDialogCreator
(
makVrv::DtDe
&,
const
DtString
& prop);
50
51
virtual
DtTaskSetDialogInterface
* create(
makVrv::DtDe
&,
QWidget
* parent);
52
};
53
}
Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)