Cockatrice 2025-11-30-Development-2.11.0-beta.38
A cross-platform virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
LayoutsSettings Class Reference

#include <layouts_settings.h>

Inheritance diagram for LayoutsSettings:
[legend]
Collaboration diagram for LayoutsSettings:
[legend]

Public Member Functions

void setDeckEditorLayoutState (const QByteArray &value)
void setDeckEditorGeometry (const QByteArray &value)
void setDeckEditorCardSize (const QSize &value)
void setDeckEditorDeckSize (const QSize &value)
void setDeckEditorPrintingSelectorSize (const QSize &value)
void setDeckEditorFilterSize (const QSize &value)
void setDeckEditorDbHeaderState (const QByteArray &value)
void setSetsDialogHeaderState (const QByteArray &value)
void setGamePlayAreaGeometry (const QByteArray &value)
void setGamePlayAreaState (const QByteArray &value)
void setGameCardInfoSize (const QSize &value)
void setGameMessageLayoutSize (const QSize &value)
void setGamePlayerListSize (const QSize &value)
void setReplayPlayAreaGeometry (const QByteArray &value)
void setReplayPlayAreaState (const QByteArray &value)
void setReplayCardInfoSize (const QSize &value)
void setReplayMessageLayoutSize (const QSize &value)
void setReplayPlayerListSize (const QSize &value)
void setReplayReplaySize (const QSize &value)
const QByteArray getDeckEditorLayoutState ()
const QByteArray getDeckEditorGeometry ()
QSize getDeckEditorCardSize ()
QSize getDeckEditorDeckSize ()
QSize getDeckEditorPrintingSelectorSize ()
QSize getDeckEditorFilterSize ()
const QByteArray getDeckEditorDbHeaderState ()
const QByteArray getSetsDialogHeaderState ()
const QByteArray getGamePlayAreaLayoutState ()
const QByteArray getGamePlayAreaGeometry ()
const QSize getGameCardInfoSize ()
const QSize getGameMessageLayoutSize ()
const QSize getGamePlayerListSize ()
const QByteArray getReplayPlayAreaLayoutState ()
const QByteArray getReplayPlayAreaGeometry ()
const QSize getReplayCardInfoSize ()
const QSize getReplayMessageLayoutSize ()
const QSize getReplayPlayerListSize ()
const QSize getReplayReplaySize ()
Public Member Functions inherited from SettingsManager
 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 ()

Private Member Functions

 LayoutsSettings (const QString &settingPath, QObject *parent=nullptr)
 LayoutsSettings (const LayoutsSettings &)

Friends

class SettingsCache

Additional Inherited Members

Protected Member Functions inherited from SettingsManager
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())
Protected Attributes inherited from SettingsManager
QSettings settings
QString defaultGroup
QString defaultSubGroup

Constructor & Destructor Documentation

◆ LayoutsSettings() [1/2]

LayoutsSettings::LayoutsSettings ( const QString & settingPath,
QObject * parent = nullptr )
explicitprivate
Here is the call graph for this function:
Here is the caller graph for this function:

◆ LayoutsSettings() [2/2]

LayoutsSettings::LayoutsSettings ( const LayoutsSettings & )
private
Here is the call graph for this function:

Member Function Documentation

◆ getDeckEditorCardSize()

QSize LayoutsSettings::getDeckEditorCardSize ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getDeckEditorDbHeaderState()

const QByteArray LayoutsSettings::getDeckEditorDbHeaderState ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getDeckEditorDeckSize()

QSize LayoutsSettings::getDeckEditorDeckSize ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getDeckEditorFilterSize()

QSize LayoutsSettings::getDeckEditorFilterSize ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getDeckEditorGeometry()

const QByteArray LayoutsSettings::getDeckEditorGeometry ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getDeckEditorLayoutState()

const QByteArray LayoutsSettings::getDeckEditorLayoutState ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getDeckEditorPrintingSelectorSize()

QSize LayoutsSettings::getDeckEditorPrintingSelectorSize ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getGameCardInfoSize()

const QSize LayoutsSettings::getGameCardInfoSize ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getGameMessageLayoutSize()

const QSize LayoutsSettings::getGameMessageLayoutSize ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getGamePlayAreaGeometry()

const QByteArray LayoutsSettings::getGamePlayAreaGeometry ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getGamePlayAreaLayoutState()

const QByteArray LayoutsSettings::getGamePlayAreaLayoutState ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getGamePlayerListSize()

const QSize LayoutsSettings::getGamePlayerListSize ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getReplayCardInfoSize()

const QSize LayoutsSettings::getReplayCardInfoSize ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getReplayMessageLayoutSize()

const QSize LayoutsSettings::getReplayMessageLayoutSize ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getReplayPlayAreaGeometry()

const QByteArray LayoutsSettings::getReplayPlayAreaGeometry ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getReplayPlayAreaLayoutState()

const QByteArray LayoutsSettings::getReplayPlayAreaLayoutState ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getReplayPlayerListSize()

const QSize LayoutsSettings::getReplayPlayerListSize ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getReplayReplaySize()

const QSize LayoutsSettings::getReplayReplaySize ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getSetsDialogHeaderState()

const QByteArray LayoutsSettings::getSetsDialogHeaderState ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ setDeckEditorCardSize()

void LayoutsSettings::setDeckEditorCardSize ( const QSize & value)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ setDeckEditorDbHeaderState()

void LayoutsSettings::setDeckEditorDbHeaderState ( const QByteArray & value)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ setDeckEditorDeckSize()

void LayoutsSettings::setDeckEditorDeckSize ( const QSize & value)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ setDeckEditorFilterSize()

void LayoutsSettings::setDeckEditorFilterSize ( const QSize & value)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ setDeckEditorGeometry()

void LayoutsSettings::setDeckEditorGeometry ( const QByteArray & value)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ setDeckEditorLayoutState()

void LayoutsSettings::setDeckEditorLayoutState ( const QByteArray & value)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ setDeckEditorPrintingSelectorSize()

void LayoutsSettings::setDeckEditorPrintingSelectorSize ( const QSize & value)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ setGameCardInfoSize()

void LayoutsSettings::setGameCardInfoSize ( const QSize & value)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ setGameMessageLayoutSize()

void LayoutsSettings::setGameMessageLayoutSize ( const QSize & value)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ setGamePlayAreaGeometry()

void LayoutsSettings::setGamePlayAreaGeometry ( const QByteArray & value)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ setGamePlayAreaState()

void LayoutsSettings::setGamePlayAreaState ( const QByteArray & value)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ setGamePlayerListSize()

void LayoutsSettings::setGamePlayerListSize ( const QSize & value)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ setReplayCardInfoSize()

void LayoutsSettings::setReplayCardInfoSize ( const QSize & value)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ setReplayMessageLayoutSize()

void LayoutsSettings::setReplayMessageLayoutSize ( const QSize & value)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ setReplayPlayAreaGeometry()

void LayoutsSettings::setReplayPlayAreaGeometry ( const QByteArray & value)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ setReplayPlayAreaState()

void LayoutsSettings::setReplayPlayAreaState ( const QByteArray & value)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ setReplayPlayerListSize()

void LayoutsSettings::setReplayPlayerListSize ( const QSize & value)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ setReplayReplaySize()

void LayoutsSettings::setReplayReplaySize ( const QSize & value)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ setSetsDialogHeaderState()

void LayoutsSettings::setSetsDialogHeaderState ( const QByteArray & value)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ SettingsCache

friend class SettingsCache
friend

The documentation for this class was generated from the following files: