VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
performanceMonitorWidgetLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
6 #pragma once
7 
10 
11 #include <QtCore/QVariant>
12 
13 namespace makVrv
14 {
15  class DtDe;
16 }
17 
18 class DtIfPing;
19 class DtSimulationAddress;
20 
21 namespace makVrf
22 {
23  class DtVrfBackendState;
24  class DtVrfSimBackendManager;
25 
26  class DtPerformanceMonitorWidgetInterface;
27 
29  {
30 
31  public:
32 
35 
38 
39  virtual void setupGui();
40 
42  virtual void startMonitoring(bool);
43 
44  protected:
45  virtual void removeAllBackends();
46  virtual void backendDiscovered(const DtVrfBackendState&);
47  virtual void backendRemoved(const DtVrfBackendState&);
48  virtual void performancesUpdated(const DtVrfBackendState&);
49  virtual void objectCountsChanged();
50  virtual void slot_receivedPing(const DtSimulationAddress&, DtIfPing*);
51 
52  protected:
58  };
59 }
Definition: vrfBackendState.h:69
DtPerformanceMonitorWidgetInterface * myInterface
Definition: performanceMonitorWidgetLogic.h:54
makVrv::DtDe & myDe
Definition: performanceMonitorWidgetLogic.h:53
Abstract interface for the back end slection list widget.
Definition: performanceMonitorWidgetInterface.h:15
class DtIfPing:
Definition: ifPing.h:18
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
#define DT_DLL_VRFGUICOMMONQT
Definition: vrfGuiCommonQt.h:20
bool myCurrentlyMonitoring
Definition: performanceMonitorWidgetLogic.h:55
Definition: performanceMonitorWidgetLogic.h:28
Base class to provide boost signal/slot management.
Maintains and signals state of the simulation engines that are currently connected to the GUI...
Definition: vrfSimBackendManager.h:77
DtVrfSimBackendManager * myBackendManager
Definition: performanceMonitorWidgetLogic.h:56
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
makVrv::DtSignalConnectionManager myConnections
Definition: performanceMonitorWidgetLogic.h:57

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)