VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
checkpointScenarioMenuItems.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2016 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
15 
16 namespace makVrf
17 {
20  {
21  public:
22  //CTOR
24 
25  //DTOR
27 
29  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
30 
31  protected:
32  virtual void on_triggered();
33 
34  protected:
36  };
37 
40  {
41  public:
42  //CTOR
44 
45  //DTOR
46  virtual ~DtCheckpointManagerMenuItem();
47 
49  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
50 
51  protected:
52  virtual void on_triggered();
53 
54  protected:
56  };
57 
60  {
61  public:
62  //CTOR
64 
65  //DTOR
66  virtual ~DtSnapshotScenarioMenuItem();
67 
69  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
70 
71  protected:
72  virtual void on_triggered();
73 
74  protected:
76  };
77 }

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)