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
setScenarioRunDurationDialog.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2014 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
8
10
11
#pragma once
12
13
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
14
#include <
vrvUtil/DtVirtualBaseClass.h
>
15
16
#include <QtWidgets/QDialog>
17
18
namespace
makVrv
19
{
20
class
DtDe;
21
}
22
23
class
QPushButton
;
24
class
QHBoxLayout;
25
26
namespace
makVrf
27
{
28
class
DtTimeEntryWidget;
29
30
class
DT_DLL_VRFGUICOREQT
DtSetScenarioRunDurationDialog
:
public
QDialog
,
public
makVrv::DtVirtualBaseClass
31
{
32
Q_OBJECT
33
34
public
:
35
//CTOR
36
DtSetScenarioRunDurationDialog
(
makVrv::DtDe
& de, QWidget* parent = 0,
const
Qt::WindowFlags& flags = Qt::Tool);
37
38
//DTOR
39
virtual
~
DtSetScenarioRunDurationDialog
();
40
41
static
DtSetScenarioRunDurationDialog
& instance(
makVrv::DtDe
&, QWidget* parent = 0);
42
static
void
registerInstance(
makVrv::DtDe
&,
DtSetScenarioRunDurationDialog
*);
43
44
virtual
int
exec();
45
46
protected
:
47
virtual
void
accept();
48
49
public
:
50
QPushButton
*
myOKButton
;
51
QPushButton
*
myCancelButton
;
52
QHBoxLayout*
myButtonLayout
;
53
DtTimeEntryWidget
*
myRunDurationTime
;
54
55
protected
:
56
makVrv::DtDe
&
myDe
;
57
};
58
}
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
)