![]() |
Blamite Game Engine - Keystone
00314.05.25.21.0023.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
A float input field. More...
#include <float32.h>
Inheritance diagram for ui_float32_field: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 () | |
Public Member Functions inherited from ui_generic_field | |
| ui_generic_field (BlamTagField *_field, QWidget *parent=Q_NULLPTR) | |
| ui_generic_field (BlamPluginField *_template) | |
| ~ui_generic_field () | |
Public Member Functions inherited from KeystoneTagFieldControl | |
| KeystoneTagFieldControl (QWidget *parent=Q_NULLPTR) | |
Additional Inherited Members | |
Public Attributes inherited from ui_generic_field | |
| BlamTagField * | field = nullptr |
| The field associated with this control. More... | |
| BlamPluginField * | template_field = nullptr |
| bool | is_template = false |
Protected Attributes inherited from ui_generic_field | |
| Ui::basic_tag_field | ui |
Protected Attributes inherited from KeystoneTagFieldControl | |
| 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 | ( | ) |