VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
23  {
24  public:
25 
27  DtLightEditorMenu( DtDe& de );
28 
30  virtual ~DtLightEditorMenu();
31 
33  virtual QMenu* createMenu( DtDe&, QWidget* parent );
34 
35  };
36 
37 
41  : public DtMenuItem
42  {
43  public:
44 
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 
62 
63  };
64 
65 }
Builder for menu items.
Definition: DtMenuItem.h:23
The &quot;Examples&quot; Menu.
Definition: DtLightEditorMenu.h:22
Contains DLL export macros.
The item for bringing up a dialog to adjust lights.
Definition: DtLightEditorMenu.h:40
DtDe & myDe
Definition: DtLightEditorMenu.h:61
The abstract base menu class.
Definition: DtMenu.h:23
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
#define DT_DLL_EXAMPLELIGHTEDITOR
Definition: lightEditorPlugin.h:19

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)