![]() |
Blamite Game Engine - Keystone
00390.07.02.23.1947.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
#include <QWidget>
#include <qlabel.h>
#include <qgraphicseffect.h>
#include <vector>
#include "ui_drag_container.h"
#include <HEKGuerilla/components/tags/fields/fields.h>
#include <Strings/components/classes/events/events.h>
#include "components/ui/shared/controls/drag_drop_zone/drag_drop_zone.h"
#include "components/ui/shared/controls/tag_fields/tag_fields.h"
Go to the source code of this file.
Classes | |
class | drag_list |
A basic interface class which can be used for drag and drop behaviors. More... | |
class | grip_frame |
Class used for the drag container's grip widget. More... | |
class | drag_container |
Class representing a draggable widget container. More... | |