VR-Forces 4.2 Class Documentation
debugDrawerMenuItem.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
14 
15 #include <vrvCoreQt/DtMenuItem.h>
16 
17 namespace makVrf
18 {
20  class DT_DLL_VRFGUICOREQT DtDebugDrawerMenuItem : public makVrv::DtMenuItem
21  {
22  Q_OBJECT
23  public:
24  class TrackingMenu;
25 
26  //DTOR
27  virtual ~DtDebugDrawerMenuItem();
28 
30  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
31 
33  virtual void on_triggered();
34 
35  virtual void on_aboutToShow();
36 
37  protected:
38  //CTOR
39  DtDebugDrawerMenuItem(makVrv::DtDe& de, const char* menuId);
40 
41  makVrv::DtDe& myDe;
42  std::string myMenuId;
43  TrackingMenu* myMenu;
44  };
45 
47  {
48  Q_OBJECT
49  public:
50  DtTerrainDebugDrawerMenuItem(makVrv::DtDe& de);
51  };
52 
54  {
55  Q_OBJECT
56  public:
57  DtFeaturesDebugDrawerMenuItem(makVrv::DtDe& de);
58  };
59 }
60 

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)