VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtDisItems.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 #include <vrvDisQt/vrvDisQt.h>
12 #include <vrvCoreQt/DtMenuItem.h>
13 
14 namespace makVrv
15 {
20  {
21  public:
23 
24  virtual ~DtDisConnectionsItem();
25 
27  virtual QAction* createAction(DtDe&, QWidget* parent);
28 
29  protected:
30 
31  virtual void on_triggered();
32 
33  protected:
34 
36  };
37 }
Builder for menu items.
Definition: DtMenuItem.h:23
Contains DLL export macros.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
The DtDisConnectionsItem is a item which brings up the DIS connections page.
Definition: DtDisItems.h:19
DtDe & myDe
Definition: DtDisItems.h:35
#define DT_DLL_VRVDISQT
Definition: vrvDisQt.h:21

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)