VR-Forces 4.8 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
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
}
makVrv::DtMenuItem
Builder for menu items.
Definition:
DtMenuItem.h:26
DT_DLL_VRFGUICOREQT
#define DT_DLL_VRFGUICOREQT
Definition:
vrfGuiCoreQt.h:26
makVrf::DtCheckpointManagerMenuItem::myDe
makVrv::DtDe & myDe
Definition:
checkpointScenarioMenuItems.h:55
makVrf::DtDeleteCheckpointsScenarioMenuItem
A menu item to delete checkpoints in the current scenario.
Definition:
checkpointScenarioMenuItems.h:19
makVrf::DtCheckpointManagerMenuItem
A menu item to bring up the checkpoint manager.
Definition:
checkpointScenarioMenuItems.h:39
makVrf::DtSnapshotScenarioMenuItem
A menu item to snapshot the current scenario into server memory.
Definition:
checkpointScenarioMenuItems.h:59
vrfGuiCoreQt.h
makVrv::DtDe
The DtDe is the core component of any VR-Vantage application.
Definition:
DtDe.h:69
QAction
vrfSimulationMenuItem.h
makVrf::DtDeleteCheckpointsScenarioMenuItem::myDe
makVrv::DtDe & myDe
Definition:
checkpointScenarioMenuItems.h:35
makVrf::DtSnapshotScenarioMenuItem::myDe
makVrv::DtDe & myDe
Definition:
checkpointScenarioMenuItems.h:75
Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (
www.mak.com
)