Create QAction facade.
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 shadow command stack.
Class to create actions for MainWindow class.
QString engaugeWindowTitle()
Text for title bars of dialogs.
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.
#define LOG4CPP_INFO_S(logger)
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.
void create(MainWindow &mw)
Create QIcon items.
void create(MainWindow &mw)
Create HelpWindow.
void create(MainWindow &mw)
Create QAction actions.
log4cpp::Category * mainCat
void create(MainWindow &mw)
Create QGraphicsScene.
Class to create CmdStackShadow for MainWindow class.
Class to create network for MainWindow class.
Class to create icons for MainWindow class.
void create(MainWindow &mw)
Create state contexts.
void create(MainWindow &mw)
Create LoadImageFromUrl instance.