libtaskmanager
task.h File Reference
#include <QtGui/QDrag>
#include <QtGui/QPixmap>
#include <QtGui/QWidget>
#include <ksharedptr.h>
#include <kwindowsystem.h>
#include <netwm.h>
Include dependency graph for task.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
namespace | TaskManager |
Classes | |
class | TaskManager::Task |
A dynamic interface to a task (main window). More... | |
class | TaskManager::TaskDrag |
Provids a drag object for tasks across desktops. More... | |
Typedefs | |
typedef QMap< WId, TaskPtr > | TaskManager::TaskDict |
typedef QVector< TaskPtr > | TaskManager::TaskList |
typedef KSharedPtr< Task > | TaskManager::TaskPtr |
typedef QList< WId > | TaskManager::WindowList |