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
setReactiveTaskDisabledDialog.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/baseTaskSetDialogInterface.h
>
15
#include <
vrfGuiCore/reactiveTaskOrganizer.h
>
16
#include <
vrftasks/vrfObjectMessageTypeTemplate.h
>
17
18
#include <matrix/vlVector.h>
19
20
class
QVBoxLayout;
21
class
QComboBox
;
22
class
QLabel
;
23
class
QHBoxLayout;
24
25
namespace
makVrf
26
{
29
class
DT_DLL_VRFGUICOREQT
DtSetReactiveTaskDisabledDialog
:
public
DtBaseTaskSetDialogInterface
30
{
31
Q_OBJECT
32
public
:
33
//CTOR
34
DtSetReactiveTaskDisabledDialog
(
makVrv::DtDe
& de, QWidget* parent,
const
Qt::WindowFlags& flags = 0);
35
36
//DTOR
37
virtual
~
DtSetReactiveTaskDisabledDialog
();
38
39
protected
:
40
virtual
QWidget* contents(
const
std::vector<makVrv::DtSimEntry*>& data);
41
42
virtual
void
sendRequest();
43
45
virtual
void
setupFrom(
const
std::vector<makVrv::DtSimEntry*>& d);
46
47
protected
:
50
virtual
void
setupGui(
const
std::vector<makVrv::DtSimEntry*>& data);
51
53
virtual
void
setupStatement(
const
DtSimStatement
*);
54
56
virtual
void
allTasksReceived();
57
59
virtual
void
setupDialogAfterTasksReceived();
60
62
virtual
DtSimTaskMessageType
scriptId()
const
;
63
64
protected
slots:
65
virtual
void
currentTaskChanged();
66
67
public
:
68
QWidget*
myCanvas
;
69
QVBoxLayout*
myContentLayout
;
70
QHBoxLayout*
myLayout
;
71
QLabel
*
myLabel
;
72
QComboBox
*
myTasks
;
73
74
protected
:
75
DtReactiveTaskOrganizer
myReactiveTaskOrganizer
;
76
DtSimTaskMessageType
myInitialScriptId
;
77
};
78
79
class
DT_DLL_VRFGUICOREQT
DtSetReactiveTaskDisabledDialogCreator
:
public
DtVrfSetDialogCreator
80
{
81
public
:
82
virtual
DtTaskSetDialogInterface
* create(
makVrv::DtDe
&, QWidget* parent);
83
bool
supportsType(
makVrv::DtDe
&,
const
DtSetMessageType
&,
const
DtSimStatement
*)
const
;
84
};
85
}
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
)