wiRedPanda
Logic Circuit Simulator
Loading...
Searching...
No Matches
ThemeManager.h File Reference

Theme management types and singleton ThemeManager. More...

#include <QColor>
#include <QObject>
#include <QPalette>
#include "App/Core/Application.h"
Include dependency graph for ThemeManager.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ThemeAttributes
 Contains all color attributes for a theme. More...
class  ThemeManager
 Singleton class for managing application themes. More...

Enumerations

enum class  Theme { Light , Dark , System }
 Enumeration of available application themes. More...

Detailed Description

Theme management types and singleton ThemeManager.

Definition in file ThemeManager.h.

Enumeration Type Documentation

◆ Theme

enum class Theme
strong

Enumeration of available application themes.

Enumerator
Light 
Dark 
System 

Definition at line 17 of file ThemeManager.h.