![]() |
Blamite Game Engine - Keystone
00319.06.14.21.0211.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
An integer input field. More...
#include <int.h>
Public Member Functions | |
ui_int_field (BlamTagField_Int *_field) | |
Initializes a new Int field. More... | |
ui_int_field (BlamPluginField *_template) | |
Initializes a new Int field template. More... | |
~ui_int_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... | |
An integer input field.
Integer fields can store either a byte (Int8), short (Int16), or a regular int (Int32).
ui_int_field::ui_int_field | ( | BlamTagField_Int * | _field | ) |
Initializes a new Int field.
_field | - The int tag field this UI is to be associated with. |
ui_int_field::ui_int_field | ( | BlamPluginField * | _template | ) |
Initializes a new Int field template.
_template | - The plugin field that this UI is representing. |
ui_int_field::~ui_int_field | ( | ) |