VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 }
Contains makVrf::DtTerrainProfileMenuItem class.
Definition: terrainProfileMenuItem.h:27
Builder for menu items.
Definition: DtMenuItem.h:23
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
QAction * myAction
Definition: terrainProfileMenuItem.h:52
Specialized text for showing track history profile of entity.
Definition: terrainProfileMenuItem.h:56
A menu item to show an unpublished terrain profile line.
Definition: terrainProfileMenuItem.h:74
makVrv::DtDe & myDe
Definition: terrainProfileMenuItem.h:93
QAction * myAction
Definition: terrainProfileMenuItem.h:94
makVrv::DtDe & myDe
}@
Definition: terrainProfileMenuItem.h:51
const char DtTerrainProfileMenuItemId[]
Defined for vrfGuiCoreQt/DtTerrainProfileMenuItem.h.
Definition: vrfMenuIds.h:455
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)