 |
Blamite Game Engine - Keystone
00382.05.09.23.1235.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
Go to the documentation of this file.
8 #include "ui_generic.h"
24 Ui::basic_tag_field
ui;
39 bool eventFilter(QObject*
object, QEvent* event)
override;
44 void LabelEditEnterPressed();
Class representing a Tag document.
Definition: tag.h:15
Interface used as a base for all tag field controls.
Definition: tag_fields.h:18
BlamPluginField * template_field
The plugin field associated with this control.
Definition: generic.h:32
Ui::basic_tag_field ui
Definition: generic.h:24
BlamTagField * field
The field associated with this control.
Definition: generic.h:27
A basic interface class which can be used for drag and drop behaviors.
Definition: drag_container.h:19
void SetDesignModeActive(drag_list *_drag_list, tag_designer *_designer) override
Instructs the field to be editable as a designer field.
Definition: generic.cpp:123
bool is_template
Whether or not this field is displaying as a template.
Definition: generic.h:33
~ui_generic_field()
Definition: generic.cpp:114
A generic tag field control template.
Definition: generic.h:19
void SetDesignNameEditState(bool edit_state, bool save_changes=true) override
Enables or disables the label edit field for the current field.
Definition: generic.cpp:144
ui_generic_field(BlamTagField *_field, BlamEditorDocument_Tag *_document, QWidget *parent=Q_NULLPTR)
Definition: generic.cpp:11
bool eventFilter(QObject *object, QEvent *event) override
Definition: generic.cpp:173
Class representing the Tag Designer.
Definition: tag_designer.h:24