![]() |
Blamite Game Engine - Keystone
00351.02.07.22.1906.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
A float input field. More...
#include <float32.h>
Public Member Functions | |
ui_float32_field (BlamTagField_Float32 *_field, BlamEditorDocument_Tag *_document) | |
Initializes a new Float field. More... | |
ui_float32_field (BlamPluginField *_template, BlamEditorDocument_Tag *_document) | |
Initializes a new Float field template. More... | |
~ui_float32_field () | |
![]() | |
ui_generic_field (BlamTagField *_field, BlamEditorDocument_Tag *_document, QWidget *parent=Q_NULLPTR) | |
ui_generic_field (BlamPluginField *_template, BlamEditorDocument_Tag *_document) | |
~ui_generic_field () | |
![]() | |
KeystoneTagFieldControl (QWidget *parent=Q_NULLPTR) | |
Additional Inherited Members | |
![]() | |
BlamTagField * | field = nullptr |
The field associated with this control. More... | |
BlamPluginField * | template_field = nullptr |
bool | is_template = false |
![]() | |
BlamTagField * | field = nullptr |
The field associated with this control. More... | |
BlamEditorDocument_Tag * | document = nullptr |
The document this field belongs to. More... | |
![]() | |
Ui::basic_tag_field | ui |
A float input field.
Float fields store a 32-bit floating point number.
ui_float32_field::ui_float32_field | ( | BlamTagField_Float32 * | _field, |
BlamEditorDocument_Tag * | _document | ||
) |
Initializes a new Float field.
_field | - The float tag field this UI is to be associated with. |
ui_float32_field::ui_float32_field | ( | BlamPluginField * | _template, |
BlamEditorDocument_Tag * | _document | ||
) |
Initializes a new Float field template.
_template | - The plugin field that this UI is representing. |
ui_float32_field::~ui_float32_field | ( | ) |