VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
loadScenarioMenuItem.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
15 
16 namespace makVrf
17 {
20  {
21  Q_OBJECT
22  public:
23  //CTOR
25 
26  //DTOR
27  virtual ~DtLoadScenarioMenuItem();
28 
30  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
31 
32  protected:
33 
34  virtual void on_triggered();
35 
36  protected:
38  };
39 
43  {
44  Q_OBJECT
45  public:
46  //CTOR
48 
49  //DTOR
50  virtual ~DtImportScenarioMenuItem();
51 
53  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
54 
55  protected:
56 
57  virtual void on_triggered();
58 
59  protected:
61  };
62 
66  {
67  Q_OBJECT
68  public:
69  //CTOR
71 
72  //DTOR
73  virtual ~DtImportVRFScenarioMenuItem();
74 
76  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
77 
78  protected:
79 
80  virtual void on_triggered();
81 
82  protected:
84  };
85 
88  {
89  Q_OBJECT
90 
91  public:
92  //CTOR
94 
95  //DTOR
96  virtual ~DtLoadBatchScenarioMenuItem();
97 
99  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
100 
101  protected:
102  virtual void on_triggered();
103 
104  protected:
106  };
107 
110  {
111  Q_OBJECT
112  public:
113  //CTOR
115 
116  //DTOR
117  virtual ~DtVrfStatupDialogItem();
118 
120  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
121 
122  protected:
123 
124  virtual void on_triggered();
125 
126  protected:
128  };
129 
130 }

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)