Elaztek Developer Hub
Blamite Game Engine - Keystone  00326.06.27.21.0407.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 
6 
7 #ifndef KEYSTONE
8 #define KEYSTONE
9 #endif
10 
12 {
21 
23 }
KeystoneTagFieldControl
Interface used as a base for all tag field controls.
Definition: KeystoneTagFieldControl.h:9
BlamKeystone::UI::TagFields::GenerateFieldTemplateControl
KEYSTONE KeystoneTagFieldControl * GenerateFieldTemplateControl(BlamPluginField *field)
Definition: tag_fields.cpp:64
BlamKeystone::UI::TagFields::GenerateFieldControl
KEYSTONE KeystoneTagFieldControl * GenerateFieldControl(BlamTagField *field)
Generates a UI control for a given field.
Definition: tag_fields.cpp:13
BlamKeystone::UI::TagFields
Definition: tag_fields.h:11
KeystoneTagFieldControl.h
KEYSTONE
#define KEYSTONE
Definition: tag_fields.h:8