![]() |
Blamite Game Engine - Keystone
00344.11.30.21.1210.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
A comment field control. More...
#include <comment.h>
Public Member Functions | |
ui_comment_field (QString title, QString explanation, QWidget *parent=Q_NULLPTR) | |
ui_comment_field (QString title, QString explanation, BlamCommentType comment_type, QWidget *parent=Q_NULLPTR) | |
ui_comment_field (BlamTagField *_field, BlamEditorDocument_Tag *_document, QWidget *parent=Q_NULLPTR) | |
ui_comment_field (BlamPluginField_Comment *_template, BlamEditorDocument_Tag *_document, QWidget *parent=Q_NULLPTR) | |
~ui_comment_field () | |
![]() | |
KeystoneTagFieldControl (QWidget *parent=Q_NULLPTR) | |
Additional Inherited Members | |
![]() | |
BlamTagField * | field = nullptr |
The field associated with this control. More... | |
BlamEditorDocument_Tag * | document = nullptr |
The document this field belongs to. More... | |
A comment field control.
Comments are used to display useful information within a tag layout.
ui_comment_field::ui_comment_field | ( | QString | title, |
QString | explanation, | ||
QWidget * | parent = Q_NULLPTR |
||
) |
ui_comment_field::ui_comment_field | ( | QString | title, |
QString | explanation, | ||
BlamCommentType | comment_type, | ||
QWidget * | parent = Q_NULLPTR |
||
) |
ui_comment_field::ui_comment_field | ( | BlamTagField * | _field, |
BlamEditorDocument_Tag * | _document, | ||
QWidget * | parent = Q_NULLPTR |
||
) |
ui_comment_field::ui_comment_field | ( | BlamPluginField_Comment * | _template, |
BlamEditorDocument_Tag * | _document, | ||
QWidget * | parent = Q_NULLPTR |
||
) |
ui_comment_field::~ui_comment_field | ( | ) |