VR-Forces 4.2 Class Documentation
DtCreateActions.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
14 #include <vrvCoreQt/DtMenuItem.h>
15 
16 namespace makVrf
17 {
20  class DT_DLL_VRFGUICOREQT DtShowEntityPaletteAction : public makVrv::DtMenuItem
21  {
22  Q_OBJECT
23  public:
24  //CTOR
25  DtShowEntityPaletteAction(makVrv::DtDe& de);
26 
27  //DTOR
28  virtual ~DtShowEntityPaletteAction();
29 
31  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
32 
33  protected:
34  virtual void on_triggered();
35  virtual void on_aboutToShow();
36 
37  protected:
38  makVrv::DtDe& myDe;
39  };
40 
43  class DT_DLL_VRFGUICOREQT DtShowTacticalGraphicPaletteAction : public makVrv::DtMenuItem
44  {
45  Q_OBJECT
46  public:
47  //CTOR
48  DtShowTacticalGraphicPaletteAction(makVrv::DtDe& de);
49 
50  //DTOR
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:
61  makVrv::DtDe& myDe;
62  };
63 
65  class DT_DLL_VRFGUICOREQT DtTellMeAboutFavoritesAction : public makVrv::DtMenuItem
66  {
67  Q_OBJECT
68  public:
69  //CTOR
70  DtTellMeAboutFavoritesAction(makVrv::DtDe& de);
71 
72  //DTOR
74 
76  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
77 
78  protected:
79  virtual void on_triggered();
80 
81  protected:
82  makVrv::DtDe& myDe;
83  };
84 }

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)