VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtExampleDialogMenu.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 
13 
14 #include <vrvCoreQt/DtMenuItem.h>
15 #include <vrvCoreQt/DtMenu.h>
16 
17 namespace makVrv
18 {
19 
23  {
24  public:
25 
28 
30  virtual ~DtExampleDialogMenu();
31 
33  virtual QMenu* createMenu( DtDe&, QWidget* parent );
34 
35  };
36 
37 
41  : public DtMenuItem
42  {
43  public:
44 
47 
49  virtual ~DtExampleSettingsMenuItem();
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 }
The item for bringing up a dialog to adjust example settings.
Definition: DtExampleDialogMenu.h:40
Builder for menu items.
Definition: DtMenuItem.h:23
#define DT_DLL_EXAMPLEDIALOGPAGE
Definition: exampleDialogPagePlugin.h:19
Contains DLL export macros.
DtDe & myDe
Definition: DtExampleDialogMenu.h:61
The abstract base menu class.
Definition: DtMenu.h:23
The &quot;Examples&quot; Menu.
Definition: DtExampleDialogMenu.h:22
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:70

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)