VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtConnectionsMenuItem.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvVrlQt/vrvVrlQt.h>
13 #include <vrvCoreQt/DtMenuItem.h>
14 
15 namespace makVrv
16 {
20  {
21 
22  public:
24 
25  virtual ~DtConnectionsMenuItem();
26 
28  virtual QAction* createAction(DtDe&, QWidget* parent);
29 
30  protected:
31 
33  virtual void on_triggered();
34 
35  protected:
37  };
38 
42  {
43 
44  public:
46 
48 
50  virtual QAction* createAction(DtDe&, QWidget* parent);
51 
52  protected:
53 
55  virtual void on_triggered();
56 
57  protected:
59  };
60 }
The item for editing simulation connections.
Definition: DtConnectionsMenuItem.h:19
Builder for menu items.
Definition: DtMenuItem.h:23
DtDe & myDe
Definition: DtConnectionsMenuItem.h:36
#define DT_DLL_VRVVRLQT
Definition: vrvVrlQt.h:19
Contains DLL export macros.
DtDe & myDe
Definition: DtConnectionsMenuItem.h:58
The item for editing mappings.
Definition: DtConnectionsMenuItem.h:41
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)