VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
saveScenarioMenuItems.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
12 
13 #pragma once
14 
17 
18 namespace makVrf
19 {
22  {
23  Q_OBJECT
24 
25  public:
26  //CTOR
28 
29  //DTOR
30  virtual ~DtSaveScenarioMenuItem();
31 
33  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
34 
35  protected:
36  virtual void on_triggered();
37 
38  protected:
41  };
42 
46  {
47  Q_OBJECT
48  public:
49  //CTOR
51 
52  //DTOR
53  virtual ~DtExportScenarioMenuItem();
54 
56  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
57 
58  protected:
59 
60  virtual void on_triggered();
61 
62  protected:
64  };
65 
68  {
69  Q_OBJECT
70 
71  public:
72  //CTOR
74 
75  //DTOR
76  virtual ~DtSaveScenarioAsMenuItem();
77 
79  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
80 
81  protected:
82  virtual void on_triggered();
83 
84  protected:
87  };
88 }

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)