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
checkpointScenarioMenuItems.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2016 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
DtDeleteCheckpointsScenarioMenuItem
:
public
makVrv::DtMenuItem
20
{
21
public
:
22
//CTOR
23
DtDeleteCheckpointsScenarioMenuItem
(
makVrv::DtDe
& de);
24
25
//DTOR
26
virtual
~
DtDeleteCheckpointsScenarioMenuItem
();
27
29
virtual
QAction
* createAction(
makVrv::DtDe
&,
QWidget
* parent);
30
31
protected
:
32
virtual
void
on_triggered();
33
34
protected
:
35
makVrv::DtDe
&
myDe
;
36
};
37
39
class
DT_DLL_VRFGUICOREQT
DtCheckpointManagerMenuItem
:
public
makVrv::DtMenuItem
40
{
41
public
:
42
//CTOR
43
DtCheckpointManagerMenuItem
(
makVrv::DtDe
& de);
44
45
//DTOR
46
virtual
~
DtCheckpointManagerMenuItem
();
47
49
virtual
QAction
* createAction(
makVrv::DtDe
&,
QWidget
* parent);
50
51
protected
:
52
virtual
void
on_triggered();
53
54
protected
:
55
makVrv::DtDe
&
myDe
;
56
};
57
59
class
DT_DLL_VRFGUICOREQT
DtSnapshotScenarioMenuItem
:
public
makVrv::DtMenuItem
60
{
61
public
:
62
//CTOR
63
DtSnapshotScenarioMenuItem
(
makVrv::DtDe
& de);
64
65
//DTOR
66
virtual
~
DtSnapshotScenarioMenuItem
();
67
69
virtual
QAction
* createAction(
makVrv::DtDe
&,
QWidget
* parent);
70
71
protected
:
72
virtual
void
on_triggered();
73
74
protected
:
75
makVrv::DtDe
&
myDe
;
76
};
77
}
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
)