|
libyui-qt
2.44.0
|
#include <YQWizard.h>


Public Member Functions | |
| StepHeading (const QString &name="") | |
| virtual bool | isHeading () const |
| virtual bool | hasID (const QString &id) |
Public Member Functions inherited from YQWizard::Step | |
| Step (const QString &name="", const QString &id="") | |
| virtual | ~Step () |
| QString | name () const |
| QLabel * | statusLabel () const |
| QLabel * | nameLabel () const |
| bool | isEnabled () const |
| const QStringList & | id () const |
| void | addID (const QString &id) |
| void | setStatusLabel (QLabel *label) |
| void | setNameLabel (QLabel *label) |
| void | setEnabled (bool enabled) |
| void | deleteLabels () |
| void | setStatus (Status s) |
Additional Inherited Members | |
Public Types inherited from YQWizard::Step | |
| enum | Status { Unset, Todo, Current, Done } |
Protected Attributes inherited from YQWizard::Step | |
| QString | _name |
| QLabel * | _statusLabel |
| QLabel * | _nameLabel |
| bool | _enabled |
| QStringList | _idList |
| Status | _status |
Helper class to represent a wizard step heading internally
Definition at line 668 of file YQWizard.h.