 |
Blamite Game Engine - Keystone
00386.06.16.23.0646.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
Go to the documentation of this file.
3 #include "../generic/BlamEditorInstanceField_Generic.h"
8 std::string title =
"";
9 std::string explanation =
"";
Definition: BlamEditorInstanceField_Generic.h:16
Class representing a Tag document.
Definition: tag.h:15
Ui::BlamEditorInstanceField_Generic ui
Definition: BlamEditorInstanceField_Generic.h:24
BlamEditorDocument_Tag * document
The document this field belongs to.
Definition: tag_fields.h:24
Interface used as a base for all tag field controls.
Definition: tag_fields.h:18
BlamEditorInstanceFieldType
Definition: BlamEditorInstanceField_Generic.h:6
drag_list * drag_drop_list
The active drag list that owns this control. Only used when design_mode is enabled.
Definition: tag_fields.h:26
A basic interface class which can be used for drag and drop behaviors.
Definition: drag_container.h:19
bool design_mode
Whether or not this field is currently in design mode.
Definition: tag_fields.h:25
tag_designer * designer
The active tag designer that owns this control. Only used when design_mode is enabled.
Definition: tag_fields.h:27
Class representing the Tag Designer.
Definition: tag_designer.h:24