TaskManager::TaskItem Class Reference
Wrapper class so we do not have to use the
Task class directly and the TaskPtr remains guarded.
More...
#include <taskitem.h>
List of all members.
Detailed Description
Wrapper class so we do not have to use the
Task class directly and the TaskPtr remains guarded.
Definition at line 36 of file taskitem.h.
Constructor & Destructor Documentation
Creates a taskitem for a task.
Definition at line 47 of file taskitem.cpp.
Creates a taskitem for a startuptask.
Definition at line 58 of file taskitem.cpp.
TaskManager::TaskItem::~TaskItem |
( |
|
) |
|
Member Function Documentation
void TaskManager::TaskItem::addMimeData |
( |
QMimeData * |
mimeData |
) |
const [virtual] |
void TaskManager::TaskItem::close |
( |
|
) |
[virtual, slot] |
bool TaskManager::TaskItem::demandsAttention |
( |
|
) |
const [virtual] |
int TaskManager::TaskItem::desktop |
( |
|
) |
const [virtual] |
void TaskManager::TaskItem::gotTaskPointer |
( |
|
) |
[signal] |
Indicates that the startup task now is a normal task.
QIcon TaskManager::TaskItem::icon |
( |
|
) |
const [virtual] |
bool TaskManager::TaskItem::isActionSupported |
( |
NET::Action |
action |
) |
const [virtual] |
bool TaskManager::TaskItem::isActive |
( |
|
) |
const [virtual] |
bool TaskManager::TaskItem::isAlwaysOnTop |
( |
|
) |
const [virtual] |
bool TaskManager::TaskItem::isFullScreen |
( |
|
) |
const [virtual] |
bool TaskManager::TaskItem::isGroupItem |
( |
|
) |
const [inline, virtual] |
bool TaskManager::TaskItem::isKeptBelowOthers |
( |
|
) |
const [virtual] |
bool TaskManager::TaskItem::isMaximized |
( |
|
) |
const [virtual] |
bool TaskManager::TaskItem::isMinimized |
( |
|
) |
const [virtual] |
bool TaskManager::TaskItem::isOnAllDesktops |
( |
|
) |
const [virtual] |
bool TaskManager::TaskItem::isOnCurrentDesktop |
( |
|
) |
const [virtual] |
bool TaskManager::TaskItem::isShaded |
( |
|
) |
const [virtual] |
QString TaskManager::TaskItem::name |
( |
|
) |
const [virtual] |
void TaskManager::TaskItem::setAlwaysOnTop |
( |
bool |
state |
) |
[virtual, slot] |
void TaskManager::TaskItem::setFullScreen |
( |
bool |
state |
) |
[virtual, slot] |
void TaskManager::TaskItem::setKeptBelowOthers |
( |
bool |
state |
) |
[virtual, slot] |
void TaskManager::TaskItem::setMaximized |
( |
bool |
state |
) |
[virtual, slot] |
void TaskManager::TaskItem::setMinimized |
( |
bool |
state |
) |
[virtual, slot] |
void TaskManager::TaskItem::setShaded |
( |
bool |
state |
) |
[virtual, slot] |
void TaskManager::TaskItem::setTaskPointer |
( |
TaskPtr |
task |
) |
|
Sets the taskpointer after the startup pointer.
Definition at line 76 of file taskitem.cpp.
StartupPtr TaskManager::TaskItem::startup |
( |
|
) |
const |
TaskPtr TaskManager::TaskItem::task |
( |
|
) |
const |
void TaskManager::TaskItem::toDesktop |
( |
int |
|
) |
[virtual, slot] |
void TaskManager::TaskItem::toggleAlwaysOnTop |
( |
|
) |
[virtual, slot] |
void TaskManager::TaskItem::toggleFullScreen |
( |
|
) |
[virtual, slot] |
void TaskManager::TaskItem::toggleKeptBelowOthers |
( |
|
) |
[virtual, slot] |
void TaskManager::TaskItem::toggleMaximized |
( |
|
) |
[virtual, slot] |
void TaskManager::TaskItem::toggleMinimized |
( |
|
) |
[virtual, slot] |
void TaskManager::TaskItem::toggleShaded |
( |
|
) |
[virtual, slot] |
The documentation for this class was generated from the following files: