VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
setReactiveTaskDisabledDialog.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 
17 
18 #include <matrix/vlVector.h>
19 
20 class QVBoxLayout;
21 class QComboBox;
22 class QLabel;
23 class QHBoxLayout;
24 
25 namespace makVrf
26 {
30  {
31  Q_OBJECT
32  public:
33  //CTOR
34  DtSetReactiveTaskDisabledDialog(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0);
35 
36  //DTOR
38 
39  protected:
40  virtual QWidget* contents(const std::vector<makVrv::DtSimEntry*>& data);
41 
42  virtual void sendRequest();
43 
45  virtual void setupFrom(const std::vector<makVrv::DtSimEntry*>& d);
46 
47  protected:
50  virtual void setupGui(const std::vector<makVrv::DtSimEntry*>& data);
51 
53  virtual void setupStatement(const DtSimStatement*);
54 
56  virtual void allTasksReceived();
57 
59  virtual void setupDialogAfterTasksReceived();
60 
62  virtual std::string scriptId() const;
63 
64  protected slots:
65  virtual void currentTaskChanged();
66 
67  public:
69  QVBoxLayout* myContentLayout;
70  QHBoxLayout* myLayout;
73 
74  protected:
76  std::string myInitialScriptId;
77  };
78 
80  {
81  public:
82  virtual DtTaskSetDialogInterface* create(makVrv::DtDe&, QWidget* parent);
83  bool supportsType(makVrv::DtDe&, const DtSetMessageType&, const DtSimStatement*) const;
84  };
85 }

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)