Go to the documentation of this file.
54 #if !defined(OSX_DEBUG) && !defined(OSX_RELEASE)
55 mw.setWindowFlags (Qt::WindowContextHelpButtonHint | mw.windowFlags ());
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 state contexts.
Class to create help window for MainWindow class.
Class to create QGraphicsScene for MainWindow class.
Class to create state contexts, which wrap state machine design patterns, for MainWindow class.
void create(MainWindow &mw)
Create QStatusBar.
Class to create settings dialogs for MainWindow class.
Class to create LoadImageFromUrl for MainWindow class.
void create(MainWindow &mw)
Create QNetwork.
CreateFacade()
Single constructor.
void create(MainWindow &mw)
Create QAction actions.
void create(MainWindow &mw)
Create QAction facade.
Class to create actions for MainWindow class.
Class to create network for MainWindow class.
Class to create icons for MainWindow class.
Main window consisting of menu, graphics scene, status bar and optional toolbars as a Single Document...
void create(MainWindow &mw)
Create QIcon items.
#define LOG4CPP_INFO_S(logger)
Class to create CmdStackShadow for MainWindow class.
void create(MainWindow &mw)
Create LoadImageFromUrl instance.
Class to create status bar for MainWindow class.
QString engaugeWindowTitle()
Text for title bars of dialogs.
void create(MainWindow &mw)
Create tutorial.
log4cpp::Category * mainCat
Class to create zoom factor maps for MainWindow class.
void create(MainWindow &mw)
Create shadow command stack.
void create(MainWindow &mw)
Create settings QDialog items.
void create(MainWindow &mw)
Create zoom maps.
void create(MainWindow &mw)
Create QGraphicsScene.
void create(MainWindow &mw)
Create HelpWindow.
Class to TutorialDlg for MainWindow class.