libtaskmanager
TaskManager::ManualSortingStrategy Class Reference
Manual Sorting If showAllDesktops is enabled the position of the tasks logically changes on all desktops If showAllDesktops is disabled the position only changes per virtual desktop even if the task is on all desktops. More...
#include <manualsortingstrategy.h>
Inheritance diagram for TaskManager::ManualSortingStrategy:

Public Member Functions | |
void | desktopChanged (int newDesktop) |
ManualSortingStrategy (GroupManager *parent) | |
~ManualSortingStrategy () | |
Protected Slots | |
virtual void | handleItem (AbstractItemPtr) |
Detailed Description
Manual Sorting If showAllDesktops is enabled the position of the tasks logically changes on all desktops If showAllDesktops is disabled the position only changes per virtual desktop even if the task is on all desktops.Definition at line 39 of file manualsortingstrategy.h.
Constructor & Destructor Documentation
TaskManager::ManualSortingStrategy::ManualSortingStrategy | ( | GroupManager * | parent | ) |
Definition at line 53 of file manualsortingstrategy.cpp.
TaskManager::ManualSortingStrategy::~ManualSortingStrategy | ( | ) |
Definition at line 73 of file manualsortingstrategy.cpp.
Member Function Documentation
void TaskManager::ManualSortingStrategy::desktopChanged | ( | int | newDesktop | ) | [virtual] |
DesktopChanges, time to backup any needed data.
Reimplemented from TaskManager::AbstractSortingStrategy.
Definition at line 103 of file manualsortingstrategy.cpp.
void TaskManager::ManualSortingStrategy::handleItem | ( | AbstractItemPtr | item | ) | [protected, virtual, slot] |
Handles a new item.
Reimplemented from TaskManager::AbstractSortingStrategy.
Definition at line 141 of file manualsortingstrategy.cpp.
The documentation for this class was generated from the following files: