Elaztek Developer Hub
Blamite Game Engine - Keystone  00326.06.27.21.0407.blamite
A library that enables the use of Qt in Blamite's editing tools.
comment.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <QWidget>
4 #include <HEKGuerilla/components/tags/fields/fields.h>
5 
7 #include "ui_comment.h"
8 
15 {
16  Q_OBJECT
17 
18 private:
19  Ui::ui_comment_field ui;
20  BlamTagField* field = nullptr;
21  BlamPluginField* template_field = nullptr;
22 
23 public:
24  ui_comment_field(QString title, QString explanation, QWidget *parent = Q_NULLPTR);
25  ui_comment_field(BlamTagField* _field, QWidget* parent = Q_NULLPTR);
26  ui_comment_field(BlamPluginField* _template, QWidget* parent = Q_NULLPTR);
28 };
KeystoneTagFieldControl
Interface used as a base for all tag field controls.
Definition: KeystoneTagFieldControl.h:9
ui_comment_field::~ui_comment_field
~ui_comment_field()
Definition: comment.cpp:34
ui_comment_field
A comment field control.
Definition: comment.h:14
ui_comment_field::ui_comment_field
ui_comment_field(QString title, QString explanation, QWidget *parent=Q_NULLPTR)
Definition: comment.cpp:3
KeystoneTagFieldControl.h