![]() |
Blamite Game Engine - Keystone
00345.11.30.21.1814.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
An ascii input field. More...
#include <ascii.h>
Public Member Functions | |
ui_ascii_field (BlamTagField_Ascii *_field, BlamEditorDocument_Tag *_document) | |
Initializes a new Ascii field. More... | |
ui_ascii_field (BlamPluginField *_template, BlamEditorDocument_Tag *_document) | |
Initializes a new Ascii field template. More... | |
~ui_ascii_field () | |
![]() | |
ui_generic_field (BlamTagField *_field, BlamEditorDocument_Tag *_document, QWidget *parent=Q_NULLPTR) | |
ui_generic_field (BlamPluginField *_template, BlamEditorDocument_Tag *_document) | |
~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 |
![]() | |
BlamTagField * | field = nullptr |
The field associated with this control. More... | |
BlamEditorDocument_Tag * | document = nullptr |
The document this field belongs to. More... | |
![]() | |
Ui::basic_tag_field | ui |
An ascii input field.
Ascii fields contain a string of text directly within a tag. When referencing strings within the game engine string table or from a unic
tag, a StringId field should be used instead.
ui_ascii_field::ui_ascii_field | ( | BlamTagField_Ascii * | _field, |
BlamEditorDocument_Tag * | _document | ||
) |
Initializes a new Ascii field.
_field | - The ascii tag field this UI is to be associated with. |
ui_ascii_field::ui_ascii_field | ( | BlamPluginField * | _template, |
BlamEditorDocument_Tag * | _document | ||
) |
Initializes a new Ascii field template.
_template | - The plugin field that this UI is representing. |
ui_ascii_field::~ui_ascii_field | ( | ) |