VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtCigiItems.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #ifndef DtCigiItems_H_
11 #define DtCigiItems_H_
12 
13 #include <vrvCigiQt/vrvCigiQt.h>
14 
15 #include <vrvCoreQt/DtMenuItem.h>
16 #include <vrvCoreQt/DtMenu.h>
17 
18 namespace makVrv
19 {
23  {
24  public:
27 
29  virtual ~DtCigiConnectionsItem();
30 
32  virtual QAction* createAction(DtDe&, QWidget* parent);
33 
34  protected:
36  virtual void on_triggered();
37 
38  protected:
40  };
41 
45  {
46  public:
49 
51  virtual ~DtCigiMappingsMenuItem();
52 
54  virtual QAction* createAction(DtDe&, QWidget* parent);
55 
56  protected:
58  virtual void on_triggered();
59 
60  protected:
62  };
63 }
64 
65 #endif
66 
Builder for menu items.
Definition: DtMenuItem.h:23
The menu item for the CIGI mappings menu item.
Definition: DtCigiItems.h:44
The menu item for the CIGI connection page.
Definition: DtCigiItems.h:22
#define DT_DLL_VRVCIGIQT
Definition: vrvCigiQt.h:19
DtDe & myDe
Definition: DtCigiItems.h:39
Contains DLL export macros.
DtDe & myDe
Definition: DtCigiItems.h:61
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)