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
loadScenarioMenuItem.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
8
10
11
#pragma once
12
13
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
14
#include <
vrfGuiCoreQt/vrfSimulationMenuItem.h
>
15
16
namespace
makVrf
17
{
19
class
DT_DLL_VRFGUICOREQT
DtLoadScenarioMenuItem
:
public
makVrv::DtMenuItem
20
{
21
Q_OBJECT
22
public
:
23
//CTOR
24
DtLoadScenarioMenuItem
(
makVrv::DtDe
& de);
25
26
//DTOR
27
virtual
~
DtLoadScenarioMenuItem
();
28
30
virtual
QAction
* createAction(
makVrv::DtDe
&,
QWidget
* parent);
31
32
protected
:
33
34
virtual
void
on_triggered();
35
36
protected
:
37
makVrv::DtDe
&
myDe
;
38
};
39
42
class
DT_DLL_VRFGUICOREQT
DtImportScenarioMenuItem
:
public
makVrv::DtMenuItem
43
{
44
Q_OBJECT
45
public
:
46
//CTOR
47
DtImportScenarioMenuItem
(
makVrv::DtDe
& de);
48
49
//DTOR
50
virtual
~
DtImportScenarioMenuItem
();
51
53
virtual
QAction
* createAction(
makVrv::DtDe
&,
QWidget
* parent);
54
55
protected
:
56
57
virtual
void
on_triggered();
58
59
protected
:
60
makVrv::DtDe
&
myDe
;
61
};
62
64
class
DT_DLL_VRFGUICOREQT
DtLoadBatchScenarioMenuItem
:
public
makVrv::DtMenuItem
65
{
66
Q_OBJECT
67
68
public
:
69
//CTOR
70
DtLoadBatchScenarioMenuItem
(
makVrv::DtDe
& de);
71
72
//DTOR
73
virtual
~
DtLoadBatchScenarioMenuItem
();
74
76
virtual
QAction
* createAction(
makVrv::DtDe
&,
QWidget
* parent);
77
78
protected
:
79
virtual
void
on_triggered();
80
81
protected
:
82
makVrv::DtDe
&
myDe
;
83
};
84
}
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
)