Engauge Digitizer 2
|
Dialog for editing main window settings, which are entirely independent of all documents. More...
#include <DlgSettingsMainWindow.h>
Public Member Functions | |
DlgSettingsMainWindow (MainWindow &mainWindow) | |
Single constructor. | |
virtual | ~DlgSettingsMainWindow () |
virtual void | createOptionalSaveDefault (QHBoxLayout *layout) |
Let subclass define an optional Save As Default button. | |
virtual QWidget * | createSubPanel () |
Create dialog-specific panel to which base class will add Ok and Cancel buttons. | |
virtual void | load (CmdMediator &cmdMediator) |
Load settings from Document. | |
void | loadMainWindowModel (CmdMediator &cmdMediator, const MainWindowModel &modelMainWindow) |
Replaced load method since the main window settings are independent of document, unlike other DlgSettings* classes. | |
virtual void | setSmallDialogs (bool smallDialogs) |
If false then dialogs have a minimum size so all controls are visible. | |
Public Member Functions inherited from DlgSettingsAbstractBase | |
DlgSettingsAbstractBase (const QString &title, const QString &dialogName, MainWindow &mainWindow) | |
Single constructor. | |
virtual | ~DlgSettingsAbstractBase () |
Protected Member Functions | |
virtual void | handleOk () |
Process slotOk. | |
Protected Member Functions inherited from DlgSettingsAbstractBase | |
CmdMediator & | cmdMediator () |
Provide access to Document information wrapped inside CmdMediator. | |
void | addPixmap (QGraphicsScene &scene, const QPixmap &pixmap) |
Adds pixmap to the scene. | |
void | createWhatsThis (QGridLayout *layout, ButtonWhatsThis *button, int row, int column) |
Create a WhatsThis button in a grid layout. | |
void | enableOk (bool enable) |
Let leaf subclass control the Ok button. | |
void | finishPanel (QWidget *subPanel, int minimumWidth=MINIMUM_DIALOG_WIDTH, int minimumHeightOrZero=0) |
Add Ok and Cancel buttons to subpanel to get the whole dialog. | |
MainWindow & | mainWindow () |
Get method for MainWindow. | |
const MainWindow & | mainWindow () const |
Const get method for MainWindow. | |
void | populateColorComboWithoutTransparent (QComboBox &combo) |
Add colors in color palette to combobox, without transparent entry at end. | |
void | populateColorComboWithTransparent (QComboBox &combo) |
Add colors in color palette to combobox, with transparent entry at end. | |
void | setCmdMediator (CmdMediator &cmdMediator) |
Store CmdMediator for easy access by the leaf class. | |
void | setDisableOkAtStartup (bool disableOkAtStartup) |
Override the default Ok button behavior applied in showEvent. |
Additional Inherited Members | |
Static Protected Attributes inherited from DlgSettingsAbstractBase | |
static int | MINIMUM_DIALOG_WIDTH = 380 |
Dialog layout constant that guarantees every widget has sufficient room. Can be increased by finishPanel. | |
static int | MINIMUM_PREVIEW_HEIGHT = 100 |
Dialog layout constant that guarantees preview has sufficent room. |
Dialog for editing main window settings, which are entirely independent of all documents.
Definition at line 25 of file DlgSettingsMainWindow.h.
DlgSettingsMainWindow::DlgSettingsMainWindow | ( | MainWindow & | mainWindow | ) |
Single constructor.
Definition at line 52 of file DlgSettingsMainWindow.cpp.
|
virtual |
Definition at line 66 of file DlgSettingsMainWindow.cpp.
|
virtual |
Let subclass define an optional Save As Default button.
Implements DlgSettingsAbstractBase.
Definition at line 292 of file DlgSettingsMainWindow.cpp.
|
virtual |
Create dialog-specific panel to which base class will add Ok and Cancel buttons.
Implements DlgSettingsAbstractBase.
Definition at line 297 of file DlgSettingsMainWindow.cpp.
|
protectedvirtual |
Process slotOk.
Implements DlgSettingsAbstractBase.
Definition at line 333 of file DlgSettingsMainWindow.cpp.
|
virtual |
Load settings from Document.
Implements DlgSettingsAbstractBase.
Definition at line 342 of file DlgSettingsMainWindow.cpp.
void DlgSettingsMainWindow::loadMainWindowModel | ( | CmdMediator & | cmdMediator, |
const MainWindowModel & | modelMainWindow ) |
Replaced load method since the main window settings are independent of document, unlike other DlgSettings* classes.
Definition at line 349 of file DlgSettingsMainWindow.cpp.
|
virtual |
If false then dialogs have a minimum size so all controls are visible.
Implements DlgSettingsAbstractBase.
Definition at line 398 of file DlgSettingsMainWindow.cpp.