 |
Blamite Game Engine - Keystone
00386.06.16.23.0646.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/ascii/ascii.h>
6 #include "../generic/generic.h"
24 void textChanged(QString text);
27 QLineEdit* input_control =
nullptr;
Class representing a Tag document.
Definition: tag.h:15
An ascii input field.
Definition: ascii.h:16
void FlagAsModified(bool new_modified_state=true)
Definition: tag.cpp:126
void SetupUI() override
Configures the UI for the current field.
Definition: ascii.cpp:42
BlamEditorDocument_Tag * document
The document this field belongs to.
Definition: tag_fields.h:24
BlamPluginField * template_field
The plugin field associated with this control.
Definition: generic.h:35
Ui::basic_tag_field ui
Definition: generic.h:24
BlamTagField * field
The field associated with this control.
Definition: generic.h:30
bool is_template
Whether or not this field is displaying as a template.
Definition: generic.h:36
ui_ascii_field(BlamTagField_Ascii *_field, BlamEditorDocument_Tag *_document)
Initializes a new Ascii field.
Definition: ascii.cpp:7
A generic tag field control template.
Definition: generic.h:19
KEYSTONE void SetWidgetValidAppearance(QWidget *widget, bool valid)
Applies the configured invalid field colors to a given widget.
Definition: tag_fields.cpp:146
~ui_ascii_field()
Definition: ascii.cpp:17