Applets
Tasks Class Reference
#include <tasks.h>
Inheritance diagram for Tasks:

Detailed Description
An applet which provides a visual representation of running graphical tasks (ie.tasks that have some form of visual interface), and allows the user to perform various actions on those tasks such as bringing them to the foreground, sending them to the background or closing them.
Definition at line 59 of file tasks.h.
Public Member Functions | |
KColorScheme * | colorScheme () |
void | constraintsEvent (Plasma::Constraints constraints) |
void | init () |
Plasma::PanelSvg * | itemBackground () |
qreal | itemBottomMargin () |
qreal | itemLeftMargin () |
qreal | itemRightMargin () |
qreal | itemTopMargin () |
void | resizeItemBackground (const QSizeF &newSize) |
QPixmap * | taskAlphaPixmap (const QSize &size) |
Tasks (QObject *parent, const QVariantList &args=QVariantList()) | |
~Tasks () | |
Protected Slots | |
void | configAccepted () |
void | themeRefresh () |
void | updateActive (WindowTaskItem *task) |
virtual void | wheelEvent (QGraphicsSceneWheelEvent *) |
Protected Member Functions | |
void | createConfigurationInterface (KConfigDialog *parent) |
Constructor & Destructor Documentation
Tasks::Tasks | ( | QObject * | parent, | |
const QVariantList & | args = QVariantList() | |||
) | [explicit] |
Member Function Documentation
void Tasks::constraintsEvent | ( | Plasma::Constraints | constraints | ) |
void Tasks::createConfigurationInterface | ( | KConfigDialog * | parent | ) | [protected] |
void Tasks::resizeItemBackground | ( | const QSizeF & | newSize | ) |
void Tasks::updateActive | ( | WindowTaskItem * | task | ) | [protected, slot] |
void Tasks::wheelEvent | ( | QGraphicsSceneWheelEvent * | e | ) | [protected, virtual, slot] |
The documentation for this class was generated from the following files: