kdgantt
KDGanttViewItemDrag Class Reference
#include <KDGanttViewItemDrag.h>
Detailed Description
Drag and drop of KD Gantt items.This class implements drag and drop of KD Gantt items within a Gantt chart. It is mainly used for internal purposes, but made a part of the public API nevertheless, as you may want to subclass it for some specialized functionality.
Definition at line 42 of file KDGanttViewItemDrag.h.
Public Member Functions | |
KDGanttViewItemDrag (KDGanttViewItem *item, QWidget *source, const char *name) | |
QByteArray | encodedData (const char *c) const |
KDGanttViewItem * | getItem () |
Static Public Member Functions | |
static bool | canDecode (const QMimeSource *e) |
static bool | decode (const QMimeSource *e, QString &) |
Constructor & Destructor Documentation
|
The constructor. Creates a KDGanttViewItemDrag object and initializes the drag data in the form of an XML document.
Definition at line 57 of file KDGanttViewItemDrag.cpp. |
Member Function Documentation
|
Returns whether this drag object class can decode the data passed in e.
Definition at line 115 of file KDGanttViewItemDrag.cpp. |
|
Decodes the data passed in e into an XML string that is written into string.
Definition at line 132 of file KDGanttViewItemDrag.cpp. |
|
Returns the encoded data of the drag object.
Definition at line 89 of file KDGanttViewItemDrag.cpp. |
|
Returns the dragged item
Definition at line 103 of file KDGanttViewItemDrag.cpp. |
The documentation for this class was generated from the following files: