VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 {
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 
42  std::string myMenuId;
43  std::vector<std::string> myExtraIds;
44  TrackingMenu* myMenu;
45  };
46 
48  {
49  Q_OBJECT
50  public:
52  };
53 
55  {
56  Q_OBJECT
57  public:
59  };
60 }
61 

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)