WizardProgressItem Class
(Utils::WizardProgressItem)Public Functions
void | addPage(int pageId) |
bool | isFinalItem() const |
QList<WizardProgressItem *> | nextItems() const |
WizardProgressItem * | nextShownItem() const |
QList<int> | pages() const |
void | setNextItems(const QList<WizardProgressItem *> &items) |
void | setNextShownItem(WizardProgressItem *item) |
void | setTitle(const QString &title) |
void | setTitleWordWrap(bool wrap) |
QString | title() const |
bool | titleWordWrap() const |
Protected Functions
WizardProgressItem(WizardProgress *progress, const QString &title) | |
virtual | ~WizardProgressItem() |
Member Function Documentation
[protected]
WizardProgressItem::WizardProgressItem(WizardProgress *progress, const QString &title)
Default constructs an instance of WizardProgressItem.
[virtual protected]
WizardProgressItem::~WizardProgressItem()
Destroys the instance of WizardProgressItem. The destructor is virtual.
void WizardProgressItem::addPage(int pageId)
bool WizardProgressItem::isFinalItem() const
QList<WizardProgressItem *> WizardProgressItem::nextItems() const
See also setNextItems().
WizardProgressItem *WizardProgressItem::nextShownItem() const
See also setNextShownItem().
QList<int> WizardProgressItem::pages() const
void WizardProgressItem::setNextItems(const QList<WizardProgressItem *> &items)
See also nextItems().
void WizardProgressItem::setNextShownItem(WizardProgressItem *item)
See also nextShownItem().
void WizardProgressItem::setTitle(const QString &title)
See also title().
void WizardProgressItem::setTitleWordWrap(bool wrap)
See also titleWordWrap().
QString WizardProgressItem::title() const
See also setTitle().
bool WizardProgressItem::titleWordWrap() const
See also setTitleWordWrap().