VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
debugDrawQueryPage.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
10 #pragma once
11 
12 
15 
16 class QGridLayout;
17 class QCheckBox;
18 class QRadioButton;
19 class QSlider;
20 class QLabel;
21 
22 namespace makVrv
23 {
24  class DtDe;
25 }
26 
27 namespace makVrf
28 {
29  class DtDebugDrawQueryLogic;
30  class DtDebugDrawConnectorPage;
31 
34  {
35  Q_OBJECT
36 
37  public:
38 
40  DtDebugDrawQueryPage(makVrv::DtDe& de,QWidget* parent, Qt::WindowFlags f);
41 
43  virtual ~DtDebugDrawQueryPage();
44 
46  virtual QIcon icon();
47 
50  virtual makVrv::DtQIconConfigurations qIconConfigurations() const;
51 
53  virtual QString title();
54 
56  virtual const std::string& pageClassName() const;
57 
59  static const std::string& thePageClassName();
60 
61  protected:
62 
64  virtual void setupGui();
65 
67  virtual void activate();
68 
70  virtual void deactivate();
71 
72  protected slots:
73  virtual void on_myShowQuery_stateChanged(int state);
74  virtual void on_myShowElevationTiles_stateChanged(int state);
75  virtual void on_myShowElevationTilesGridPost_stateChanged(int state);
76  virtual void on_myAutoRefreshElevationTiles_stateChanged(int state);
77  virtual void on_myShowProceduralTreeTiles_stateChanged(int state);
78  virtual void on_myShowLastIntersections_stateChanged(int state);
79  virtual void on_myConnectButton_clicked();
80  virtual void on_myRefreshButton_clicked();
81  virtual void on_myQueryRange_textChanged(const QString &text);
82  virtual void on_myQueryRange_returnPressed();
83  virtual void on_myShowPageOutNodes_stateChanged(int state);
84  virtual void on_myShowPageInNodes_stateChanged(int state);
85 
86  public:
87 
90 
91  QGridLayout* myMainLayout;
101  };
102 
105 }
makVrv::DtDe & myDe
Definition: debugDrawQueryPage.h:88
Definition: debugDrawQueryInterface.h:22
QCheckBox * myShowProceduralTreeTiles
Definition: debugDrawQueryPage.h:96
A widget for configuring the sim query debug information.
Definition: debugDrawQueryPage.h:33
DtDebugDrawQueryLogic * myLogic
Definition: debugDrawQueryPage.h:89
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
DtDebugDrawConnectorPage * myConnectorToolbar
Definition: debugDrawQueryPage.h:92
QCheckBox * myShowPageOutNodes
Definition: debugDrawQueryPage.h:99
QCheckBox * myShowLastIntersections
Definition: debugDrawQueryPage.h:97
Definition: DtPage.h:150
QCheckBox * myShowPageInNodes
Definition: debugDrawQueryPage.h:100
A widget for configuring the debug draw connector for the selected sim engine.
Definition: debugDrawConnectorPage.h:36
QCheckBox * myShowElevationTiles
Definition: debugDrawQueryPage.h:94
QCheckBox * myAutoRefreshElevationTiles
Definition: debugDrawQueryPage.h:98
makVrv::DtPageCreatorTemplate< DtDebugDrawQueryPage > DtDebugDrawQueryPageCreator
Definition: debugDrawQueryPage.h:104
QCheckBox * myShowElevationTilesGridPost
Definition: debugDrawQueryPage.h:95
Contains makVrf::DtDebugDrawQueryLogic class. This class is trigger by the DebugDrawQueryPage dialog...
Definition: debugDrawQueryLogic.h:32
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:70
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:75
QCheckBox * myShowQuery
Definition: debugDrawQueryPage.h:93
QGridLayout * myMainLayout
Definition: debugDrawQueryPage.h:91

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)