#include <layouts_settings.h>
|
| void | setMainWindowGeometry (const QByteArray &value) |
| void | setDeckEditorLayoutState (const QByteArray &value) |
| void | setDeckEditorGeometry (const QByteArray &value) |
| void | setDeckEditorWidgetSize (const QString &widgetName, const QSize &value) |
| void | setVisualDeckEditorLayoutState (const QByteArray &value) |
| void | setVisualDeckEditorGeometry (const QByteArray &value) |
| void | setVisualDeckEditorWidgetSize (const QString &widgetName, const QSize &value) |
| void | setDeckEditorDbHeaderState (const QByteArray &value) |
| void | setSetsDialogHeaderState (const QByteArray &value) |
| void | setSetsDialogGeometry (const QByteArray &value) |
| void | setTokenDialogGeometry (const QByteArray &value) |
| void | setGamePlayAreaGeometry (const QByteArray &value) |
| void | setGamePlayAreaState (const QByteArray &value) |
| void | setGamePlayAreaWidgetSize (const QString &widgetName, const QSize &value) |
| void | setReplayPlayAreaGeometry (const QByteArray &value) |
| void | setReplayPlayAreaState (const QByteArray &value) |
| void | setReplayPlayAreaWidgetSize (const QString &widgetName, const QSize &value) |
| QByteArray | getMainWindowGeometry () |
| QByteArray | getDeckEditorLayoutState () |
| QByteArray | getDeckEditorGeometry () |
| QSize | getDeckEditorWidgetSize (const QString &widgetName, const QSize &defaultValue={}) |
| QByteArray | getVisualDeckEditorLayoutState () |
| QByteArray | getVisualDeckEditorGeometry () |
| QSize | getVisualDeckEditorWidgetSize (const QString &widgetName, const QSize &defaultValue={}) |
| QByteArray | getDeckEditorDbHeaderState () |
| QByteArray | getSetsDialogHeaderState () |
| QByteArray | getSetsDialogGeometry () |
| QByteArray | getTokenDialogGeometry () |
| QByteArray | getGamePlayAreaLayoutState () |
| QByteArray | getGamePlayAreaGeometry () |
| QSize | getGamePlayAreaWidgetSize (const QString &widgetName, const QSize &defaultValue={}) |
| QByteArray | getReplayPlayAreaLayoutState () |
| QByteArray | getReplayPlayAreaGeometry () |
| QSize | getReplayPlayAreaWidgetSize (const QString &widgetName, const QSize &defaultValue={}) |
| | SettingsManager (const QString &settingPath, const QString &defaultGroup=QString(), const QString &defaultSubGroup=QString(), QObject *parent=nullptr) |
| QVariant | getValue (const QString &name) |
| QVariant | getValue (const QString &name, const QString &group, const QString &subGroup=QString()) |
| void | sync () |
|
| void | setValue (const QVariant &value, const QString &name) |
| void | setValue (const QVariant &value, const QString &name, const QString &group, const QString &subGroup=QString()) |
| void | deleteValue (const QString &name) |
| void | deleteValue (const QString &name, const QString &group, const QString &subGroup=QString()) |
| QSettings | settings |
| QString | defaultGroup |
| QString | defaultSubGroup |
◆ LayoutsSettings() [1/2]
| LayoutsSettings::LayoutsSettings |
( |
const QString & | settingPath, |
|
|
QObject * | parent = nullptr ) |
|
explicitprivate |
◆ LayoutsSettings() [2/2]
◆ getDeckEditorDbHeaderState()
| QByteArray LayoutsSettings::getDeckEditorDbHeaderState |
( |
| ) |
|
◆ getDeckEditorGeometry()
| QByteArray LayoutsSettings::getDeckEditorGeometry |
( |
| ) |
|
◆ getDeckEditorLayoutState()
| QByteArray LayoutsSettings::getDeckEditorLayoutState |
( |
| ) |
|
◆ getDeckEditorWidgetSize()
| QSize LayoutsSettings::getDeckEditorWidgetSize |
( |
const QString & | widgetName, |
|
|
const QSize & | defaultValue = {} ) |
◆ getGamePlayAreaGeometry()
| QByteArray LayoutsSettings::getGamePlayAreaGeometry |
( |
| ) |
|
◆ getGamePlayAreaLayoutState()
| QByteArray LayoutsSettings::getGamePlayAreaLayoutState |
( |
| ) |
|
◆ getGamePlayAreaWidgetSize()
| QSize LayoutsSettings::getGamePlayAreaWidgetSize |
( |
const QString & | widgetName, |
|
|
const QSize & | defaultValue = {} ) |
◆ getMainWindowGeometry()
| QByteArray LayoutsSettings::getMainWindowGeometry |
( |
| ) |
|
◆ getReplayPlayAreaGeometry()
| QByteArray LayoutsSettings::getReplayPlayAreaGeometry |
( |
| ) |
|
◆ getReplayPlayAreaLayoutState()
| QByteArray LayoutsSettings::getReplayPlayAreaLayoutState |
( |
| ) |
|
◆ getReplayPlayAreaWidgetSize()
| QSize LayoutsSettings::getReplayPlayAreaWidgetSize |
( |
const QString & | widgetName, |
|
|
const QSize & | defaultValue = {} ) |
◆ getSetsDialogGeometry()
| QByteArray LayoutsSettings::getSetsDialogGeometry |
( |
| ) |
|
◆ getSetsDialogHeaderState()
| QByteArray LayoutsSettings::getSetsDialogHeaderState |
( |
| ) |
|
◆ getTokenDialogGeometry()
| QByteArray LayoutsSettings::getTokenDialogGeometry |
( |
| ) |
|
◆ getVisualDeckEditorGeometry()
| QByteArray LayoutsSettings::getVisualDeckEditorGeometry |
( |
| ) |
|
◆ getVisualDeckEditorLayoutState()
| QByteArray LayoutsSettings::getVisualDeckEditorLayoutState |
( |
| ) |
|
◆ getVisualDeckEditorWidgetSize()
| QSize LayoutsSettings::getVisualDeckEditorWidgetSize |
( |
const QString & | widgetName, |
|
|
const QSize & | defaultValue = {} ) |
◆ setDeckEditorDbHeaderState()
| void LayoutsSettings::setDeckEditorDbHeaderState |
( |
const QByteArray & | value | ) |
|
◆ setDeckEditorGeometry()
| void LayoutsSettings::setDeckEditorGeometry |
( |
const QByteArray & | value | ) |
|
◆ setDeckEditorLayoutState()
| void LayoutsSettings::setDeckEditorLayoutState |
( |
const QByteArray & | value | ) |
|
◆ setDeckEditorWidgetSize()
| void LayoutsSettings::setDeckEditorWidgetSize |
( |
const QString & | widgetName, |
|
|
const QSize & | value ) |
◆ setGamePlayAreaGeometry()
| void LayoutsSettings::setGamePlayAreaGeometry |
( |
const QByteArray & | value | ) |
|
◆ setGamePlayAreaState()
| void LayoutsSettings::setGamePlayAreaState |
( |
const QByteArray & | value | ) |
|
◆ setGamePlayAreaWidgetSize()
| void LayoutsSettings::setGamePlayAreaWidgetSize |
( |
const QString & | widgetName, |
|
|
const QSize & | value ) |
◆ setMainWindowGeometry()
| void LayoutsSettings::setMainWindowGeometry |
( |
const QByteArray & | value | ) |
|
◆ setReplayPlayAreaGeometry()
| void LayoutsSettings::setReplayPlayAreaGeometry |
( |
const QByteArray & | value | ) |
|
◆ setReplayPlayAreaState()
| void LayoutsSettings::setReplayPlayAreaState |
( |
const QByteArray & | value | ) |
|
◆ setReplayPlayAreaWidgetSize()
| void LayoutsSettings::setReplayPlayAreaWidgetSize |
( |
const QString & | widgetName, |
|
|
const QSize & | value ) |
◆ setSetsDialogGeometry()
| void LayoutsSettings::setSetsDialogGeometry |
( |
const QByteArray & | value | ) |
|
◆ setSetsDialogHeaderState()
| void LayoutsSettings::setSetsDialogHeaderState |
( |
const QByteArray & | value | ) |
|
◆ setTokenDialogGeometry()
| void LayoutsSettings::setTokenDialogGeometry |
( |
const QByteArray & | value | ) |
|
◆ setVisualDeckEditorGeometry()
| void LayoutsSettings::setVisualDeckEditorGeometry |
( |
const QByteArray & | value | ) |
|
◆ setVisualDeckEditorLayoutState()
| void LayoutsSettings::setVisualDeckEditorLayoutState |
( |
const QByteArray & | value | ) |
|
◆ setVisualDeckEditorWidgetSize()
| void LayoutsSettings::setVisualDeckEditorWidgetSize |
( |
const QString & | widgetName, |
|
|
const QSize & | value ) |
◆ SettingsCache
The documentation for this class was generated from the following files: