 |
Blamite Game Engine - Keystone
00435.06.01.25.2201.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"
int mdi_default_height
The default starting height of the document's MDI window.
Definition: BlamEditorDocument.h:64
int mdi_default_width
The default starting width of the document's MDI window.
Definition: BlamEditorDocument.h:63
BlamEditorWindow * parent_window
The parent window that owns this document.
Definition: BlamEditorDocument.h:49
BlamEditorDocumentType
Enumerator containing all possible editor document types.
Definition: BlamEditorDocument.h:23
std::string document_title
The title of this document.
Definition: BlamEditorDocument.h:51
Interface class that any types of editor documents inherit from.
Definition: BlamEditorDocument.h:39
bool loaded
Whether or not the document was able to be successfully loaded.
Definition: BlamEditorDocument.h:53
Interface class that all main editing tool windows inherit from.
Definition: BlamEditorWindow.h:34
BlamEditorDocumentWidget * ui
The GUI widget associated with this document.
Definition: BlamEditorDocument.h:52