libyui-qt  2.42.4
 All Classes Functions Variables
YQWizard::StepHeading Class Reference

#include <YQWizard.h>

Inheritance diagram for YQWizard::StepHeading:
YQWizard::Step

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
 

Detailed Description

Helper class to represent a wizard step heading internally

Definition at line 668 of file YQWizard.h.


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