superkaramba
#include <taskmanager.h>
|
| | Startup (const KStartupInfoId &id, const KStartupInfoData &data, QObject *parent, const char *name=0) |
| |
| virtual | ~Startup () |
| |
| QString | bin () const |
| |
| QString | icon () const |
| |
| const KStartupInfoId & | id () const |
| |
| QString | text () const |
| |
| void | update (const KStartupInfoData &data) |
| |
Represents a task which is in the process of starting.
- See also
- TaskManager
Definition at line 547 of file taskmanager.h.
| Startup::Startup |
( |
const KStartupInfoId & |
id, |
|
|
const KStartupInfoData & |
data, |
|
|
QObject * |
parent, |
|
|
const char * |
name = 0 |
|
) |
| |
| QString Startup::bin |
( |
| ) |
const |
|
inline |
The name of the executable of the starting task.
Definition at line 573 of file taskmanager.h.
| 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 |
| QString Startup::text |
( |
| ) |
const |
|
inline |
The name of the starting task (if known).
Definition at line 565 of file taskmanager.h.
| void Startup::update |
( |
const KStartupInfoData & |
data | ) |
|
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:07:20 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.