Elaztek Developer Hub
Blamite Game Engine - Keystone  00378.04.17.23.1319.blamite
A library that enables the use of Qt in Blamite's editing tools.
game_window.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 
24  bool Close();
25 };
BlamEditorDocument_GameWindow
Class representing a Game Window "document".
Definition: game_window.h:18
BlamEditorDocument::parent_window
BlamEditorWindow * parent_window
The parent window that owns this document.
Definition: BlamEditorDocument.h:47
BlamEditorDocument_GameWindow::Close
bool Close()
Closes the document and releases any resources being used by it.
Definition: game_window.cpp:31
tag_editor.h
BlamEditorDocument_GameWindow::BlamEditorDocument_GameWindow
BlamEditorDocument_GameWindow(BlamEditorWindow *parent_window)
Definition: game_window.cpp:8
BlamEditorDocument
Interface class that any types of editor documents inherit from.
Definition: BlamEditorDocument.h:37
BlamEditorWindow
Interface class that all main editing tool windows inherit from.
Definition: BlamEditorWindow.h:48