7 #include "CreateActions.h"
8 #include "CreateCentralWidget.h"
9 #include "CreateCommandStackShadow.h"
10 #include "CreateDockableWidgets.h"
11 #include "CreateFacade.h"
12 #include "CreateHelpWindow.h"
13 #include "CreateIcons.h"
14 #include "CreateLoadImage.h"
15 #include "CreateMenus.h"
16 #include "CreateNetwork.h"
17 #include "CreateScene.h"
18 #include "CreateSettingsDialogs.h"
19 #include "CreateStateContexts.h"
20 #include "CreateStatusBar.h"
21 #include "CreateToolBars.h"
22 #include "CreateTutorial.h"
23 #include "CreateZoomMaps.h"
25 #include "MainWindow.h"
34 LOG4CPP_INFO_S ((*mainCat)) <<
"CreateFacade::create";
54 #if !defined(OSX_DEBUG) && !defined(OSX_RELEASE)
55 mw.setWindowFlags (Qt::WindowContextHelpButtonHint | mw.windowFlags ());
57 mw.setWindowTitle (engaugeWindowTitle ());
59 createCentralWidget.
create (mw);
61 createStatusBar.
create (mw);
63 createToolBars.
create (mw);
64 createDockableWidgets.
create (mw);
65 createHelpWindow.
create (mw);
66 createTutorial.
create (mw);
69 createLoadImage.
create (mw);
70 createStateContexts.
create (mw);
71 createSettingsDialogs.
create (mw);
72 createCommandStackShadow.
create (mw);
73 createZoomMaps.
create (mw);
void create(MainWindow &mw)
Create shadow command stack.
Class to create actions for MainWindow class.
void create(MainWindow &mw)
Create QNetwork.
Class to create settings dialogs for MainWindow class.
Class to create state contexts, which wrap state machine design patterns, for MainWindow class...
Class to create zoom factor maps for MainWindow class.
void create(MainWindow &mw)
Create zoom maps.
Class to create LoadImageFromUrl for MainWindow class.
Class to create QGraphicsScene for MainWindow class.
Class to TutorialDlg for MainWindow class.
void create(MainWindow &mw)
Create settings QDialog items.
void create(MainWindow &mw)
Create QStatusBar.
void create(MainWindow &mw)
Create tutorial.
Class to create status bar for MainWindow class.
Class to create help window for MainWindow class.
CreateFacade()
Single constructor.
void create(MainWindow &mw)
Create QAction facade.
void create(MainWindow &mw)
Create QIcon items.
void create(MainWindow &mw)
Create HelpWindow.
void create(MainWindow &mw)
Create QAction actions.
void create(MainWindow &mw)
Create QGraphicsScene.
Class to create CmdStackShadow for MainWindow class.
Class to create network for MainWindow class.
Main window consisting of menu, graphics scene, status bar and optional toolbars as a Single Document...
Class to create icons for MainWindow class.
void create(MainWindow &mw)
Create state contexts.
void create(MainWindow &mw)
Create LoadImageFromUrl instance.