VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
navigationAreaMenuItems.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #pragma once
10 
12 #include <vrvCoreQt/DtMenuItem.h>
13 
14 class QAction;
15 
16 namespace makVrf
17 {
20  {
21  Q_OBJECT
22  public:
23  //CTOR
25 
26  //DTOR
28 
30  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
31 
32  protected:
33  virtual void on_triggered();
34  virtual void on_aboutToShow();
35 
36  protected:
39  };
40 
43  {
44  Q_OBJECT
45  public:
46  //CTOR
48 
49  //DTOR
50  virtual ~DtRevertNavigationMenuItem();
51 
53  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
54 
55  protected:
56  virtual void on_triggered();
57  virtual void on_aboutToShow();
58 
59  protected:
62  };
63 
66  {
67  Q_OBJECT
68  public:
69  //CTOR
71 
72  //DTOR
74 
76  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
77 
78  protected:
79  virtual void on_triggered();
80  virtual void on_aboutToShow();
81 
82  protected:
85  };
86 }

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)