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 
28  virtual ~DtAggregateSubordinatesPageLogic() override;
29 
30  virtual void showSubordinateInfoDialogFor(QTreeWidgetItem*);
31  virtual void activate(DtSimObjectReference) override;
32 
33  protected:
34  virtual void slot_onStateViewUpdated();
35 
36  protected:
37  virtual void addSubordinates(DtAggregateSubordinatesTab* tree, const std::vector<DtSimObjectReference>& subordinates);
38  virtual void addSubordinate(QTreeWidget* tree, DtSimObjectReference ref);
39 
40  virtual QVariant echelonId(const DtObjectListViewItem* item) const;
41  virtual QVariant subordinateFunction(const DtObjectListViewItem* item) const;
42 
43  protected:
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:76
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:45
Definition: aggregateSubordinatesPageLogic.h:23

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)