Elaztek Developer Hub
Blamite Game Engine - Keystone  00326.06.27.21.0407.blamite
A library that enables the use of Qt in Blamite's editing tools.
editor_data.cpp File Reference
#include "editor_data.h"
#include <HEKGuerilla/components/settings/config/config.h>
#include <Strings/components/logger/logger.h>
#include "components/ui/shared/tools/explorer_bar/explorer_bar.h"
#include "components/ui/shared/tools/output/output.h"

Functions

void register_tool_window (BlamEditorToolWindow *window)
 

Variables

BlamEditorWindowmain_editor_window = nullptr
 
std::map< BlamEditorToolWindowType, BlamEditorToolWindow * > available_tool_windows = std::map<BlamEditorToolWindowType, BlamEditorToolWindow*>()
 

Function Documentation

◆ register_tool_window()

void register_tool_window ( BlamEditorToolWindow window)

Variable Documentation

◆ available_tool_windows

◆ main_editor_window

BlamEditorWindow* main_editor_window = nullptr