VR-Forces Developer's Guide
 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 
44  virtual ~DtAggregateInformationPageLogic() override;
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 setSimObject(DtSimObjectReference state) override;
62 
63  protected:
64  virtual void activate(DtSimObjectReference state) override;
65  virtual void deactivate() override;
66 
67  virtual void updateStateProperties(DtSimObjectReference state);
68  virtual void slot_aggregateUpdated(makVrv::DtUniqueID id, int flags);
69  virtual void parameterDataUpdated(DtSimObjectReference state);
70 
71  protected:
76  DtTimedSection myUpdateTimer;
77  double myElapsedTime;
80  bool myTimerSet;
81  boost::signals2::connection myDeTimedConnection;
82  };
83  }
84 }
double myUpdateTimeout
Definition: aggregateInformationPageLogic.h:79
const DtRwProperties & stateProperties() const
Definition: aggregateInformationPageLogic.h:51
makVrv::DtSignalConnectionManager myConnections
Definition: aggregateInformationPageLogic.h:75
DtRwProperties myParameterData
Definition: aggregateInformationPageLogic.h:72
Contains makVrv::DtEntityStatePageLogic class.
bool myFirstTime
Definition: aggregateInformationPageLogic.h:78
bool myTimerSet
Definition: aggregateInformationPageLogic.h:80
const DtRwProperties & parameterData() const
Definition: aggregateInformationPageLogic.h:46
boost::signals2::connection myDeTimedConnection
Definition: aggregateInformationPageLogic.h:81
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:24
DtRwProperties myStateProperties
Definition: aggregateInformationPageLogic.h:73
double myElapsedTime
Definition: aggregateInformationPageLogic.h:77
DtTimedSection myUpdateTimer
Definition: aggregateInformationPageLogic.h:76
A list of properties. A DtPropertyInterface object that is a specialized version of DtRwVariableBindi...
Definition: rwProperties.h:122
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:76
bool myMonitoring
Definition: aggregateInformationPageLogic.h:74
Items added DtAggregateInfoAggregateId DtAggregateInfoGlobalAggregateId DtAggregateInfoAggregateType ...
Definition: aggregateInformationPageLogic.h:39

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)