#include <qguiprogress.h>
Definition at line 27 of file q4banking/qguiprogress.h.
Public Member Functions | |
QGuiProgress (uint32_t id, const char *title, uint32_t flags, uint64_t _total) | |
virtual | ~QGuiProgress () |
uint32_t | getId () const |
uint32_t | getFlags () const |
uint64_t | getTotal () const |
uint64_t | getCurrent () const |
void | setCurrent (uint64_t i) |
const QString & | getTitle () const |
bool | finished () const |
bool | isVisible () const |
void | setVisible (bool b) |
time_t | getStartTime () const |
void | setWidget (QGuiProgressWidget *w) |
QGuiProgressWidget * | getWidget () const |
uint64_t | getLastPos () const |
void | setLastPos (uint64_t i) |
QGuiProgress (uint32_t id, const char *title, uint32_t flags, uint64_t _total) | |
virtual | ~QGuiProgress () |
uint32_t | getId () const |
uint32_t | getFlags () const |
uint64_t | getTotal () const |
uint64_t | getCurrent () const |
void | setCurrent (uint64_t i) |
const QString & | getTitle () const |
bool | finished () const |
bool | isVisible () const |
void | setVisible (bool b) |
time_t | getStartTime () const |
void | setWidget (QGuiProgressWidget *w) |
QGuiProgressWidget * | getWidget () const |
uint64_t | getLastPos () const |
void | setLastPos (uint64_t i) |
Protected Attributes | |
uint32_t | _id |
uint32_t | _flags |
bool | _finished |
bool | _isVisible |
uint64_t | _total |
uint64_t | _current |
time_t | _startTime |
time_t | _lastTime |
QGuiProgressWidget * | _widget |
uint64_t | _lastPos |
QString | _title |
QGuiProgress::QGuiProgress | ( | uint32_t | id, | |
const char * | title, | |||
uint32_t | flags, | |||
uint64_t | _total | |||
) |
virtual QGuiProgress::~QGuiProgress | ( | ) | [virtual] |
QGuiProgress::QGuiProgress | ( | uint32_t | id, | |
const char * | title, | |||
uint32_t | flags, | |||
uint64_t | _total | |||
) |
virtual QGuiProgress::~QGuiProgress | ( | ) | [virtual] |
uint32_t QGuiProgress::getId | ( | ) | const [inline] |
uint32_t QGuiProgress::getFlags | ( | ) | const [inline] |
uint64_t QGuiProgress::getTotal | ( | ) | const [inline] |
uint64_t QGuiProgress::getCurrent | ( | ) | const [inline] |
void QGuiProgress::setCurrent | ( | uint64_t | i | ) | [inline] |
const QString& QGuiProgress::getTitle | ( | ) | const [inline] |
bool QGuiProgress::finished | ( | ) | const [inline] |
bool QGuiProgress::isVisible | ( | ) | const [inline] |
void QGuiProgress::setVisible | ( | bool | b | ) | [inline] |
time_t QGuiProgress::getStartTime | ( | ) | const [inline] |
void QGuiProgress::setWidget | ( | QGuiProgressWidget * | w | ) | [inline] |
QGuiProgressWidget* QGuiProgress::getWidget | ( | ) | const [inline] |
uint64_t QGuiProgress::getLastPos | ( | ) | const [inline] |
void QGuiProgress::setLastPos | ( | uint64_t | i | ) | [inline] |
uint32_t QGuiProgress::getId | ( | ) | const [inline] |
uint32_t QGuiProgress::getFlags | ( | ) | const [inline] |
uint64_t QGuiProgress::getTotal | ( | ) | const [inline] |
uint64_t QGuiProgress::getCurrent | ( | ) | const [inline] |
void QGuiProgress::setCurrent | ( | uint64_t | i | ) | [inline] |
const QString& QGuiProgress::getTitle | ( | ) | const [inline] |
bool QGuiProgress::finished | ( | ) | const [inline] |
bool QGuiProgress::isVisible | ( | ) | const [inline] |
void QGuiProgress::setVisible | ( | bool | b | ) | [inline] |
time_t QGuiProgress::getStartTime | ( | ) | const [inline] |
void QGuiProgress::setWidget | ( | QGuiProgressWidget * | w | ) | [inline] |
QGuiProgressWidget* QGuiProgress::getWidget | ( | ) | const [inline] |
uint64_t QGuiProgress::getLastPos | ( | ) | const [inline] |
void QGuiProgress::setLastPos | ( | uint64_t | i | ) | [inline] |
uint32_t QGuiProgress::_id [protected] |
uint32_t QGuiProgress::_flags [protected] |
bool QGuiProgress::_finished [protected] |
bool QGuiProgress::_isVisible [protected] |
Definition at line 32 of file q4banking/qguiprogress.h.
Referenced by isVisible(), and setVisible().
uint64_t QGuiProgress::_total [protected] |
uint64_t QGuiProgress::_current [protected] |
Definition at line 35 of file q4banking/qguiprogress.h.
Referenced by getCurrent(), and setCurrent().
time_t QGuiProgress::_startTime [protected] |
time_t QGuiProgress::_lastTime [protected] |
Definition at line 38 of file q4banking/qguiprogress.h.
QGuiProgressWidget * QGuiProgress::_widget [protected] |
uint64_t QGuiProgress::_lastPos [protected] |
Definition at line 41 of file q4banking/qguiprogress.h.
Referenced by getLastPos(), and setLastPos().
QString QGuiProgress::_title [protected] |