superkaramba
Startup Class Reference
#include <taskmanager.h>
Inheritance diagram for Startup:

Detailed Description
Represents a task which is in the process of starting.
- See also:
- TaskManager
Definition at line 547 of file taskmanager.h.
Public Types | |
| typedef QVector < Startup::StartupPtr > | List |
| typedef KSharedPtr< Startup > | StartupPtr |
Signals | |
| void | changed () |
Public Member Functions | |
| QString | bin () const |
| QString | icon () const |
| const KStartupInfoId & | id () 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 |
Member Typedef Documentation
| typedef QVector<Startup::StartupPtr> Startup::List |
Definition at line 556 of file taskmanager.h.
| typedef KSharedPtr<Startup> Startup::StartupPtr |
Definition at line 555 of file taskmanager.h.
Constructor & Destructor Documentation
| Startup::Startup | ( | const KStartupInfoId & | id, | |
| const KStartupInfoData & | data, | |||
| QObject * | parent, | |||
| const char * | name = 0 | |||
| ) |
Definition at line 1330 of file taskmanager.cpp.
| Startup::~Startup | ( | ) | [virtual] |
Definition at line 1337 of file taskmanager.cpp.
Member Function Documentation
| QString Startup::bin | ( | ) | const [inline] |
| void Startup::changed | ( | ) | [signal] |
Indicates that this startup has changed in some way.
| QString Startup::icon | ( | ) | const [inline] |
The name of the icon to be used for the starting task.
Definition at line 581 of file taskmanager.h.
| const KStartupInfoId& Startup::id | ( | ) | const [inline] |
Definition at line 586 of file taskmanager.h.
| QString Startup::text | ( | ) | const [inline] |
| void Startup::update | ( | const KStartupInfoData & | data | ) |
Definition at line 1340 of file taskmanager.cpp.
Property Documentation
QString Startup::bin [read] |
Definition at line 551 of file taskmanager.h.
QString Startup::icon [read] |
Definition at line 552 of file taskmanager.h.
QString Startup::text [read] |
Definition at line 550 of file taskmanager.h.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference