Elaztek Developer Hub
Blamite Game Engine - Keystone  00431.01.26.25.2126.blamite
A library that enables the use of Qt in Blamite's editing tools.
config.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <Strings/components/diagnostics/errors/errors.h>
4 #include <Strings/components/settings/config/config.h>
5 
6 #ifndef KEYSTONE
7 #define KEYSTONE
8 #endif
9 
20 {
21 
22 }
editor_data.h
BlamEditorWindow::GetApplicationTitle
std::string GetApplicationTitle()
Retrieves the application title of this Editor Window.
Definition: BlamEditorWindow.cpp:426
BlamKeystone::Engine::ShutdownScenarioLoaderThread
KEYSTONE void ShutdownScenarioLoaderThread()
Definition: scenario_loader_thread.cpp:200
stop_loader_thread
bool stop_loader_thread
Definition: scenario_loader_thread.cpp:15
BlamKeystone::Utils::ShowMessageBox
KEYSTONE KeystoneDialogResult ShowMessageBox(std::string message)
Definition: utils.cpp:294
BlamKeystone::Engine::StartBackgroundScenarioLoad
KEYSTONE bool StartBackgroundScenarioLoad(std::string tag_path)
Definition: scenario_loader_thread.cpp:187
awaiting_load
bool awaiting_load
Definition: scenario_loader_thread.cpp:12
utils.h
loader_thread_stopped
bool loader_thread_stopped
Definition: scenario_loader_thread.cpp:16
KeystoneMessageBoxType::Warning
@ Warning
Dialog icon will be a yellow triangle with an exclamation mark.
scenario_loader_tag_path
std::string scenario_loader_tag_path
Definition: scenario_loader_thread.cpp:10
BlamKeystone::EditorData::GetMainEditorWindow
KEYSTONE BlamEditorWindow * GetMainEditorWindow()
Retrieves the main editor window.
Definition: editor_data.cpp:34
scenario_loader_thread
void scenario_loader_thread()
Definition: scenario_loader_thread.cpp:169
loader_thread
std::thread * loader_thread
Definition: scenario_loader_thread.cpp:14
BlamKeystone::Settings::Config
Namespace for accessing tool window configuration files.
Definition: config.h:19
BlamEditorWindow
Interface class that all main editing tool windows inherit from.
Definition: BlamEditorWindow.h:34
BlamKeystone::Engine::InitializeScenarioLoaderThread
KEYSTONE void InitializeScenarioLoaderThread()
Definition: scenario_loader_thread.cpp:179
config.h
engine.h
reset_scenario_loader_state
void reset_scenario_loader_state()
Definition: scenario_loader_thread.cpp:18
scenario_loader_stage
int scenario_loader_stage
Definition: scenario_loader_thread.cpp:11
attempt_scenario_load
void attempt_scenario_load()
Definition: scenario_loader_thread.cpp:25