VR-Forces 4.5 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
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/vrfStateViewCollectionManager.h
>
16
#include <
vrfGuiCore/reactiveTaskOrganizer.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
std::string 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
std::string
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 Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (
www.mak.com
)