 |
Blamite Game Engine - Keystone
00345.11.30.21.1814.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
Go to the documentation of this file.
3 #include <HEKGuerilla/components/tags/tags.h>
5 #include "../BlamEditorDocument.h"
Class representing a Game Window "document".
Definition: game_window.h:18
void Close()
Closes the document and releases any resources being used by it.
Definition: game_window.cpp:31
BlamEditorWindow * parent_window
The parent window that owns this document.
Definition: BlamEditorDocument.h:46
BlamEditorDocument_GameWindow(BlamEditorWindow *parent_window)
Definition: game_window.cpp:8
Interface class that any types of editor documents inherit from.
Definition: BlamEditorDocument.h:36
Interface class that all main editing tool windows inherit from.
Definition: BlamEditorWindow.h:47