#include <YQWizard.h>
Inheritance diagram for YQWizard::Step:
Public Member Functions | |
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) |
Protected Attributes | |
QString | _name |
QLabel * | _statusLabel |
QLabel * | _nameLabel |
bool | _enabled |
QStringList | _idList |
|
|
|
Destructor. Intentionally not deleting the widgets. |
|
|
|
Reimplemented in YQWizard::StepHeading. |
|
|
|
|
|
Reimplemented in YQWizard::StepHeading. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|