![]() |
Blamite Game Engine - Keystone
00314.05.25.21.0023.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
A tag block control. More...
#include <block.h>
Inheritance diagram for ui_tag_block_field:Public Member Functions | |
| ui_tag_block_field (BlamTagField_Block *_field, QWidget *parent=Q_NULLPTR) | |
| ui_tag_block_field (BlamPluginField_Block *_template, QWidget *parent=Q_NULLPTR) | |
| ~ui_tag_block_field () | |
Public Member Functions inherited from KeystoneTagFieldControl | |
| KeystoneTagFieldControl (QWidget *parent=Q_NULLPTR) | |
Additional Inherited Members | |
Protected Attributes inherited from KeystoneTagFieldControl | |
| BlamTagField * | field = nullptr |
| The field associated with this control. More... | |
A tag block control.
Tag blocks are able to store any number of entries. Each entry must follow the same template, but the values of each entry field can differ on a per-entry basis.
| ui_tag_block_field::ui_tag_block_field | ( | BlamTagField_Block * | _field, |
| QWidget * | parent = Q_NULLPTR |
||
| ) |
| ui_tag_block_field::ui_tag_block_field | ( | BlamPluginField_Block * | _template, |
| QWidget * | parent = Q_NULLPTR |
||
| ) |
| ui_tag_block_field::~ui_tag_block_field | ( | ) |