 |
Blamite Game Engine - Keystone
00385.05.12.23.0209.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/float32/float32.h>
6 #include "../generic/generic.h"
21 void textChanged(QString text);
24 QLineEdit* input_control =
nullptr;
Class representing a Tag document.
Definition: tag.h:15
void FlagAsModified(bool new_modified_state=true)
Definition: tag.cpp:126
A float input field.
Definition: float32.h:13
ui_float32_field(BlamTagField_Float32 *_field, BlamEditorDocument_Tag *_document)
Initializes a new Float field.
Definition: float32.cpp:7
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:32
Ui::basic_tag_field ui
Definition: generic.h:24
BlamTagField * field
The field associated with this control.
Definition: generic.h:27
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_float32_field()
Definition: float32.cpp:52