VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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  virtual void completeGeneration();
36 
37  protected:
40  };
41 
44  {
45  Q_OBJECT
46  public:
47  //CTOR
49 
50  //DTOR
51  virtual ~DtRevertNavigationMenuItem();
52 
54  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
55 
56  protected:
57  virtual void on_triggered();
58  virtual void on_aboutToShow();
59 
60  protected:
63  };
64 
67  {
68  Q_OBJECT
69  public:
70  //CTOR
72 
73  //DTOR
75 
77  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
78 
79  protected:
80  virtual void on_triggered();
81  virtual void on_aboutToShow();
82 
83  protected:
86  };
87 }

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)