Applets
Tasks Class Reference
An applet which provides a visual representation of running graphical tasks (ie. More...
#include <tasks.h>
Inheritance diagram for Tasks:

Signals | |
void | constraintsChanged (Plasma::Constraints) |
void | desktopChanged (int, int) |
void | settingsChanged () |
Public Member Functions | |
KColorScheme * | colorScheme () |
void | constraintsEvent (Plasma::Constraints constraints) |
TaskManager::GroupManager & | groupManager () const |
Qt::KeyboardModifiers | groupModifierKey () const |
void | init () |
Plasma::FrameSvg * | itemBackground () |
qreal | itemBottomMargin () |
qreal | itemLeftMargin () |
qreal | itemRightMargin () |
qreal | itemTopMargin () |
void | resizeItemBackground (const QSizeF &newSize) |
TaskGroupItem * | rootGroupItem () |
bool | showTooltip () const |
Tasks (QObject *parent, const QVariantList &args=QVariantList()) | |
~Tasks () | |
Protected Slots | |
void | configAccepted () |
void | themeRefresh () |
Protected Member Functions | |
void | adjustGroupingStrategy () |
void | createConfigurationInterface (KConfigDialog *parent) |
QSizeF | sizeHint (Qt::SizeHint which, const QSizeF &constraint=QSizeF()) const |
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 73 of file tasks.h.
Constructor & Destructor Documentation
Tasks::Tasks | ( | QObject * | parent, | |
const QVariantList & | args = QVariantList() | |||
) | [explicit] |
Member Function Documentation
void Tasks::constraintsChanged | ( | Plasma::Constraints | ) | [signal] |
emitted whenever we receive a constraintsEvent
void Tasks::constraintsEvent | ( | Plasma::Constraints | constraints | ) |
void Tasks::createConfigurationInterface | ( | KConfigDialog * | parent | ) | [protected] |
void Tasks::desktopChanged | ( | int | , | |
int | ||||
) | [signal] |
void Tasks::resizeItemBackground | ( | const QSizeF & | newSize | ) |
TaskGroupItem * Tasks::rootGroupItem | ( | ) |
void Tasks::settingsChanged | ( | ) | [signal] |
The documentation for this class was generated from the following files: