VR-Forces 4.6 Class Documentation
 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 /******************************************************************************
6 ** $RCSfile: DtCigiItems.h,v $ $Revision: 1.8 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #ifndef DtCigiItems_H_
14 #define DtCigiItems_H_
15 
16 #include <vrvCigiQt/vrvCigiQt.h>
17 
18 #include <vrvCoreQt/DtMenuItem.h>
19 #include <vrvCoreQt/DtMenu.h>
20 
21 namespace makVrv
22 {
26  {
27  public:
30 
32  virtual ~DtCigiConnectionsItem();
33 
35  virtual QAction* createAction(DtDe&, QWidget* parent);
36 
37  protected:
39  virtual void on_triggered();
40 
41  protected:
43  };
44 
48  {
49  public:
52 
54  virtual ~DtCigiMappingsMenuItem();
55 
57  virtual QAction* createAction(DtDe&, QWidget* parent);
58 
59  protected:
61  virtual void on_triggered();
62 
63  protected:
65  };
66 }
67 
68 #endif
69 

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)