libyui-qt
 
Loading...
Searching...
No Matches
YQWizard::StepHeading Class Reference

#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 ()
 
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

Member Function Documentation

◆ hasID()

virtual bool YQWizard::StepHeading::hasID ( const QString & id)
inlinevirtual

Reimplemented from YQWizard::Step.

◆ isHeading()

virtual bool YQWizard::StepHeading::isHeading ( ) const
inlinevirtual

Reimplemented from YQWizard::Step.


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