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