WizardProgress Class
(Utils::WizardProgress)Public Functions
WizardProgress(QObject *parent = nullptr) | |
~WizardProgress() override | |
WizardProgressItem * | addItem(const QString &title) |
WizardProgressItem * | currentItem() const |
QList<WizardProgressItem *> | directlyReachableItems() const |
bool | isFinalItemDirectlyReachable() const |
WizardProgressItem * | item(int pageId) const |
QList<WizardProgressItem *> | items() const |
QList<int> | pages(WizardProgressItem *item) const |
void | removeItem(WizardProgressItem *item) |
void | removePage(int pageId) |
WizardProgressItem * | startItem() const |
QList<WizardProgressItem *> | visitedItems() const |
Signals
void | currentItemChanged(WizardProgressItem *item) |
void | itemAdded(WizardProgressItem *item) |
void | itemChanged(WizardProgressItem *item) |
void | itemRemoved(WizardProgressItem *item) |
void | nextItemsChanged(WizardProgressItem *item, const QList<WizardProgressItem *> &items) |
void | nextShownItemChanged(WizardProgressItem *item, WizardProgressItem *nextShownItem) |
void | startItemChanged(WizardProgressItem *item) |
Member Function Documentation
WizardProgress::WizardProgress(QObject *parent = nullptr)
Default constructs an instance of WizardProgress.
WizardProgress::~WizardProgress()
Destroys the instance of WizardProgress.