VR-Forces 4.7 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 }

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)