 |
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 "ui_PluginManagerWidget.h"
6 #include <HEKGuerilla/components/tags/tags.h>
13 Ui::PluginManagerWidget ui;
14 BlamPlugin* plugin =
nullptr;
21 void EditButtonClicked();
22 void UpdateFieldsetVersionButtonClicked();
23 void ExportToCppButtonClicked();
Class representing a Tag Designer "document".
Definition: tag_designer.h:20
@ Error
Dialog icon will be a red circle with an X.
KEYSTONE KeystoneDialogResult ShowMessageBox(std::string message)
Definition: utils.cpp:279
#define MAIN_EDITOR_WINDOW
Definition: editor_data.h:12
bool ExportToCpp(bool disable_verification_checks=false, bool silent=false)
Exports the plugin to C++ headers and source files, for use within the game engine or an extension.
Definition: tag_designer.cpp:253