libtaskmanager
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:TaskManager::AbstractGroupableItem | Abstract Class for an Item that is groupable So groups can handle tasks and subgroups the same way |
TaskManager::AbstractGroupingStrategy | Base class for strategies which can be used to automatically group tasks |
TaskManager::AbstractSortingStrategy | Base class for strategies which can be used to automatically sort tasks |
TaskManager::AdvancedMenu | The Advanced menu |
TaskManager::AlphaSortingStrategy | Sorts the tasks alphabetically by programname found in Task::classClass() |
TaskManager::BasicMenu | The standard menu |
TaskManager::DesktopsMenu | The ToDesktop menu |
TaskManager::DesktopSortingStrategy | Sorts the tasks by desktop |
TaskManager::GroupingStrategyMenu | Menu with the actions that the groupingStrategy provides |
TaskManager::GroupManager | Manages the grouping stuff |
TaskManager::GroupPopupMenu | A Menu that shows a list of all tasks of the group, and shows a BasicMenu on right click on an item |
KShared | |
TaskManager::ManualGroupingStrategy | Remembers manually grouped tasks To do this it keeps an exact copy of the rootGroup and all subgroups for each desktop/screen |
TaskManager::ManualSortingStrategy | 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 |
TaskManager::ProgramGroupingStrategy | Groups tasks of the same program |
TaskManager::Startup | Represents a task which is in the process of starting |
TaskManager::Task | A dynamic interface to a task (main window) |
TaskManager::TaskGroup | TaskGroup, a container for tasks and subgroups |
TaskManager::TaskGroupTemplate | TaskGroup, a container for tasks and subgroups |
TaskManager::TaskItem | Wrapper class so we do not have to use the Task class directly and the TaskPtr remains guarded |
TaskManager::TaskManager | A generic API for task managers |