![]() |
LeechCraft 0.6.70-18450-gabe19ee3b0
Modular cross-platform feature rich live environment.
|
#include "progressmanager.h"
Public Member Functions | |
| ProgressModelRow (ProgressManager &, const QModelIndex &) | |
| ~ProgressModelRow () | |
| void | Disengage () |
| void | SetDone (qint64) |
| void | SetTotal (qint64) |
| void | ChangeTotalBy (qint64 delta) |
| void | SetState (ProcessState state, QString customText={}) |
| void | SetCustomData (const QVariant &) |
| void | operator++ () |
Definition at line 20 of file progressmanager.h.
|
explicit |
Definition at line 13 of file progressmanager.cpp.
| LC::Util::ProgressModelRow::~ProgressModelRow | ( | ) |
Definition at line 19 of file progressmanager.cpp.
References LC::Util::FlatItemsModelTypedBase< T >::RemoveItem().
| void LC::Util::ProgressModelRow::ChangeTotalBy | ( | qint64 | delta | ) |
Definition at line 42 of file progressmanager.cpp.
| void LC::Util::ProgressModelRow::Disengage | ( | ) |
Definition at line 25 of file progressmanager.cpp.
| void LC::Util::ProgressModelRow::operator++ | ( | ) |
Definition at line 66 of file progressmanager.cpp.
| void LC::Util::ProgressModelRow::SetCustomData | ( | const QVariant & | data | ) |
Definition at line 60 of file progressmanager.cpp.
| void LC::Util::ProgressModelRow::SetDone | ( | qint64 | done | ) |
Definition at line 30 of file progressmanager.cpp.
| void LC::Util::ProgressModelRow::SetState | ( | ProcessState | state, |
| QString | customText = {} ) |
Definition at line 51 of file progressmanager.cpp.
| void LC::Util::ProgressModelRow::SetTotal | ( | qint64 | total | ) |
Definition at line 36 of file progressmanager.cpp.