VR-Forces 4.3 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
setAllStatePropertiesDialog.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2013 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
8
10
11
#pragma once
12
13
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
14
#include <
vrfGuiCoreQt/setStatePropertiesDialog.h
>
15
16
class
QLabel
;
17
class
QHBoxLayout;
18
class
QComboBox
;
19
20
namespace
makVrf
21
{
24
class
DT_DLL_VRFGUICOREQT
DtSetAllStatePropertiesDialog
:
public
DtSetStatePropertiesDialog
25
{
26
Q_OBJECT
27
public
:
28
//CTOR
29
DtSetAllStatePropertiesDialog
(
makVrv::DtDe
& de,
QWidget
* parent,
const
Qt::WindowFlags& flags = 0);
30
31
//DTOR
32
virtual
~
DtSetAllStatePropertiesDialog
();
33
34
protected
:
36
virtual
void
setupGui(
const
std::vector<makVrv::DtSimEntry*>& data);
37
};
38
39
class
DT_DLL_VRFGUICOREQT
DtSetAllStatePropertiesDialogCreator
:
public
DtVrfSetDialogCreator
40
{
41
public
:
42
virtual
DtTaskSetDialogInterface
* create(
makVrv::DtDe
&,
QWidget
* parent);
43
bool
supportsType(
makVrv::DtDe
&,
const
DtSetMessageType
&,
const
DtSimStatement
*)
const
;
44
};
45
}
Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)