 |
Blamite Game Engine - Keystone
00431.01.26.25.2126.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/diagnostics/errors/errors.h>
4 #include <Strings/components/settings/config/config.h>
std::string GetApplicationTitle()
Retrieves the application title of this Editor Window.
Definition: BlamEditorWindow.cpp:426
KEYSTONE void ShutdownScenarioLoaderThread()
Definition: scenario_loader_thread.cpp:200
bool stop_loader_thread
Definition: scenario_loader_thread.cpp:15
KEYSTONE KeystoneDialogResult ShowMessageBox(std::string message)
Definition: utils.cpp:294
KEYSTONE bool StartBackgroundScenarioLoad(std::string tag_path)
Definition: scenario_loader_thread.cpp:187
bool awaiting_load
Definition: scenario_loader_thread.cpp:12
bool loader_thread_stopped
Definition: scenario_loader_thread.cpp:16
@ Warning
Dialog icon will be a yellow triangle with an exclamation mark.
std::string scenario_loader_tag_path
Definition: scenario_loader_thread.cpp:10
KEYSTONE BlamEditorWindow * GetMainEditorWindow()
Retrieves the main editor window.
Definition: editor_data.cpp:34
void scenario_loader_thread()
Definition: scenario_loader_thread.cpp:169
std::thread * loader_thread
Definition: scenario_loader_thread.cpp:14
Namespace for accessing tool window configuration files.
Definition: config.h:19
Interface class that all main editing tool windows inherit from.
Definition: BlamEditorWindow.h:34
KEYSTONE void InitializeScenarioLoaderThread()
Definition: scenario_loader_thread.cpp:179
void reset_scenario_loader_state()
Definition: scenario_loader_thread.cpp:18
int scenario_loader_stage
Definition: scenario_loader_thread.cpp:11
void attempt_scenario_load()
Definition: scenario_loader_thread.cpp:25