VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
newGlobalPlanInformationDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtNewGlobalPlanInformationDialog.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
8 
11 
13 
14 #pragma once
15 
18 
19 #include <QtWidgets/QDialog>
20 
21 namespace makVrv
22 {
23  class DtDe;
24 }
25 
26 class QComboBox;
27 class QLabel;
28 class QLineEdit;
29 class QVBoxLayout;
30 class QGridLayout;
31 class QHBoxLayout;
32 
33 namespace makVrf
34 {
35  class DtNewGlobalPlanInformationDialogLogic;
36 
38  : public QDialog
40  {
41  Q_OBJECT
42  public:
43  //CTOR
44  DtNewGlobalPlanInformationDialog(makVrv::DtDe& de, const QString& address, const QString& planName,
45  QWidget* parent = 0, const Qt::WindowFlags& flags = 0);
46 
47  //DTOR
49 
50  public:
51 
52  virtual QString planName() const;
53  virtual QString simulationAddress() const;
54 
55  virtual int exec();
56 
57  protected:
58  void setupGui(const QString& planName, const QString& address);
59 
60  virtual void addBackend(const QString&);
61  virtual void removeBackend(const QString&);
62 
63  public:
64  QVBoxLayout* myMainLayout;
65  QGridLayout* myDataLayout;
70  QHBoxLayout* myButtonLayout;
73 
74  protected:
77  };
78 }
Definition: newGlobalPlanInformationDialog.h:37
Definition: newGlobalPlanInformationDialogLogic.h:28
QPushButton * myCancelButton
Definition: newGlobalPlanInformationDialog.h:72
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
QLabel * myPlanLabel
Definition: newGlobalPlanInformationDialog.h:66
Definition: newGlobalPlanInformationDialogInterface.h:22
QVBoxLayout * myMainLayout
Definition: newGlobalPlanInformationDialog.h:64
QGridLayout * myDataLayout
Definition: newGlobalPlanInformationDialog.h:65
QLineEdit * myPlanName
Definition: newGlobalPlanInformationDialog.h:67
makVrv::DtDe & myDe
Definition: newGlobalPlanInformationDialog.h:75
QPushButton * myOKButton
Definition: newGlobalPlanInformationDialog.h:71
QLabel * mySimulationAddressLabel
Definition: newGlobalPlanInformationDialog.h:68
QHBoxLayout * myButtonLayout
Definition: newGlobalPlanInformationDialog.h:70
QComboBox * mySimulationAddresses
Definition: newGlobalPlanInformationDialog.h:69
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
DtNewGlobalPlanInformationDialogLogic * myLogic
Definition: newGlobalPlanInformationDialog.h:76

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)