 |
Blamite Game Engine - Keystone
00386.06.16.23.0646.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
Go to the documentation of this file.
6 #include "ui_ThemeChooserItem.h"
13 Ui::ThemeChooserItem ui;
21 void btn_apply_Click();
22 void btn_edit_Click();
std::string GetAuthor()
Retrieves the theme author.
Definition: BlamEditorTheme.cpp:128
bool ApplyVariant(std::string variant_name)
Applies a specified theme variant to the application.
Definition: BlamEditorTheme.cpp:78
Class representing a Blamite Editor Theme.
Definition: themes.h:47
Definition: ThemeChooserItem.h:8
std::vector< BlamEditorThemeVariant > GetVariants()
Retrieves the list of theme variants.
Definition: BlamEditorTheme.cpp:153
std::string GetVersion()
Retrieves the theme version.
Definition: BlamEditorTheme.cpp:138
bool ApplyTheme()
Applies this theme to the application.
Definition: BlamEditorTheme.cpp:37
std::string GetDescription()
Retrieves the theme description.
Definition: BlamEditorTheme.cpp:133
ThemeChooserItem(BlamEditorTheme *_theme, QWidget *parent=Q_NULLPTR)
Definition: ThemeChooserItem.cpp:9
std::string GetName()
Retrieves the theme name.
Definition: BlamEditorTheme.cpp:123
~ThemeChooserItem()
Definition: ThemeChooserItem.cpp:43
A theme changing notice dialog.
Definition: theme_changing_dialog.h:14