VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
systemsInformationPageLogic.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2019 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
10 #pragma once
11 
14 
15 #include <vrfutil/rwUUID.h>
16 
17 
18 struct ComponentSystem;
19 
20 class QTreeWidgetItem;
21 
22 namespace makVrf
23 {
24  namespace makVrfGuiObjectInformationQt
25  {
27  {
31  };
33 
35  {
36  public:
38 
40 
41  virtual void addSystem(const DtSystem& system);
42  virtual void clear();
43 
44 
45  protected:
46  virtual void activate(makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>* state);
47  virtual void deactivate();
48 
49  virtual void slot_receivedSystemList(const DtUUID& entity, const std::vector< DtSystem>& systems);
50 
51  protected:
54 
55  typedef std::map<std::string, QTreeWidgetItem*> DtSystemItems;
56 
58  };
59  }
60 }
UUID is a unique ID wrapper class.
Definition: rwUUID.h:222
ComponentSystem DtSystem
Definition: systemsInformationPageLogic.h:32
DtUUID myMonitoring
Definition: systemsInformationPageLogic.h:52
std::map< std::string, QTreeWidgetItem * > DtSystemItems
Definition: systemsInformationPageLogic.h:55
DtSystemItems mySystemItems
Definition: systemsInformationPageLogic.h:57
Contains makVrv::DtInformationDialogPage class.
Definition: systemsInformationPageLogic.h:29
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
Definition: systemsInformationPageLogic.h:28
Definition: systemListResponseAdmin.h:19
#define DT_DLL_VRFGUIOBJECTINFORMATIONQT
Contains DLL export macros.
Definition: vrfGuiObjectInformationQt.h:25
makVrv::DtSignalConnectionManager myConnections
Definition: systemsInformationPageLogic.h:53
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Definition: systemsInformationPageLogic.h:30
DtSystemsInformationColumn
Definition: systemsInformationPageLogic.h:26

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)