 |
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.
6 #include <Strings/components/classes/events/events.h>
std::string GetResource(std::string group_id, std::string id)
Retrieves a resource path from the theme.
Definition: BlamEditorTheme.cpp:158
void paintEvent(QPaintEvent *event)
Paints the custom texture on top of the MDI area.
Definition: SkinnableMdiArea.cpp:17
SkinnableMdiArea(QWidget *parent=Q_NULLPTR)
Definition: SkinnableMdiArea.cpp:5
void OnEditorThemeChangeEvent(EditorThemeChangeEvent *event)
Re-creates the pixmap when the theme is changed.
Definition: SkinnableMdiArea.cpp:28
~SkinnableMdiArea()
Definition: SkinnableMdiArea.cpp:12
Wrapper class around a QMdiArea, made to simplify skinning.
Definition: SkinnableMdiArea.h:20
KEYSTONE BlamEditorTheme * GetActiveTheme()
Retrieves the currently selected theme.
Definition: themes.cpp:335