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
vrvCoreQt
DtCreateRangeLineMenuItem.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2022 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
9
10
#pragma once
11
12
#include <
vrvCoreQt/vrvCoreQt.h
>
13
#include <
vrvCoreQt/DtMenuItem.h
>
14
15
#include <
vrvCore/DtIntervisibilityDriver.h
>
16
17
namespace
makVrv
18
{
19
class
DtDe;
20
24
class
DT_DLL_VRVCOREQT
DtCreateRangeLineMenuItem
:
public
DtMenuItem
25
{
26
Q_OBJECT
27
28
public
:
30
DtCreateRangeLineMenuItem
(
DtDe
& de);
31
33
virtual
~
DtCreateRangeLineMenuItem
();
34
36
virtual
QAction
* createAction(
DtDe
&, QWidget* parent);
37
38
protected
:
39
41
virtual
DtIntervisibilityDriver::AttachPoints
attachableObjects()
const
;
42
44
virtual
void
on_triggered();
45
46
protected
:
47
DtDe
&
myDe
;
48
QAction
*
myAction
;
49
};
50
}
makVrv::DtMenuItem
Builder for menu items.
Definition:
DtMenuItem.h:23
makVrv::DtIntervisibilityDriver::AttachPoints
std::vector< AttachPoint > AttachPoints
Definition:
DtIntervisibilityDriver.h:51
makVrv::DtCreateRangeLineMenuItem::myDe
DtDe & myDe
Definition:
DtCreateRangeLineMenuItem.h:47
DT_DLL_VRVCOREQT
#define DT_DLL_VRVCOREQT
Definition:
vrvCoreQt.h:20
vrvCoreQt.h
Contains DLL export macros.
makVrv::DtCreateRangeLineMenuItem
Convenience base class for registering and validating menu items that are common to the intervisibili...
Definition:
DtCreateRangeLineMenuItem.h:24
makVrv::DtCreateRangeLineMenuItem::myAction
QAction * myAction
Definition:
DtCreateRangeLineMenuItem.h:48
DtIntervisibilityDriver.h
Contains the DtIntervisibilityDriver class declaration.
DtMenuItem.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
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
)