VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiCoreQt
DtSetReactiveTaskEnabledDialog.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/DtSetReactiveTaskDisabledDialog.h
>
15
16
class
DtSetReactiveTaskEnabled
;
17
18
namespace
makVrf
19
{
20
class
DtScriptedTaskDialog;
21
25
class
DT_DLL_VRFGUICOREQT
DtSetReactiveTaskEnabledDialog
:
public
DtSetReactiveTaskDisabledDialog
26
{
27
Q_OBJECT
28
public
:
29
//CTOR
30
DtSetReactiveTaskEnabledDialog
(makVrv::DtDe& de,
QWidget
* parent,
const
Qt::WindowFlags& flags = 0);
31
32
//DTOR
33
virtual
~
DtSetReactiveTaskEnabledDialog
();
34
35
protected
:
36
virtual
QWidget
* contents(
const
std::vector<makVrv::DtSimEntry*>& data);
37
38
virtual
void
sendRequest();
39
41
virtual
void
setupDialogAfterTasksReceived();
42
43
protected
:
45
virtual
void
setupStatement(
const
DtSimStatement
*);
46
47
virtual
void
currentTaskChanged();
48
49
public
:
50
DtScriptedTaskDialog
*
myProperties
;
51
52
protected
:
53
DtSetReactiveTaskEnabled
*
myReactiveTask
;
54
};
55
56
class
DT_DLL_VRFGUICOREQT
DtSetReactiveTaskEnabledDialogCreator
:
public
DtVrfSetDialogCreator
57
{
58
public
:
59
virtual
DtTaskSetDialogInterface
* create(makVrv::DtDe&,
QWidget
* parent);
60
bool
supportsType(makVrv::DtDe&,
const
DtSetMessageType
&,
const
DtSimStatement
*)
const
;
61
};
62
}
Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)