![]() |
Blamite Game Engine - Keystone
00307.01.26.21.0804.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) | |
Initializes a new Float field. More... | |
ui_float32_field (BlamPluginField *_template) | |
Initializes a new Float field template. More... | |
~ui_float32_field () | |
![]() | |
ui_generic_field (BlamTagField *_field, QWidget *parent=Q_NULLPTR) | |
ui_generic_field (BlamPluginField *_template) | |
~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 |
![]() | |
Ui::basic_tag_field | ui |
![]() | |
BlamTagField * | field = nullptr |
The field associated with this control. More... | |
A float input field.
Float fields store a 32-bit floating point number.
ui_float32_field::ui_float32_field | ( | BlamTagField_Float32 * | _field | ) |
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 | ) |
Initializes a new Float field template.
_template | - The plugin field that this UI is representing. |
ui_float32_field::~ui_float32_field | ( | ) |