 |
Blamite Game Engine - Keystone
00449.01.12.26.0555.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
Go to the documentation of this file.
12 QAction* CreateMenuItem(std::string icon_id, QString label);
20 void NewTag_Clicked(
bool checked);
21 void NewFolder_Clicked(
bool checked);
22 void Open_Clicked(
bool checked);
23 void Open_Backup_Clicked(
bool checked);
24 void Duplicate_Clicked(
bool checked);
25 void Delete_Clicked(
bool checked);
26 void Rename_Clicked(
bool checked);
28 void Refresh_Clicked(
bool checked);
30 void OpenFileLocation_Clicked(
bool checked);
31 void Information_Clicked(
bool checked);
33 void Compile_Clicked(
bool checked);
34 void Decompile_Clicked(
bool checked);
KEYSTONE bool TagHasCustomEditors(BlamTag *tag)
Definition: custom_tag_editor.cpp:21
KEYSTONE BlamEditorTheme * GetActiveTheme()
Retrieves the currently selected theme.
Definition: themes.cpp:335
KEYSTONE std::vector< CustomTagEditorInfo > GetCustomEditorList(BlamTag *tag)
Definition: custom_tag_editor.cpp:31
Definition: custom_tag_editor.h:27