VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfIntervisibilitySettingsPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2018 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
6 #pragma once
7 
13 
16 
17 class QComboBox;
18 class QLineEdit;
19 class QHBoxLayout;
20 class QDoubleValidator;
21 class QTreeWidget;
22 class QDoubleSpinBox;
23 class QRadioButton;
24 
25 namespace makVrf
26 {
27  class DtRangeEntryWidget;
28 
31  {
32  Q_OBJECT
33 
34  public:
36 
38 
40  virtual void setFanModeSamplingRateMin( double );
41 
42  virtual void updateFanModeSamplingRate();
43 
44  protected slots:
45  virtual void selectStyle();
46  virtual void useBackedForIntersectionsChanged();
47  virtual void intersectEntitiesChanged();
48  virtual void waitTimeRequestChanged();
49  virtual void changeServerWaitColor();
50  virtual void setFanModeSamplingRateUnitLabel(const makVrv::DtUnicode& label);
51 
52  protected:
53  virtual void setPushButtonColor(QPushButton*, const QColor&);
54  virtual void setServerWaitColor(const QColor&);
55  virtual void setButtonColor(QPushButton*, const QColor&);
56  virtual void onFanModeSamplingRateChanged(double);
57 
58  public:
59  QHBoxLayout* myStyleChoiceLayout;
62  QVBoxLayout* myStyleSettings;
64 
65  QWidget* myServerSettings;
66  QVBoxLayout* myServerSettingsLayout;
68 
69  QWidget* myWaitTimeCanvas;
70  QHBoxLayout* myWaitTimeLayout;
72  QDoubleSpinBox* myWaitTime;
73 
78 
81 
84 
85  protected:
87  };
88 
90  {
91  public:
93  DtVrfIntervisibilitySettingsPage(makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags);
94 
97 
98  virtual void activate();
99  };
100 
103 
106  {
107  public:
108 
111  makVrv::DtPersistenceControlsInterface& persistenceControls,
113 
116 
117  protected:
118  virtual void updateFanModeSamplingRate();
119  };
120 
122  {
123  public:
127  };
128 }

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)