VR-Forces 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 
45  virtual void clear();
46 
47  protected:
48  virtual void removeAllBackends();
49  virtual void backendDiscovered(const DtVrfBackendState&);
50  virtual void backendRemoved(const DtVrfBackendState&);
51  virtual void performancesUpdated(const DtVrfBackendState&);
52  virtual void objectCountsChanged();
53  virtual void slot_receivedPing(const DtSimulationAddress&, DtIfPing*);
54 
55  protected:
61  };
62 }
Definition: vrfBackendState.h:69
DtPerformanceMonitorWidgetInterface * myInterface
Definition: performanceMonitorWidgetLogic.h:57
makVrv::DtDe & myDe
Definition: performanceMonitorWidgetLogic.h:56
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:58
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:79
DtVrfSimBackendManager * myBackendManager
Definition: performanceMonitorWidgetLogic.h:59
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:72
makVrv::DtSignalConnectionManager myConnections
Definition: performanceMonitorWidgetLogic.h:60

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)