libtaskmanager
TaskManager::Startup Class Reference
#include <startup.h>
Inheritance diagram for TaskManager::Startup:

Detailed Description
Represents a task which is in the process of starting.
- See also:
- TaskManager
Definition at line 47 of file startup.h.
Signals | |
void | changed () |
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 |
Constructor & Destructor Documentation
TaskManager::Startup::Startup | ( | const KStartupInfoId & | id, | |
const KStartupInfoData & | data, | |||
QObject * | parent, | |||
const char * | name = 0 | |||
) |
Definition at line 47 of file startup.cpp.
TaskManager::Startup::~Startup | ( | ) | [virtual] |
Definition at line 55 of file startup.cpp.
Member Function Documentation
void TaskManager::Startup::addWindowMatch | ( | WId | window | ) |
Definition at line 86 of file startup.cpp.
QString TaskManager::Startup::bin | ( | ) | const |
The name of the executable of the starting task.
void TaskManager::Startup::changed | ( | ) | [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 81 of file startup.cpp.
bool TaskManager::Startup::matchesWindow | ( | WId | window | ) | const |
Definition at line 91 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 75 of file startup.cpp.
Property Documentation
The documentation for this class was generated from the following files: