VR-Forces 4.2 Class Documentation
DtMunitionTargetSettingsMenuItem.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 {
18  class DtVrfSimulationMenuItem;
19 
22  class DT_DLL_VRFGUICOREQT DtMunitionTargetSettingsMenuItem : public makVrv::DtMenuItem
23  {
24  Q_OBJECT
25 
26  public:
27  //CTOR
28  DtMunitionTargetSettingsMenuItem(makVrv::DtDe& de);
29 
30  //DTOR
32 
34  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
35 
36  protected:
37  virtual void on_triggered();
38 
39  protected:
40  virtual void on_aboutToShow();
41 
42  protected:
43  makVrv::DtDe& myDe;
45  };
46 }

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)