 |
Blamite Game Engine - Keystone
00390.07.02.23.1947.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
Go to the documentation of this file.
4 #include "ui_foundry_editor_settings.h"
16 void btn_theme_editor_Click();
17 void cbox_appearance_theme_IndexChanged(
int index);
18 void cbox_theme_variant_IndexChanged(
int index);
21 Ui::foundry_editor_settings ui;
QHash< QSourceHighliter::Token, QTextCharFormat > theme(QSourceHighliter::Themes)
Definition: qsourcehighliterthemes.cpp:63
Class representing a Blamite Editor Theme.
Definition: themes.h:47
KEYSTONE BlamEditorTheme * GetTheme(std::string name)
Retrieves a theme.
Definition: themes.cpp:320
foundry_editor_settings(QWidget *parent=Q_NULLPTR)
Definition: foundry_editor_settings.cpp:6
~foundry_editor_settings()
Definition: foundry_editor_settings.cpp:24
KEYSTONE std::vector< BlamEditorTheme > * GetThemeList()
Retrieves the list of loaded themes.
Definition: themes.cpp:315
The Foundry settings dialog.
Definition: foundry_editor_settings.h:11
A style editing window.
Definition: qt_style_editor.h:15