Elaztek Developer Hub
Blamite Game Engine - Keystone  00336.09.17.21.1819.blamite
A library that enables the use of Qt in Blamite's editing tools.
ui_comment_field Class Reference

A comment field control. More...

#include <comment.h>

+ Inheritance diagram for ui_comment_field:

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 ()
 
- Public Member Functions inherited from KeystoneTagFieldControl
 KeystoneTagFieldControl (QWidget *parent=Q_NULLPTR)
 

Additional Inherited Members

- Public Attributes inherited from KeystoneTagFieldControl
BlamTagField * field = nullptr
 The field associated with this control. More...
 
BlamEditorDocument_Tagdocument = nullptr
 The document this field belongs to. More...
 

Detailed Description

A comment field control.

Comments are used to display useful information within a tag layout.

Constructor & Destructor Documentation

◆ ui_comment_field() [1/4]

ui_comment_field::ui_comment_field ( QString  title,
QString  explanation,
QWidget *  parent = Q_NULLPTR 
)

◆ ui_comment_field() [2/4]

ui_comment_field::ui_comment_field ( QString  title,
QString  explanation,
BlamCommentType  comment_type,
QWidget *  parent = Q_NULLPTR 
)

◆ ui_comment_field() [3/4]

ui_comment_field::ui_comment_field ( BlamTagField *  _field,
BlamEditorDocument_Tag _document,
QWidget *  parent = Q_NULLPTR 
)

◆ ui_comment_field() [4/4]

ui_comment_field::ui_comment_field ( BlamPluginField_Comment *  _template,
BlamEditorDocument_Tag _document,
QWidget *  parent = Q_NULLPTR 
)

◆ ~ui_comment_field()

ui_comment_field::~ui_comment_field ( )

The documentation for this class was generated from the following files: