VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
setScenarioRunDurationDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
15 
16 #include <QtWidgets/QDialog>
17 
18 namespace makVrv
19 {
20  class DtDe;
21 }
22 
23 class QPushButton;
24 class QHBoxLayout;
25 
26 namespace makVrf
27 {
28  class DtTimeEntryWidget;
29 
31  {
32  Q_OBJECT
33 
34  public:
35  //CTOR
36  DtSetScenarioRunDurationDialog(makVrv::DtDe& de, QWidget* parent = 0, const Qt::WindowFlags& flags = Qt::Tool);
37 
38  //DTOR
40 
41  static DtSetScenarioRunDurationDialog& instance(makVrv::DtDe&, QWidget* parent = 0);
42  static void registerInstance(makVrv::DtDe&, DtSetScenarioRunDurationDialog*);
43 
44  virtual int exec();
45 
46  protected:
47  virtual void accept();
48 
49  public:
52  QHBoxLayout* myButtonLayout;
54 
55  protected:
57  };
58 }

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)