 |
Blamite Game Engine - Keystone
00319.06.14.21.0211.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
Go to the documentation of this file.
3 #include <qtreewidget.h>
4 #include <HEKGuerilla/components/projects/projects.h>
16 BlamProject* project =
nullptr;
18 bool is_valid =
false;
19 bool use_hierarchy_view =
true;
21 BlamPlugin* plugin =
nullptr;
22 bool is_fake_container =
false;
29 void GenerateTreeWidgets();
107 void Filter(std::string search_filter,
bool keep_empty_folders);
Interface class that all main editing tool windows inherit from.
Definition: BlamEditorWindow.h:47