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 #include <vrvCore/DtStateView.h>
15 #include <vrvCore/DtEntityState.h>
16 
17 namespace makVrv
18 {
19  class DtPageCollection;
20  class DtQtPageCollection;
21 }
22 
23 namespace makVrf
24 {
25  namespace makVrfGuiObjectInformationQt
26  {
27  class DtInformationDialog;
28  class DtInformationSectionedDialog;
29  class DtInformationDialogHandler;
30  class DtInformationDialogWidgetSection;
31 
36  {
37  public:
39 
41 
43  virtual ~DtInformationPageAssembler();
44 
45  virtual DtInformationDialogHandler* assembleInformationDialog(const makVrv::DtPagePath& pagePath,
47 
50  virtual DtInformationDialogWidgetSection* assembleSummarySection(const makVrv::DtPagePath& pagePath,
52 
53  virtual void registerPageDataItemCreator(DtItemUpdateFunctionCreatorInterface*);
54 
55  virtual DtItemUpdateFunction* createDataItem(const std::string&);
56 
57  virtual void assemble( const makVrv::DtPagePath& pagePath, const makVrv::DtPageConfiguration& configuration );
58 
59  virtual DtInformationDialogPage* createPage(const std::string& name) const;
60 
61  protected:
62 
63  virtual void assemblePagePath( const makVrv::DtPagePath& pagePath, const makVrv::DtPageConfiguration& configuration );
64  virtual void assembleCollection( const makVrv::DtPagePath& pagePath,
65  const makVrv::DtUnicode& pageTitle, const makVrv::DtPageConfiguration::PageCollectionState& pageState );
66  virtual void assemblePage( const makVrv::DtPagePath& pagePath );
67 
68  protected:
70  typedef boost::unordered_map<std::string,DtItemUpdateFunctionCreatorInterface*> PageDataItemMap;
72 
74 
77  };
78  }
79 }
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
Contains makVrv::DtStateView class.
This is the Qt specific implementation of the page assembler. Actual page creators must be registered...
Definition: informationPageAssembler.h:35
This is the Qt specific implementation of the page assembler. Actual page creators must be registered...
Definition: DtQtPageAssembler.h:26
makVrv::DtStateView< makVrv::DtVrlinkSimulatedBaseState > * myAssemblingState
Definition: informationPageAssembler.h:73
Contains makVrv::DtInformationDialogPage class.
A configuration of the pages in the gui.
Definition: DtPageConfiguration.h:25
Contains makVrv::DtVrlinkSimulatedEntityState class.
!!!!!
Definition: informationDialogHandler.h:147
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:52
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
DtInformationSectionedDialog * mySectionedDialog
If there are sections this wil be the main dialog.
Definition: informationPageAssembler.h:76
DtInformationDialogHandler * myCreatedCollection
Definition: informationPageAssembler.h:69

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)