VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
loadScenarioMenuItem.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 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 
65  {
66  Q_OBJECT
67 
68  public:
69  //CTOR
71 
72  //DTOR
73  virtual ~DtLoadBatchScenarioMenuItem();
74 
76  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
77 
78  protected:
79  virtual void on_triggered();
80 
81  protected:
83  };
84 }

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)