Startup Class Reference
#include <taskmanager.h>
Inherits TQObject.
Signals | |
void | changed () |
Public Member Functions | |
Startup (const TDEStartupInfoId &id, const TDEStartupInfoData &data, TQObject *parent, const char *name=0) | |
TQString | text () const |
TQString | bin () const |
TQString | icon () const |
void | update (const TDEStartupInfoData &data) |
const TDEStartupInfoId & | id () const |
Detailed Description
Represents a task which is in the process of starting.
- See also
- TaskManager
Definition at line 376 of file taskmanager.h.
Constructor & Destructor Documentation
◆ Startup()
Startup::Startup | ( | const TDEStartupInfoId & | id, |
const TDEStartupInfoData & | data, | ||
TQObject * | parent, | ||
const char * | name = 0 |
||
) |
Definition at line 805 of file taskmanager.cpp.
◆ ~Startup()
|
virtual |
Definition at line 811 of file taskmanager.cpp.
Member Function Documentation
◆ bin()
|
inline |
The name of the executable of the starting task.
Definition at line 397 of file taskmanager.h.
◆ changed
|
signal |
Indicates that this startup has changed in some way.
◆ icon()
|
inline |
The name of the icon to be used for the starting task.
Definition at line 402 of file taskmanager.h.
◆ id()
|
inline |
Definition at line 404 of file taskmanager.h.
◆ text()
|
inline |
The name of the starting task (if known).
Definition at line 392 of file taskmanager.h.
◆ update()
void Startup::update | ( | const TDEStartupInfoData & | data | ) |
Definition at line 816 of file taskmanager.cpp.
The documentation for this class was generated from the following files: