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
examples
oldExamplesHome
exampleLightEditor
DtLightEditorMenu.h
Go to the documentation of this file.
1
/*****************************************************************************
2
* Copyright (c) 2019 MAK Technologies, Inc.
3
* All rights reserved.
4
*****************************************************************************/
5
9
10
#pragma once
11
12
#include "
lightEditorPlugin.h
"
13
14
#include <
vrvCoreQt/DtMenuItem.h
>
15
#include <
vrvCoreQt/DtMenu.h
>
16
17
namespace
makVrv
18
{
19
22
class
DT_DLL_EXAMPLELIGHTEDITOR
DtLightEditorMenu
:
public
DtMenu
23
{
24
public
:
25
27
DtLightEditorMenu
(
DtDe
& de );
28
30
virtual
~
DtLightEditorMenu
();
31
33
virtual
QMenu
* createMenu(
DtDe
&, QWidget* parent );
34
35
};
36
37
40
class
DT_DLL_EXAMPLELIGHTEDITOR
DtLightEditorMenuItem
41
:
public
DtMenuItem
42
{
43
public
:
44
46
DtLightEditorMenuItem
(
DtDe
& de );
47
49
virtual
~
DtLightEditorMenuItem
();
50
52
virtual
QAction
* createAction(
DtDe
&, QWidget* parent );
53
54
protected
:
55
57
virtual
void
on_triggered();
58
59
protected
:
60
61
DtDe
&
myDe
;
62
63
};
64
65
}
makVrv::DtMenuItem
Builder for menu items.
Definition:
DtMenuItem.h:23
makVrv::DtLightEditorMenu
The "Examples" Menu.
Definition:
DtLightEditorMenu.h:22
lightEditorPlugin.h
Contains DLL export macros.
makVrv::DtLightEditorMenuItem
The item for bringing up a dialog to adjust lights.
Definition:
DtLightEditorMenu.h:40
QMenu
DtMenu.h
DtMenuItem.h
makVrv::DtLightEditorMenuItem::myDe
DtDe & myDe
Definition:
DtLightEditorMenu.h:61
makVrv::DtMenu
The abstract base menu class.
Definition:
DtMenu.h:23
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
DT_DLL_EXAMPLELIGHTEDITOR
#define DT_DLL_EXAMPLELIGHTEDITOR
Definition:
lightEditorPlugin.h:19
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
)