superkaramba
#include <taskmanager.h>

Public Member Functions | |
TaskDrag (const Task::List &tasks, QWidget *source=0) | |
~TaskDrag () | |
Static Public Member Functions | |
static bool | canDecode (const QMimeData *e) |
static Task::List | decode (const QMimeData *e) |
Detailed Description
Provids a drag object for tasks across desktops.
FIXME: should be folded into the Task class the same way it has been with AppletInfo and KUrl
Definition at line 520 of file taskmanager.h.
Constructor & Destructor Documentation
|
explicit |
Constructs a task drag object for a task list.
Definition at line 1351 of file taskmanager.cpp.
TaskDrag::~TaskDrag | ( | ) |
Definition at line 1369 of file taskmanager.cpp.
Member Function Documentation
|
static |
Returns true if the mime source can be decoded to a TaskDrag.
Definition at line 1372 of file taskmanager.cpp.
|
static |
Decodes the tasks from the mime source and returns them if successful.
Otherwise an empty task list is returned.
Definition at line 1377 of file taskmanager.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:07:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.