 |
Blamite Game Engine - Keystone
00402.09.29.23.0627.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
Go to the documentation of this file.
4 #include <Strings/components/settings/config/config.h>
7 #include "ui_new_tag.h"
15 void btn_cancel_Click();
Class representing a Tag document.
Definition: tag.h:15
bool is_compiled
Whether or not this tag was loaded from a compiled/binary tag, rather than a decompiled/XML tag.
Definition: tag.h:22
BlamConfigurationFile * config
The configuration file for this editor window.
Definition: BlamEditorWindow.h:67
Interface class that all main editing tool windows inherit from.
Definition: BlamEditorWindow.h:48
bool OpenDocument(std::string file_path, BlamTagTreeNode *tree_node, BlamEditorDocumentType doctype)
Attempts to open the specified document in the main window.
Definition: BlamEditorWindow.cpp:99
~new_tag()
Definition: new_tag.cpp:39
new_tag(BlamEditorWindow *_main_window, QWidget *parent=Q_NULLPTR)
Definition: new_tag.cpp:7