![]() |
Blamite Game Engine - Keystone
00326.06.27.21.0407.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
A generic tag field control template. More...
#include <generic.h>
Public Member Functions | |
ui_generic_field (BlamTagField *_field, QWidget *parent=Q_NULLPTR) | |
ui_generic_field (BlamPluginField *_template) | |
~ui_generic_field () | |
![]() | |
KeystoneTagFieldControl (QWidget *parent=Q_NULLPTR) | |
Public Attributes | |
BlamTagField * | field = nullptr |
The field associated with this control. More... | |
BlamPluginField * | template_field = nullptr |
bool | is_template = false |
Protected Attributes | |
Ui::basic_tag_field | ui |
![]() | |
BlamTagField * | field = nullptr |
The field associated with this control. More... | |
A generic tag field control template.
This class is used as a base for most tag fields. Some tag fields (such as blocks or comments) will not derive from this, but instead will have their own UI. This control has a label for the display name or field ID, and a layout panel to contain any specific controls for a given field.
ui_generic_field::ui_generic_field | ( | BlamTagField * | _field, |
QWidget * | parent = Q_NULLPTR |
||
) |
ui_generic_field::ui_generic_field | ( | BlamPluginField * | _template | ) |
ui_generic_field::~ui_generic_field | ( | ) |
BlamTagField* ui_generic_field::field = nullptr |
The field associated with this control.
bool ui_generic_field::is_template = false |
BlamPluginField* ui_generic_field::template_field = nullptr |
|
protected |