VR-Forces Developer's Guide
 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 
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 
51  virtual makVrv::DtQIconConfigurations qIconConfigurations() const;
52 
54  virtual QString title();
55 
57  virtual const std::string& pageClassName() const;
58 
60  static const std::string& thePageClassName();
61 
62  protected:
63 
64  virtual void setupGui();
65 
67  virtual void activate();
68 
70  virtual void deactivate();
71 
73  virtual void setupComboBox();
74 
75 
76  protected slots:
77  virtual void on_myShowPoints_stateChanged(int state);
78  virtual void on_myShowAreas_stateChanged(int state);
79  virtual void on_myShowLines_stateChanged(int state);
80  virtual void on_myFeatureQueryBox_currentTextChanged(const QString &text);
81  virtual void on_myFeatureQueryBoxEditingFinished();
82  virtual void on_myRefreshButton_clicked();
83  virtual void on_myConnectButton_clicked();
84  virtual void on_myQueryRange_textChanged(const QString &text);
85  virtual void on_myQueryRange_returnPressed();
86  virtual void on_myOffsetSlider_valueChanged();
87 
88  public:
89 
92 
93  QGridLayout* myMainLayout;
96  QSlider* myOffsetSlider;
103  QString myQueryString;
104  };
105 
108 }
QLabel * myOffsetSliderName
Definition: debugDrawFeaturePage.h:95
makVrv::DtDe & myDe
Definition: debugDrawFeaturePage.h:90
QString myQueryString
Definition: debugDrawFeaturePage.h:103
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
Definition: DtPage.h:150
QGridLayout * myMainLayout
Definition: debugDrawFeaturePage.h:93
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:101
makVrv::DtPageCreatorTemplate< DtDebugDrawFeaturePage > DtDebugDrawFeaturePageCreator
Definition: debugDrawFeaturePage.h:107
QComboBox * myFeatureQueryBox
Definition: debugDrawFeaturePage.h:102
Contains makVrf::DtDebugDrawFeatureLogic class. This class is trigger by the DebugDrawFeaturePage dia...
Definition: debugDrawFeatureLogic.h:31
QSlider * myOffsetSlider
Definition: debugDrawFeaturePage.h:96
QCheckBox * myShowAreas
Definition: debugDrawFeaturePage.h:99
DtDebugDrawConnectorPage * myConnectorToolbar
Definition: debugDrawFeaturePage.h:94
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
QCheckBox * myShowPoints
Definition: debugDrawFeaturePage.h:98
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:131
DtDebugDrawFeatureLogic * myLogic
Definition: debugDrawFeaturePage.h:91
QLabel * myOffsetUnitLabel
Definition: debugDrawFeaturePage.h:97
QCheckBox * myShowLines
Definition: debugDrawFeaturePage.h:100

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)