TODO: Document this. More...
#include "shortcuts_settings.h"#include <QDate>#include <QLoggingCategory>#include <QSize>#include <QStringList>#include <libcockatrice/interfaces/interface_card_database_path_provider.h>#include <libcockatrice/interfaces/interface_network_settings_provider.h>#include <libcockatrice/settings/card_database_settings.h>#include <libcockatrice/settings/card_override_settings.h>#include <libcockatrice/settings/debug_settings.h>#include <libcockatrice/settings/download_settings.h>#include <libcockatrice/settings/game_filters_settings.h>#include <libcockatrice/settings/layouts_settings.h>#include <libcockatrice/settings/message_settings.h>#include <libcockatrice/settings/recents_settings.h>#include <libcockatrice/settings/servers_settings.h>#include <libcockatrice/utility/macros.h>Go to the source code of this file.
Classes | |
| class | SettingsCache |
Macros | |
| #define | PIXMAPCACHE_SIZE_DEFAULT 2048 |
| #define | PIXMAPCACHE_SIZE_MIN 64 |
| #define | PIXMAPCACHE_SIZE_MAX 4096 |
| #define | NETWORK_REDIRECT_CACHE_TTL_DEFAULT 30 |
| #define | NETWORK_REDIRECT_CACHE_TTL_MIN 1 |
| #define | NETWORK_REDIRECT_CACHE_TTL_MAX 90 |
| #define | DEFAULT_LANG_NAME "English" |
| #define | CLIENT_INFO_NOT_SET "notset" |
| #define | DEFAULT_FONT_SIZE 12 |
Functions | |
| Q_LOGGING_CATEGORY (SettingsCacheLog, "settings_cache") | |
Variables | |
| constexpr int | NETWORK_CACHE_SIZE_DEFAULT = 1024 * 4 |
| constexpr int | NETWORK_CACHE_SIZE_MIN = 1 |
| constexpr int | NETWORK_CACHE_SIZE_MAX = 1024 * 1024 |
| QStringList | defaultTags |
TODO: Document this.
| #define CLIENT_INFO_NOT_SET "notset" |
| #define DEFAULT_FONT_SIZE 12 |
| #define DEFAULT_LANG_NAME "English" |
| #define NETWORK_REDIRECT_CACHE_TTL_DEFAULT 30 |
| #define NETWORK_REDIRECT_CACHE_TTL_MAX 90 |
| #define NETWORK_REDIRECT_CACHE_TTL_MIN 1 |
| #define PIXMAPCACHE_SIZE_DEFAULT 2048 |
| #define PIXMAPCACHE_SIZE_MAX 4096 |
| #define PIXMAPCACHE_SIZE_MIN 64 |
|
inline |
|
inline |
|
constexpr |
|
constexpr |
|
constexpr |