|
Canorus 0.0
|
#include <mainwinprogressctl.h>

Public Member Functions | |
| CAMainWinProgressCtl (CAMainWin *mainWin) | |
| ~CAMainWinProgressCtl () | |
| void | startProgress (CAFile *f) |
Private Slots | |
| void | on_updateTimer_timeout () |
| void | on_cancelButton_clicked (bool) |
Private Member Functions | |
| void | restoreStatusBar () |
Private Attributes | |
| CAMainWin * | _mainWin |
| CAProgressStatusBar * | _bar |
| QTimer * | _updateTimer |
| CAFile * | _file |
| CAMainWinProgressCtl::CAMainWinProgressCtl | ( | CAMainWin * | mainWin | ) |
Copyright (c) 2009, Matevž Jekovec, Canorus development team All Rights Reserved. See AUTHORS for a complete list of authors.
Licensed under the GNU GENERAL PUBLIC LICENSE. See COPYING for details.
| CAMainWinProgressCtl::~CAMainWinProgressCtl | ( | ) |
References _updateTimer.
|
privateslot |
References _file, _updateTimer, and restoreStatusBar().
Referenced by startProgress().


|
privateslot |
References _bar, _file, _updateTimer, CAFile::progress(), CAFile::readableStatus(), restoreStatusBar(), and CAProgressStatusBar::setProgress().
Referenced by startProgress().


|
private |
References _bar, and _mainWin.
Referenced by on_cancelButton_clicked(), and on_updateTimer_timeout().

| void CAMainWinProgressCtl::startProgress | ( | CAFile * | f | ) |
References _bar, _file, _mainWin, _updateTimer, on_cancelButton_clicked(), on_updateTimer_timeout(), CAMainWin::ProgressMode, and CAMainWin::setMode().
Referenced by CAMainWin::on_uiImportDocument_triggered(), and CAMainWin::openDocument().


|
private |
Referenced by on_updateTimer_timeout(), restoreStatusBar(), and startProgress().
|
private |
Referenced by on_cancelButton_clicked(), on_updateTimer_timeout(), and startProgress().
|
private |
Referenced by restoreStatusBar(), and startProgress().
|
private |
Referenced by on_cancelButton_clicked(), on_updateTimer_timeout(), startProgress(), and ~CAMainWinProgressCtl().