 |
Blamite Game Engine - Keystone
00352.03.28.22.1329.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"
20 BlamTag*
tag =
nullptr;
Class representing a Tag document.
Definition: tag.h:15
bool show_invisibles
Whether or not to show invisible (hidden) fields in the editor.
Definition: tag.h:21
void Save()
Attempts to save the document, replacing the original file.
Definition: tag.cpp:56
bool Close()
Closes the document and releases any resources being used by it.
Definition: tag.cpp:39
void SaveAs()
Attempts to save the document, prompting the user to save as a new file.
Definition: tag.cpp:74
bool ConfirmClose()
Called immediately before closing a document.
Definition: tag.cpp:185
virtual void FlagAsModified()
Flags the document as being modified.
Definition: BlamEditorDocument.h:101
Interface class that any types of editor documents inherit from.
Definition: BlamEditorDocument.h:36
BlamEditorDocument_Tag(BlamEditorWindow *_window, BlamTag *_tag)
Constructs a new Tag document.
Definition: tag.cpp:15
Interface class that all main editing tool windows inherit from.
Definition: BlamEditorWindow.h:47
BlamTag * tag
The tag associated with this document.
Definition: tag.h:20
bool show_unused_fields
Whether or not to show unused fields in the editor.
Definition: tag.h:22