 |
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.
3 #include <HEKGuerilla/components/tags/fields/fieldref/fieldref.h>
4 #include <qpushbutton.h>
7 #include "../generic/generic.h"
17 void ChooseButtonClicked();
20 QLineEdit* address_preview =
nullptr;
21 QPushButton* choose_button =
nullptr;
Class representing a Tag document.
Definition: tag.h:15
~ui_fieldref_field()
Definition: fieldref.cpp:18
void SetupUI() override
Configures the UI for the current field.
Definition: fieldref.cpp:45
bool IsCancelled()
Definition: TagFieldChooserDialog.cpp:104
BlamPluginField * template_field
The plugin field associated with this control.
Definition: generic.h:35
Ui::basic_tag_field ui
Definition: generic.h:24
Definition: TagFieldChooserDialog.h:26
BlamTagField * field
The field associated with this control.
Definition: generic.h:30
std::string GetSelectedAddress()
Definition: TagFieldChooserDialog.cpp:99
bool is_template
Whether or not this field is displaying as a template.
Definition: generic.h:36
A generic tag field control template.
Definition: generic.h:19
ui_fieldref_field(BlamTagField_Fieldref *_field, BlamEditorDocument_Tag *_document)
Initializes a new Ascii field.
Definition: fieldref.cpp:8
A fieldref input field.
Definition: fieldref.h:14