VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
aggregateSubordinatesPageLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2022 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
14 
15 namespace makVrf
16 {
17  class DtObjectListViewItem;
18 
19  namespace makVrfGuiObjectInformationQt
20  {
21  class DtAggregateSubordinatesTab;
22 
24  {
25  public:
27 
29 
30  virtual void showSubordinateInfoDialogFor(QTreeWidgetItem*);
31 
32  protected:
33  virtual void slot_onStateViewUpdated(makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>* s);
34 
35  protected:
36  virtual void addSubordinates(DtAggregateSubordinatesTab* tree, const std::vector<std::string>& subordinates);
37  virtual void addSubordinate(QTreeWidget* tree, const std::string& globalId);
38 
39  virtual QVariant echelonId(const DtObjectListViewItem* item) const;
40  virtual QVariant subordinateFunction(const DtObjectListViewItem* item) const;
41 
42  protected:
43 
44  std::map<std::string, std::string> myCacheSubordinateUuidRoleHandles;
45  };
46  }
47 }
std::map< std::string, std::string > myCacheSubordinateUuidRoleHandles
Definition: aggregateSubordinatesPageLogic.h:44
Contains makVrv::DtInformationDialogPage class.
#define DT_DLL_VRFGUIOBJECTINFORMATIONQT
Contains DLL export macros.
Definition: vrfGuiObjectInformationQt.h:24
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
This tree widget item can be used in any tree that wants to display an icon next to the name of an ob...
Definition: objectListViewItem.h:55
Definition: aggregateSubordinatesPageLogic.h:23

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)