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
00305.01.23.21.0442.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 <guerilla/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
22
public
:
23
ui_comment_field
(QString title, QString explanation, QWidget *parent = Q_NULLPTR);
24
ui_comment_field
(BlamTagField* _field, QWidget* parent = Q_NULLPTR);
25
~ui_comment_field
();
26
};
KeystoneTagFieldControl
Interface used as a base for all tag field controls.
Definition:
KeystoneTagFieldControl.h:10
ui_comment_field::~ui_comment_field
~ui_comment_field()
Definition:
comment.cpp:24
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 Sat Jan 23 2021 05:04:50 for Blamite Game Engine - Keystone by
1.8.17