libyui-qt  2.47.1.1
YQWizard::StepHeading Class Reference

Helper class to represent a wizard step heading internally. More...

#include <YQWizard.h>

Inheritance diagram for YQWizard::StepHeading:
Collaboration diagram for YQWizard::StepHeading:

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 ()
 Destructor. More...
 
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)
 Set text color and status icon for one wizard step.
 

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
 

Detailed Description

Helper class to represent a wizard step heading internally.

Definition at line 683 of file YQWizard.h.


The documentation for this class was generated from the following file: