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