#include "theme_manager.h"#include "../../client/settings/cache_settings.h"#include <QApplication>#include <QColor>#include <QDebug>#include <QLibraryInfo>#include <QPixmapCache>#include <QStandardPaths>Macros | |
| #define | NONE_THEME_NAME "Default" |
| #define | STYLE_CSS_NAME "style.css" |
| #define | HANDZONE_BG_NAME "handzone" |
| #define | PLAYERZONE_BG_NAME "playerzone" |
| #define | STACKZONE_BG_NAME "stackzone" |
| #define | TABLEZONE_BG_NAME "tablezone" |
Functions | |
| static QString | roleBgName (ThemeManager::Role role) |
Variables | |
| static const QColor | HANDZONE_BG_DEFAULT = QColor(80, 100, 50) |
| static const QColor | TABLEZONE_BG_DEFAULT = QColor(70, 50, 100) |
| static const QColor | PLAYERZONE_BG_DEFAULT = QColor(200, 200, 200) |
| static const QColor | STACKZONE_BG_DEFAULT = QColor(113, 43, 43) |
| static const QStringList | DEFAULT_RESOURCE_PATHS = {":/resources"} |
| #define HANDZONE_BG_NAME "handzone" |
| #define NONE_THEME_NAME "Default" |
| #define PLAYERZONE_BG_NAME "playerzone" |
| #define STACKZONE_BG_NAME "stackzone" |
| #define STYLE_CSS_NAME "style.css" |
| #define TABLEZONE_BG_NAME "tablezone" |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |