VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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  };
45 }

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)