Definition: DtPageConfiguration.h:83
The page creator. This class should be extended by all page classes.
Definition: DtPage.h:121
This is the Qt specific implementation of the page assembler. Actual page creators must be registered...
Definition: DtQtPageAssembler.h:26
The creator for the DtPageAssembler. Subclasses replace this class to replace the page assembler inst...
Definition: DtPageAssembler.h:121
The base assembler is a singleton which assembles the pages defined in a Page Configuration. A GUI specific subclass is written to actually create the pages in the GUI. Example: makVrv::DtQtPageAssembler.
Definition: DtPageAssembler.h:27
PageCreatorMap myPageCreatorMap
Definition: DtQtPageAssembler.h:73
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::DtPageAssembler class.
boost::unordered_map< std::string, DtPageCreator * > PageCreatorMap
Definition: DtQtPageAssembler.h:72
This class replaces the DtPageAssemblerCreator to create a DtQtPageAssembler for the DtPageAssembler ...
Definition: DtQtPageAssembler.h:80
QWidget * myMainWindowCache
Definition: DtQtPageAssembler.h:74