libtaskmanager
TaskManager::Startup Class Reference
Represents a task which is in the process of starting. More...
#include <startup.h>
Inheritance diagram for TaskManager::Startup:

Signals | |
void | changed (::TaskManager::TaskChanges) |
Public Member Functions | |
void | addWindowMatch (WId window) |
QString | bin () const |
QString | icon () const |
KStartupInfoId | id () const |
bool | matchesWindow (WId window) const |
Startup (const KStartupInfoId &id, const KStartupInfoData &data, QObject *parent, const char *name=0) | |
QString | text () const |
void | update (const KStartupInfoData &data) |
virtual | ~Startup () |
Properties | |
QString | bin |
QString | icon |
QString | text |
Detailed Description
Represents a task which is in the process of starting.
- See also:
- TaskManager
Definition at line 46 of file startup.h.
Constructor & Destructor Documentation
TaskManager::Startup::Startup | ( | const KStartupInfoId & | id, | |
const KStartupInfoData & | data, | |||
QObject * | parent, | |||
const char * | name = 0 | |||
) |
Definition at line 49 of file startup.cpp.
TaskManager::Startup::~Startup | ( | ) | [virtual] |
Definition at line 57 of file startup.cpp.
Member Function Documentation
void TaskManager::Startup::addWindowMatch | ( | WId | window | ) |
Definition at line 88 of file startup.cpp.
QString TaskManager::Startup::bin | ( | ) | const |
The name of the executable of the starting task.
void TaskManager::Startup::changed | ( | ::TaskManager::TaskChanges | ) | [signal] |
Indicates that this startup has changed in some way.
QString TaskManager::Startup::icon | ( | ) | const |
The name of the icon to be used for the starting task.
KStartupInfoId TaskManager::Startup::id | ( | ) | const |
Definition at line 83 of file startup.cpp.
bool TaskManager::Startup::matchesWindow | ( | WId | window | ) | const |
Definition at line 93 of file startup.cpp.
QString TaskManager::Startup::text | ( | ) | const |
The name of the starting task (if known).
void TaskManager::Startup::update | ( | const KStartupInfoData & | data | ) |
Definition at line 77 of file startup.cpp.
Property Documentation
The documentation for this class was generated from the following files: