Elaztek Developer Hub
Blamite Game Engine - Keystone  00319.06.14.21.0211.blamite
A library that enables the use of Qt in Blamite's editing tools.
editor_data.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <Strings/components/settings/config/config.h>
4 
6 
7 #ifndef KEYSTONE
8 #define KEYSTONE
9 #endif
10 
15 {
16  namespace Internal
17  {
19  }
20 
22 }
BlamEditorWindow.h
BlamKeystone::EditorData::Internal::SetMainEditorWindow
KEYSTONE void SetMainEditorWindow(BlamEditorWindow *window)
Definition: editor_data.cpp:9
BlamKeystone::EditorData::GetMainEditorWindow
KEYSTONE BlamEditorWindow * GetMainEditorWindow()
Definition: editor_data.cpp:14
BlamEditorWindow
Interface class that all main editing tool windows inherit from.
Definition: BlamEditorWindow.h:47
BlamKeystone::EditorData
Namespace contianing functions for accessing common editor data.
Definition: editor_data.h:14
KEYSTONE
#define KEYSTONE
Definition: editor_data.h:8