Elaztek Developer Hub
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 
7 #include "ui_color.h"
8 
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);
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