VR-Forces Developer's Guide
Home
Modules
Namespaces
Classes
Files
Examples
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
#include <QtCore/QObject>
16
17
namespace
makVrf
18
{
20
class
DT_DLL_VRFGUICOREQT
DtDeleteCheckpointsScenarioMenuItem
:
public
makVrv::DtMenuItem
21
{
22
Q_OBJECT
23
public
:
24
//CTOR
25
DtDeleteCheckpointsScenarioMenuItem
(
makVrv::DtDe
& de);
26
27
//DTOR
28
virtual
~
DtDeleteCheckpointsScenarioMenuItem
();
29
31
virtual
QAction
* createAction(
makVrv::DtDe
&, QWidget* parent);
32
33
protected
:
34
virtual
void
on_triggered();
35
36
protected
:
37
makVrv::DtDe
&
myDe
;
38
};
39
41
class
DT_DLL_VRFGUICOREQT
DtCheckpointManagerMenuItem
:
public
makVrv::DtMenuItem
42
{
43
Q_OBJECT
44
public
:
45
//CTOR
46
DtCheckpointManagerMenuItem
(
makVrv::DtDe
& de);
47
48
//DTOR
49
virtual
~
DtCheckpointManagerMenuItem
();
50
52
virtual
QAction
* createAction(
makVrv::DtDe
&, QWidget* parent);
53
54
protected
:
55
virtual
void
on_triggered();
56
57
protected
:
58
makVrv::DtDe
&
myDe
;
59
};
60
62
class
DT_DLL_VRFGUICOREQT
DtSnapshotScenarioMenuItem
:
public
makVrv::DtMenuItem
63
{
64
Q_OBJECT
65
public
:
66
//CTOR
67
DtSnapshotScenarioMenuItem
(
makVrv::DtDe
& de);
68
69
//DTOR
70
virtual
~
DtSnapshotScenarioMenuItem
();
71
73
virtual
QAction
* createAction(
makVrv::DtDe
&, QWidget* parent);
74
75
protected
:
76
virtual
void
on_triggered();
77
78
protected
:
79
makVrv::DtDe
&
myDe
;
80
};
81
}
makVrv::DtMenuItem
Builder for menu items.
Definition:
DtMenuItem.h:23
DT_DLL_VRFGUICOREQT
#define DT_DLL_VRFGUICOREQT
Definition:
vrfGuiCoreQt.h:26
makVrf::DtCheckpointManagerMenuItem::myDe
makVrv::DtDe & myDe
Definition:
checkpointScenarioMenuItems.h:58
makVrf::DtDeleteCheckpointsScenarioMenuItem
A menu item to delete checkpoints in the current scenario.
Definition:
checkpointScenarioMenuItems.h:20
makVrf::DtCheckpointManagerMenuItem
A menu item to bring up the checkpoint manager.
Definition:
checkpointScenarioMenuItems.h:41
makVrf::DtSnapshotScenarioMenuItem
A menu item to snapshot the current scenario into server memory.
Definition:
checkpointScenarioMenuItems.h:62
vrfGuiCoreQt.h
makVrv::DtDe
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition:
DtDe.h:72
QAction
vrfSimulationMenuItem.h
makVrf::DtDeleteCheckpointsScenarioMenuItem::myDe
makVrv::DtDe & myDe
Definition:
checkpointScenarioMenuItems.h:37
makVrf::DtSnapshotScenarioMenuItem::myDe
makVrv::DtDe & myDe
Definition:
checkpointScenarioMenuItems.h:79
Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (
www.mak.com
)