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

TODO: Document this. More...

#include <QBrush>
#include <QDir>
#include <QLoggingCategory>
#include <QMap>
#include <QObject>
#include <QPixmap>
#include <QString>
#include <array>
Include dependency graph for theme_manager.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ThemeManager

Typedefs

typedef QMap< QString, QString > QStringMap
typedef QMap< int, QBrush > QBrushMap

Functions

 Q_LOGGING_CATEGORY (ThemeManagerLog, "theme_manager")

Variables

ThemeManagerthemeManager

Detailed Description

TODO: Document this.

Typedef Documentation

◆ QBrushMap

typedef QMap<int, QBrush> QBrushMap

◆ QStringMap

typedef QMap<QString, QString> QStringMap

Function Documentation

◆ Q_LOGGING_CATEGORY()

Q_LOGGING_CATEGORY ( ThemeManagerLog ,
"theme_manager"  )
inline

Variable Documentation

◆ themeManager

ThemeManager* themeManager
extern