#include <YQWizard.h>
|
| enum | Status { Unset,
Todo,
Current,
Done
} |
| |
|
|
| Step (const QString &name="", const QString &id="") |
| |
| virtual | ~Step () |
| |
|
virtual bool | isHeading () const |
| |
|
QString | name () const |
| |
|
QLabel * | statusLabel () const |
| |
|
QLabel * | nameLabel () const |
| |
|
bool | isEnabled () const |
| |
|
const QStringList & | id () const |
| |
|
void | addID (const QString &id) |
| |
|
virtual bool | hasID (const QString &id) |
| |
|
void | setStatusLabel (QLabel *label) |
| |
|
void | setNameLabel (QLabel *label) |
| |
|
void | setEnabled (bool enabled) |
| |
|
void | deleteLabels () |
| |
| void | setStatus (Status s) |
| |
|
|
QString | _name |
| |
|
QLabel * | _statusLabel |
| |
|
QLabel * | _nameLabel |
| |
|
bool | _enabled |
| |
|
QStringList | _idList |
| |
|
Status | _status |
| |
Helper class to represent a wizard step internally
◆ ~Step()
| YQWizard::Step::~Step |
( |
| ) |
|
|
virtual |
Destructor. Intentionally not deleting the widgets.
◆ setStatus()
| void YQWizard::Step::setStatus |
( |
Status |
s | ) |
|
Set text color and status icon for one wizard step
The documentation for this class was generated from the following files:
- /home/abuild/rpmbuild/BUILD/libyui-qt-4.0.0/src/YQWizard.h
- /home/abuild/rpmbuild/BUILD/libyui-qt-4.0.0/src/YQWizard.cc