VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
informationPageAssembler.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
10 #pragma once
14 
15 namespace makVrv
16 {
17  class DtPageCollection;
18  class DtQtPageCollection;
19 }
20 
21 namespace makVrf
22 {
23  namespace makVrfGuiObjectInformationQt
24  {
25  class DtInformationDialog;
26  class DtInformationSectionedDialog;
27  class DtInformationDialogHandler;
28  class DtInformationDialogWidgetSection;
29 
34  {
35  public:
37 
39 
41  virtual ~DtInformationPageAssembler() override;
42 
43  virtual DtInformationDialogHandler* assembleInformationDialog(const makVrv::DtPagePath& pagePath,
45 
48  virtual DtInformationDialogWidgetSection* assembleSummarySection(const makVrv::DtPagePath& pagePath,
50 
51  virtual void registerPageDataItemCreator(DtItemUpdateFunctionCreatorInterface*);
52 
53  virtual DtItemUpdateFunction* createDataItem(const std::string&);
54 
55  virtual void assemble(
56  const makVrv::DtPagePath& pagePath, const makVrv::DtPageConfiguration& configuration) override;
57 
58  virtual DtInformationDialogPage* createPage(const std::string& name) const;
59 
60  protected:
61 
62  virtual void assemblePagePath(
63  const makVrv::DtPagePath& pagePath, const makVrv::DtPageConfiguration& configuration) override;
64  virtual void assembleCollection(const makVrv::DtPagePath& pagePath, const makVrv::DtUnicode& pageTitle,
65  const makVrv::DtPageConfiguration::PageCollectionState& pageState) override;
66  virtual void assemblePage(const makVrv::DtPagePath& pagePath) override;
67 
68  protected:
70  typedef boost::unordered_map<std::string,DtItemUpdateFunctionCreatorInterface*> PageDataItemMap;
73 
76  };
77  }
78 }
PageDataItemMap myPageDataItemCreatorMap
Definition: informationPageAssembler.h:71
A unicode string. DtUnicode stores a UTF-16 encoded unicode string. Code Point, a Unicode character...
Definition: DtUnicode.h:33
Definition: DtPageConfiguration.h:83
This is the Qt specific implementation of the page assembler. Actual page creators must be registered...
Definition: informationPageAssembler.h:33
DtSimObjectReference myAssemblingState
Definition: informationPageAssembler.h:72
This is the Qt specific implementation of the page assembler. Actual page creators must be registered...
Definition: DtQtPageAssembler.h:26
Contains makVrv::DtInformationDialogPage class.
A configuration of the pages in the gui.
Definition: DtPageConfiguration.h:25
!!!!!
Definition: informationDialogHandler.h:146
A page path is the location of a page based upon its parents. A page path usually only consists of a ...
Definition: DtPagePath.h:21
Contains makVrv::DtQtPageAssembler class.
#define DT_DLL_VRFGUIOBJECTINFORMATIONQT
Contains DLL export macros.
Definition: vrfGuiObjectInformationQt.h:24
boost::unordered_map< std::string, DtItemUpdateFunctionCreatorInterface * > PageDataItemMap
Definition: informationPageAssembler.h:70
Definition: informationDialogWidgetSection.h:50
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
DtInformationSectionedDialog * mySectionedDialog
If there are sections this wil be the main dialog.
Definition: informationPageAssembler.h:75
DtInformationDialogHandler * myCreatedCollection
Definition: informationPageAssembler.h:69

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)