VR-Forces 4.6.1 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
setStateMoraleLevelPropertyDialog.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
DtSetStateMoraleLevelPropertyDialog
:
public
DtSetStatePropertyDialog
22
{
23
Q_OBJECT
24
25
public
:
26
//CTOR
27
DtSetStateMoraleLevelPropertyDialog
(
makVrv::DtDe
& de, QWidget* parent,
const
DtString
& property,
28
const
Qt::WindowFlags& flags = 0);
29
30
//DTOR
31
virtual
~
DtSetStateMoraleLevelPropertyDialog
();
32
33
protected
:
34
virtual
bool
valuesArePercentages(
const
std::vector<makVrv::DtSimEntry*>& data)
const
;
35
virtual
bool
sendValuesAsPercentages()
const
;
36
};
37
38
class
DT_DLL_VRFGUICOREQT
DtSetStateMoraleLevelPropertyDialogCreator
:
public
DtSetStatePropertyDialogCreator
39
{
40
public
:
41
DtSetStateMoraleLevelPropertyDialogCreator
(
makVrv::DtDe
&,
const
DtString
& prop);
42
43
virtual
DtTaskSetDialogInterface
* create(
makVrv::DtDe
&, QWidget* parent);
44
};
45
}
Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)