Elaztek Developer Hub
Switch Project...
blam!
Editing Kit
Guerilla
Sapien
Tool
Foundry
Libraries
Keystone
Strings
Forums
Discord
Doxygen
Jenkins
Guides
Gitlab
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
6
#include "
components/interface/KeystoneTagFieldControl.h
"
7
#include "ui_comment.h"
8
14
class
ui_comment_field
:
public
KeystoneTagFieldControl
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);
27
~ui_comment_field
();
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
keystone
components
ui
shared
controls
tag_fields
comment
comment.h
Generated on Sun Jun 27 2021 04:36:43 for Blamite Game Engine - Keystone by
1.8.17