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
00362.09.05.22.0236.blamite
A library that enables the use of Qt in Blamite's editing tools.
color.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <HEKGuerilla/components/settings/config/config.h>
4
#include <HEKGuerilla/components/tags/fields/color/color.h>
5
6
#include "
components/interface/KeystoneTagFieldControl.h
"
7
#include "ui_color.h"
8
9
class
ui_color_field
:
public
KeystoneTagFieldControl
10
{
11
Q_OBJECT
12
13
private
:
14
15
Ui::color ui;
16
bool
is_template =
false
;
17
BlamPluginField* template_field =
nullptr
;
18
19
public
:
20
21
ui_color_field
(BlamTagField_Color* _field,
BlamEditorDocument_Tag
* _document, QWidget* parent = Q_NULLPTR);
22
ui_color_field
(BlamPluginField* _template,
BlamEditorDocument_Tag
* _document);
23
~ui_color_field
();
24
25
private
slots:
26
27
28
};
BlamEditorDocument_Tag
Class representing a Tag document.
Definition:
tag.h:15
KeystoneTagFieldControl
Interface used as a base for all tag field controls.
Definition:
KeystoneTagFieldControl.h:11
ui_color_field::~ui_color_field
~ui_color_field()
Definition:
color.cpp:49
ui_color_field::ui_color_field
ui_color_field(BlamTagField_Color *_field, BlamEditorDocument_Tag *_document, QWidget *parent=Q_NULLPTR)
Definition:
color.cpp:8
KeystoneTagFieldControl.h
ui_color_field
Definition:
color.h:9
keystone
components
ui
shared
controls
tag_fields
color
color.h
Generated on Mon Sep 5 2022 05:00:35 for Blamite Game Engine - Keystone by
1.8.17