 |
Blamite Game Engine - Keystone
00419.04.29.24.1948.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
Go to the documentation of this file.
3 #include <Strings/components/settings/config/config.h>
13 #define MAIN_EDITOR_WINDOW BlamKeystone::EditorData::GetMainEditorWindow()
void register_tool_window(BlamEditorToolWindow *window)
Definition: editor_data.cpp:17
KEYSTONE void LoadToolWindows()
Loads all tool windows into the registered tool window list.
Definition: editor_data.cpp:53
std::map< BlamEditorToolWindowType, BlamEditorToolWindow * > available_tool_windows
Definition: editor_data.cpp:15
KEYSTONE BlamEditorWindowType GetEditorWindowType()
Definition: editor_data.cpp:84
@ Unspecified
Indicates that the editor window type is unknown. This should never happen.
KEYSTONE BlamEditorToolWindow * GetToolWindow(BlamEditorToolWindowType type)
Retrieves a desired tool window.
Definition: editor_data.cpp:38
KEYSTONE std::map< BlamEditorToolWindowType, BlamEditorToolWindow * > GetRegisteredToolWindowList()
Retrieves the list of registered tool windows.
Definition: editor_data.cpp:48
BlamEditorWindowType
Enumerator used to identify the type of the main editor window.
Definition: keystone_api.h:53
KEYSTONE void SetMainEditorWindow(BlamEditorWindow *window)
Sets the main editor window.
Definition: editor_data.cpp:28
KEYSTONE void UnloadToolWindows()
Unoads all registered tool windows.
Definition: editor_data.cpp:64
KEYSTONE BlamEditorWindow * GetMainEditorWindow()
Retrieves the main editor window.
Definition: editor_data.cpp:33
BlamEditorWindow * main_editor_window
Definition: editor_data.cpp:12
Interface class that all main editing tool windows inherit from.
Definition: BlamEditorWindow.h:34
Namespace contianing functions for accessing common editor data.
Definition: BlamEditorDocument.h:177
KEYSTONE void SetEditorWindowType(BlamEditorWindowType _type)
Definition: editor_data.cpp:79
#define KEYSTONE
Definition: editor_data.h:10
BlamEditorWindowType editor_window_type
Definition: editor_data.cpp:13