![]() |
Blamite Game Engine - Keystone
00369.02.19.23.2014.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
An unknown tag field. More...
#include <unknown.h>
Inheritance diagram for ui_unknown_field:Public Member Functions | |
| ui_unknown_field (BlamTagField *_field, BlamEditorDocument_Tag *_document) | |
| Initializes a new Unknown field. More... | |
| ui_unknown_field (BlamPluginField *_template, BlamEditorDocument_Tag *_document) | |
| Initializes a new Unknown field template. More... | |
| ~ui_unknown_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_Tag * | document = nullptr |
| The document this field belongs to. More... | |
Protected Attributes inherited from ui_generic_field | |
| Ui::basic_tag_field | ui |
An unknown tag field.
Unknown fields are used in the event where a field type is not known. These have no editing functionality, but serve as an indicator to the user that a field exists, but isn't supported.
| ui_unknown_field::ui_unknown_field | ( | BlamTagField * | _field, |
| BlamEditorDocument_Tag * | _document | ||
| ) |
Initializes a new Unknown field.
| _field | - The int tag field this UI is to be associated with. |
| ui_unknown_field::ui_unknown_field | ( | BlamPluginField * | _template, |
| BlamEditorDocument_Tag * | _document | ||
| ) |
Initializes a new Unknown field template.
| _template | - The plugin field that this UI is representing. |
| ui_unknown_field::~ui_unknown_field | ( | ) |