![]() |
Blamite Game Engine - Keystone
00305.01.23.21.0442.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 () | |
![]() | |
KeystoneTagFieldControl (QWidget *parent=Q_NULLPTR) | |
Public Attributes | |
BlamTagField * | field = nullptr |
The field associated with this control. More... | |
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 | ( | ) |
BlamTagField* ui_generic_field::field = nullptr |
The field associated with this control.
|
protected |