Elaztek Developer Hub
Blamite Game Engine - Keystone  00435.06.01.25.2201.blamite
A library that enables the use of Qt in Blamite's editing tools.
tool_command.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <HEKGuerilla/components/tags/tags.h>
4 
5 #include "../BlamEditorDocument.h"
7 
8 #ifndef KEYSTONE
9 #define KEYSTONE
10 #endif
11 
19 {
20 
21 public:
23 };
BlamEditorDocument::mdi_default_height
int mdi_default_height
The default starting height of the document's MDI window.
Definition: BlamEditorDocument.h:64
BlamEditorDocument::mdi_default_width
int mdi_default_width
The default starting width of the document's MDI window.
Definition: BlamEditorDocument.h:63
BlamEditorDocument::parent_window
BlamEditorWindow * parent_window
The parent window that owns this document.
Definition: BlamEditorDocument.h:49
tool_command.h
BlamEditorDocumentWidget::document
BlamEditorDocument * document
The document associated with this widget.
Definition: BlamEditorDocument.h:173
BlamEditorDocumentType
BlamEditorDocumentType
Enumerator containing all possible editor document types.
Definition: BlamEditorDocument.h:23
BlamEditorDocument::document_title
std::string document_title
The title of this document.
Definition: BlamEditorDocument.h:51
tag_editor.h
BlamEditorDocumentType::ToolCommand
@ ToolCommand
BlamEditorDocument_ToolCommand
Class representing a Run Tool Command "document".
Definition: tool_command.h:18
RunToolCommandDocumentWidget.h
BlamEditorDocument_ToolCommand::BlamEditorDocument_ToolCommand
BlamEditorDocument_ToolCommand(BlamEditorWindow *parent_window)
Definition: tool_command.cpp:5
BlamEditorDocument
Interface class that any types of editor documents inherit from.
Definition: BlamEditorDocument.h:39
BlamEditorDocument::loaded
bool loaded
Whether or not the document was able to be successfully loaded.
Definition: BlamEditorDocument.h:53
BlamEditorWindow
Interface class that all main editing tool windows inherit from.
Definition: BlamEditorWindow.h:34
RunToolCommandDocumentWidget
Definition: RunToolCommandDocumentWidget.h:11
BlamEditorDocument::ui
BlamEditorDocumentWidget * ui
The GUI widget associated with this document.
Definition: BlamEditorDocument.h:52