VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
setWidthDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2016 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
16 
17 #include <matrix/vlVector.h>
18 
19 class QHBoxLayout;
20 class QLabel;
21 class QLineEdit;
22 
23 namespace makVrf
24 {
25  class DtRangeEntryWidget;
26 
28  {
29  public:
30  //CTOR
31  DtSetWidthDialog(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0);
32 
33  //DTOR
34  virtual ~DtSetWidthDialog();
35 
36  protected:
37  virtual QWidget* contents(const std::vector<makVrv::DtSimEntry*>& data);
38 
39  virtual void sendRequest();
40 
41  protected:
42  virtual void setupStatement(const DtSimStatement*);
43 
44  public:
46  QHBoxLayout* myMainLayout;
48  };
49 
51  {
52  public:
53  virtual DtTaskSetDialogInterface* create(makVrv::DtDe&, QWidget* parent);
54  bool supportsType(makVrv::DtDe&, const DtSetMessageType&, const DtSimStatement*) const;
55  };
56 }

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)