VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtExperimentalFeaturesItems.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2014 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  class DtDe;
20 
24  {
25  public:
28 
31 
33  virtual QAction* createAction(DtDe&, QWidget* parent);
34 
35  protected:
37  virtual void on_triggered();
38 
39  protected:
41  };
42 }
Builder for menu items.
Definition: DtMenuItem.h:23
The menu item for Experimental Features.
Definition: DtExperimentalFeaturesItems.h:23
DtDe & myDe
Definition: DtExperimentalFeaturesItems.h:40
Contains DLL export macros.
#define DT_DLL_VRVEXPERIMENTALFEATURESQT
Definition: vrvExperimentalFeaturesQt.h:20
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

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)