Elaztek Developer Hub
Blamite Game Engine - Keystone  00361.08.25.22.0004.blamite
A library that enables the use of Qt in Blamite's editing tools.
tag_fields.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <HEKGuerilla/components/tags/fields/fields.h>
4 
7 
8 #ifndef KEYSTONE
9 #define KEYSTONE
10 #endif
11 
16 {
25 
34 
42  KEYSTONE void SetWidgetValidAppearance(QWidget* widget, bool valid);
43 }
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
BlamKeystone::UI::TagFields::GenerateFieldTemplateControl
KEYSTONE KeystoneTagFieldControl * GenerateFieldTemplateControl(BlamPluginField *field, BlamEditorDocument_Tag *document)
Generates a UI control for a given plugin field.
Definition: tag_fields.cpp:72
BlamKeystone::UI::TagFields
Namespace containing utility functions for creating and altering tag fields.
Definition: tag_fields.h:15
KeystoneTagFieldControl.h
BlamKeystone::UI::TagFields::GenerateFieldControl
KEYSTONE KeystoneTagFieldControl * GenerateFieldControl(BlamTagField *field, BlamEditorDocument_Tag *document)
Generates a UI control for a given field.
Definition: tag_fields.cpp:16
tag.h
BlamKeystone::UI::TagFields::SetWidgetValidAppearance
KEYSTONE void SetWidgetValidAppearance(QWidget *widget, bool valid)
Applies the configured invalid field colors to a given widget.
Definition: tag_fields.cpp:125
KEYSTONE
#define KEYSTONE
Definition: tag_fields.h:9