VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
aggregateInformationPageLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
16 #include "vlutil/vlPerformanceStats.h"
17 
18 class QWidget;
19 class QLabel;
20 
21 namespace makVrf
22 {
23  namespace makVrfGuiObjectInformationQt
24  {
40  {
41  public:
43 
45 
47  {
48  return myParameterData;
49  }
50 
52  {
53  return myStateProperties;
54  }
55 
56  virtual void setUpdateTimeout(double);
57  virtual double updateTimeout() const;
58 
59  virtual void timedUpdate();
60 
61  virtual void setState(makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>* state);
62 
63  protected:
65  virtual makVrv::DtSimEntryUpdater::UpdateRate defaultUpdateRate() const;
66 
67  virtual void activate(makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>* state);
68  virtual void deactivate();
69 
70  virtual void updateStateProperties(makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>* state);
71  virtual void slot_aggregateUpdated(makVrv::DtUniqueID id, int flags);
72  virtual void parameterDataUpdated(makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>* state);
73  virtual void slot_onStateViewUpdated(makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>* s);
74 
75  protected:
80  DtTimedSection myUpdateTimer;
81  double myElapsedTime;
84  bool myTimerSet;
85  };
86  }
87 }
double myUpdateTimeout
Definition: aggregateInformationPageLogic.h:83
const DtRwProperties & stateProperties() const
Definition: aggregateInformationPageLogic.h:51
makVrv::DtSignalConnectionManager myConnections
Definition: aggregateInformationPageLogic.h:79
UpdateRate
Definition: DtSimEntryUpdater.h:31
DtRwProperties myParameterData
Definition: aggregateInformationPageLogic.h:76
Contains makVrv::DtEntityStatePageLogic class.
bool myFirstTime
Definition: aggregateInformationPageLogic.h:82
bool myTimerSet
Definition: aggregateInformationPageLogic.h:84
const DtRwProperties & parameterData() const
Definition: aggregateInformationPageLogic.h:46
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
Items added DtLocation - current location of entity DtSpeed - current speed of entity DtVelocity - cu...
Definition: entityStatePageLogic.h:30
Base class to provide boost signal/slot management.
#define DT_DLL_VRFGUIOBJECTINFORMATIONQT
Contains DLL export macros.
Definition: vrfGuiObjectInformationQt.h:25
DtRwProperties myStateProperties
Definition: aggregateInformationPageLogic.h:77
double myElapsedTime
Definition: aggregateInformationPageLogic.h:81
DtTimedSection myUpdateTimer
Definition: aggregateInformationPageLogic.h:80
A list of properties.
Definition: rwProperties.h:126
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
bool myMonitoring
Definition: aggregateInformationPageLogic.h:78
Items added DtAggregateInfoAggregateId DtAggregateInfoGlobalAggregateId DtAggregateInfoAggregateType ...
Definition: aggregateInformationPageLogic.h:39

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)