 |
Blamite Game Engine - Keystone
00378.04.17.23.1319.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
BlamEditorWindow * parent_window
The parent window that owns this document.
Definition: BlamEditorDocument.h:47
bool Close()
Closes the document and releases any resources being used by it.
Definition: game_window.cpp:31
BlamEditorDocument_GameWindow(BlamEditorWindow *parent_window)
Definition: game_window.cpp:8
Interface class that any types of editor documents inherit from.
Definition: BlamEditorDocument.h:37
Interface class that all main editing tool windows inherit from.
Definition: BlamEditorWindow.h:48