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
terrainProfileMenuItem.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2012 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
8
9
#pragma once
10
11
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
12
#include <
vrvCoreQt/DtMenuItem.h
>
13
#include <
vrfGuiConstants/vrfMenuIds.h
>
14
15
namespace
makVrv
16
{
17
class
DtDe;
18
}
19
20
namespace
makVrf
21
{
22
27
class
DT_DLL_VRFGUICOREQT
DtTerrainProfileMenuItem
:
public
makVrv::DtMenuItem
28
{
29
public
:
30
//CTOR
31
DtTerrainProfileMenuItem
(
makVrv::DtDe
& de,
const
std::string& type =
DtTerrainProfileMenuItemId
);
32
33
//DTOR
34
virtual
~
DtTerrainProfileMenuItem
()
override
;
35
36
protected
:
37
39
virtual
QAction
* createAction(
makVrv::DtDe
&, QWidget* parent)
override
;
40
virtual
void
on_triggered()
override
;
41
46
virtual
void
on_aboutToShow()
override
;
47
virtual
bool
enableProfile()
const
;
49
50
protected
:
51
makVrv::DtDe
&
myDe
;
52
QAction
*
myAction
;
53
};
54
56
class
DT_DLL_VRFGUICOREQT
DtTrackHistoryProfileMenuItem
:
public
DtTerrainProfileMenuItem
57
{
58
public
:
59
//CTOR
60
DtTrackHistoryProfileMenuItem
(
makVrv::DtDe
& de);
61
62
//DTOR
63
virtual
~
DtTrackHistoryProfileMenuItem
()
override
;
64
65
protected
:
66
68
virtual
QAction
* createAction(
makVrv::DtDe
&, QWidget* parent)
override
;
69
virtual
bool
enableProfile()
const override
;
70
};
71
74
class
DT_DLL_VRFGUICOREQT
DtTerrainProfileLineMenuItem
:
public
makVrv::DtMenuItem
75
{
76
public
:
77
//CTOR
78
DtTerrainProfileLineMenuItem
(
makVrv::DtDe
& de);
79
80
//DTOR
81
virtual
~
DtTerrainProfileLineMenuItem
()
override
;
82
83
protected
:
84
86
virtual
QAction
* createAction(
makVrv::DtDe
&, QWidget* parent)
override
;
87
virtual
void
on_triggered()
override
;
88
90
virtual
void
on_aboutToShow()
override
;
91
92
protected
:
93
makVrv::DtDe
&
myDe
;
94
QAction
*
myAction
;
95
};
96
}
makVrf::DtTerrainProfileMenuItem
Contains makVrf::DtTerrainProfileMenuItem class. This class will create a terrain profile dialog and ...
Definition:
terrainProfileMenuItem.h:27
makVrv::DtMenuItem
Builder for menu items.
Definition:
DtMenuItem.h:23
DT_DLL_VRFGUICOREQT
#define DT_DLL_VRFGUICOREQT
Definition:
vrfGuiCoreQt.h:26
makVrf::DtTerrainProfileMenuItem::myAction
QAction * myAction
}@
Definition:
terrainProfileMenuItem.h:52
makVrf::DtTrackHistoryProfileMenuItem
Specialized text for showing track history profile of entity.
Definition:
terrainProfileMenuItem.h:56
makVrf::DtTerrainProfileLineMenuItem
A menu item to show an unpublished terrain profile line. This line will be solely used for the purpos...
Definition:
terrainProfileMenuItem.h:74
makVrf::DtTerrainProfileLineMenuItem::myDe
makVrv::DtDe & myDe
Definition:
terrainProfileMenuItem.h:93
makVrf::DtTerrainProfileLineMenuItem::myAction
QAction * myAction
Definition:
terrainProfileMenuItem.h:94
makVrf::DtTerrainProfileMenuItem::myDe
makVrv::DtDe & myDe
}@
Definition:
terrainProfileMenuItem.h:51
DtMenuItem.h
DtTerrainProfileMenuItemId
const char DtTerrainProfileMenuItemId[]
Defined for vrfGuiCoreQt/DtTerrainProfileMenuItem.h.
Definition:
vrfMenuIds.h:498
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:76
vrfMenuIds.h
QAction
Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (
www.mak.com
)