VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
debugDrawFeaturePage.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2020 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvUtil/signalslib.h>
15 
16 class QGridLayout;
17 class QCheckBox;
18 class QLineEdit;
19 class QLabel;
20 class QComboBox;
21 class QSlider;
22 
23 namespace makVrv
24 {
25  class DtDe;
26 }
27 
28 namespace makVrf
29 {
30  class DtDebugDrawFeatureLogic;
31  class DtDebugDrawConnectorPage;
32 
35  {
36  Q_OBJECT
37 
38  public:
39 
41  DtDebugDrawFeaturePage(makVrv::DtDe& de,QWidget* parent, Qt::WindowFlags f);
42 
44  virtual ~DtDebugDrawFeaturePage();
45 
47  virtual QIcon icon();
48 
50  virtual QString title();
51 
53  virtual const std::string& pageClassName() const;
54 
56  static const std::string& thePageClassName();
57 
58  protected:
59 
60  virtual void setupGui();
61 
63  virtual void activate();
64 
66  virtual void deactivate();
67 
69  virtual void setupComboBox();
70 
71  protected slots:
72  virtual void on_myShowPoints_stateChanged(int state);
73  virtual void on_myShowAreas_stateChanged(int state);
74  virtual void on_myShowLines_stateChanged(int state);
75  virtual void on_myFeatureQueryBox_currentTextChanged(const QString &text);
76  virtual void on_myFeatureQueryBox_editingFinished();
77  virtual void on_myRefreshButton_clicked();
78  virtual void on_myConnectButton_clicked();
79  virtual void on_myQueryRange_textChanged(const QString &text);
80  virtual void on_myQueryRange_returnPressed();
81  virtual void on_myOffsetSlider_valueChanged();
82 
83  public:
84 
87 
88  QGridLayout* myMainLayout;
91  QSlider* myOffsetSlider;
98  QString myQueryString;
99  };
100 
103 }
QLabel * myOffsetSliderName
Definition: debugDrawFeaturePage.h:90
makVrv::DtDe & myDe
Definition: debugDrawFeaturePage.h:85
QString myQueryString
Definition: debugDrawFeaturePage.h:98
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
Definition: DtPage.h:143
QGridLayout * myMainLayout
Definition: debugDrawFeaturePage.h:88
A widget for configuring the sim feature debug information.
Definition: debugDrawFeaturePage.h:34
A widget for configuring the debug draw connector for the selected sim engine.
Definition: debugDrawConnectorPage.h:36
Definition: debugDrawFeatureInterface.h:22
QLabel * myFeatureQueryLabel
Definition: debugDrawFeaturePage.h:96
makVrv::DtPageCreatorTemplate< DtDebugDrawFeaturePage > DtDebugDrawFeaturePageCreator
Definition: debugDrawFeaturePage.h:102
QComboBox * myFeatureQueryBox
Definition: debugDrawFeaturePage.h:97
Contains makVrf::DtDebugDrawFeatureLogic class.
Definition: debugDrawFeatureLogic.h:31
QSlider * myOffsetSlider
Definition: debugDrawFeaturePage.h:91
QCheckBox * myShowAreas
Definition: debugDrawFeaturePage.h:94
DtDebugDrawConnectorPage * myConnectorToolbar
Definition: debugDrawFeaturePage.h:89
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
QCheckBox * myShowPoints
Definition: debugDrawFeaturePage.h:93
DtDebugDrawFeatureLogic * myLogic
Definition: debugDrawFeaturePage.h:86
QLabel * myOffsetUnitLabel
Definition: debugDrawFeaturePage.h:92
QCheckBox * myShowLines
Definition: debugDrawFeaturePage.h:95

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)