Facade class that wraps around all of the create classes for MainWindow.
More...
#include <CreateFacade.h>
Facade class that wraps around all of the create classes for MainWindow.
We derive from QObject and use Q_OBJECT so translations work
Definition at line 15 of file CreateFacade.h.
◆ CreateFacade()
| CreateFacade::CreateFacade |
( |
| ) |
|
◆ create()
Create QAction facade.
Definition at line 32 of file CreateFacade.cpp.
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);
The documentation for this class was generated from the following files:
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.
void create(MainWindow &mw)
Create QAction actions.
Class to create actions for MainWindow class.
Class to create network for MainWindow class.
Class to create icons for MainWindow class.
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.