VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
terrainProfileMenuItem.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #pragma once
10 
12 #include <vrvCoreQt/DtMenuItem.h>
14 
15 namespace makVrv
16 {
17  class DtDe;
18 }
19 
20 namespace makVrf
21 {
22 
28  {
29  public:
30  //CTOR
32 
33  //DTOR
34  virtual ~DtTerrainProfileMenuItem();
35 
36  protected:
37 
39  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
40  virtual void on_triggered();
41 
46  virtual void on_aboutToShow();
47  virtual bool enableProfile() const;
49 
50  protected:
53  };
54 
57  {
58  public:
59  //CTOR
61 
62  //DTOR
64 
65  protected:
66 
68  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
69  virtual bool enableProfile() const;
70  };
71 
75  {
76  public:
77  //CTOR
79 
80  //DTOR
82 
83  protected:
84 
86  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
87  virtual void on_triggered();
88 
90  virtual void on_aboutToShow();
91 
92  protected:
95  };
96 }

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)