Elaztek Developer Hub
Blamite Game Engine - Keystone  00338.10.02.21.0533.blamite
A library that enables the use of Qt in Blamite's editing tools.
ui_float32_field Class Reference

A float input field. More...

#include <float32.h>

+ Inheritance diagram for ui_float32_field:

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 ()
 
- Public Member Functions inherited from ui_generic_field
 ui_generic_field (BlamTagField *_field, BlamEditorDocument_Tag *_document, QWidget *parent=Q_NULLPTR)
 
 ui_generic_field (BlamPluginField *_template, BlamEditorDocument_Tag *_document)
 
 ~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
 
- Public Attributes inherited from KeystoneTagFieldControl
BlamTagField * field = nullptr
 The field associated with this control. More...
 
BlamEditorDocument_Tagdocument = nullptr
 The document this field belongs to. More...
 
- Protected Attributes inherited from ui_generic_field
Ui::basic_tag_field ui
 

Detailed Description

A float input field.

Float fields store a 32-bit floating point number.

Constructor & Destructor Documentation

◆ ui_float32_field() [1/2]

ui_float32_field::ui_float32_field ( BlamTagField_Float32 *  _field,
BlamEditorDocument_Tag _document 
)

Initializes a new Float field.

Parameters
_field- The float tag field this UI is to be associated with.

◆ ui_float32_field() [2/2]

ui_float32_field::ui_float32_field ( BlamPluginField *  _template,
BlamEditorDocument_Tag _document 
)

Initializes a new Float field template.

Parameters
_template- The plugin field that this UI is representing.

◆ ~ui_float32_field()

ui_float32_field::~ui_float32_field ( )

The documentation for this class was generated from the following files: