VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 
15 
16 #include <matrix/vlVector.h>
17 
18 class QHBoxLayout;
19 class QLabel;
20 class QLineEdit;
21 
22 namespace makVrf
23 {
24  class DtRangeEntryWidget;
25 
27  {
28  Q_OBJECT
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:
45  QWidget* myCanvas;
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 }
Definition: setWidthDialog.h:26
Definition: taskSetDialogInterface.h:65
Definition: baseTaskSetDialogInterface.h:35
Simple line text entry widget that will allow the user to enter a range value.
Definition: rangeEntryWidget.h:27
DtRangeEntryWidget * myWidth
Definition: setWidthDialog.h:47
Definition: taskSetDialogInterface.h:84
Definition: setWidthDialog.h:50
QHBoxLayout * myMainLayout
Definition: setWidthDialog.h:46
class DtSimStatement:
Definition: simStatement.h:38
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72
#define DT_DLL_VRFGUITASKSETQT
Definition: vrfGuiTaskSetQt.h:22
QWidget * myCanvas
Definition: setWidthDialog.h:45

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)