VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
setAllStatePropertiesDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
15 
16 class QLabel;
17 class QHBoxLayout;
18 class QComboBox;
19 
20 namespace makVrf
21 {
25  {
26  Q_OBJECT
27  public:
28  //CTOR
29  DtSetAllStatePropertiesDialog(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0);
30 
31  //DTOR
33 
34  protected:
36  virtual void setupGui(const std::vector<makVrv::DtSimEntry*>& data);
37  };
38 
40  {
41  public:
42  virtual DtTaskSetDialogInterface* create(makVrv::DtDe&, QWidget* parent);
43  bool supportsType(makVrv::DtDe&, const DtSetMessageType&, const DtSimStatement*) const;
44  virtual bool isValidFor(makVrv::DtDe& de, const makVrv::DtSelectionManager::IdSet& ids,
45  int partOfPlanDialog) const;
46  };
47 }
Definition: taskSetDialogInterface.h:64
Definition: taskSetDialogInterface.h:83
Definition: setAllStatePropertiesDialog.h:39
This class is the base for setting state properties.
Definition: setStatePropertiesDialog.h:76
Sets up the set dialog to be able to change all state properties.
Definition: setAllStatePropertiesDialog.h:24
class DtSimStatement:
Definition: simStatement.h:41
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
#define DT_DLL_VRFGUITASKSETQT
Definition: vrfGuiTaskSetQt.h:22
std::set< DtUniqueID > IdSet
Definition: DtSelectionManager.h:32

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)