![]() |
Cockatrice 2026-04-21-Development-2.11.0-beta.61
A virtual tabletop for multiplayer card games
|
#include <recents_settings.h>
Signals | |
| void | recentlyOpenedDeckPathsChanged () |
Public Member Functions | |
| QStringList | getRecentlyOpenedDeckPaths () const |
| void | clearRecentlyOpenedDeckPaths () |
| void | updateRecentlyOpenedDeckPaths (const QString &deckPath) |
| QString | getLatestDeckDirPath () const |
| void | setLatestDeckDirPath (const QString &dirPath) |
| 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) const |
| QVariant | getValue (const QString &name, const QString &group, const QString &subGroup=QString()) const |
| void | sync () |
Private Member Functions | |
| RecentsSettings (const QString &settingPath, QObject *parent=nullptr) | |
| RecentsSettings (const RecentsSettings &) | |
Friends | |
| class | SettingsCache |
Additional Inherited Members | |
| Protected Member Functions inherited from SettingsManager | |
| QSettings | getSettings () const |
| 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 | |
| QString | settingPath |
| QString | defaultGroup |
| QString | defaultSubGroup |
|
explicitprivate |
|
private |
| void RecentsSettings::clearRecentlyOpenedDeckPaths | ( | ) |
| QString RecentsSettings::getLatestDeckDirPath | ( | ) | const |
| QStringList RecentsSettings::getRecentlyOpenedDeckPaths | ( | ) | const |
|
signal |
| void RecentsSettings::setLatestDeckDirPath | ( | const QString & | dirPath | ) |
| void RecentsSettings::updateRecentlyOpenedDeckPaths | ( | const QString & | deckPath | ) |
|
friend |