LibreOffice Module sc (master) 1
|
A simplified progress bar with only one segment. More...
#include <fprogressbar.hxx>
Public Member Functions | |
ScfSimpleProgressBar (std::size_t nSize, SfxObjectShell *pDocShell, const OUString &rText) | |
ScfSimpleProgressBar (std::size_t nSize, SfxObjectShell *pDocShell, TranslateId pResId) | |
void | ProgressAbs (std::size_t nPos) |
Set progress bar to the specified position. More... | |
Private Member Functions | |
void | Init (std::size_t nSize) |
Initializes and starts the progress bar. More... | |
Private Attributes | |
ScfProgressBar | maProgress |
A simplified progress bar with only one segment.
Definition at line 186 of file fprogressbar.hxx.
|
explicit |
Definition at line 198 of file fprogressbar.cxx.
References Init(), and maProgress.
|
explicit |
Definition at line 204 of file fprogressbar.cxx.
References Init(), and maProgress.
|
private |
Initializes and starts the progress bar.
Definition at line 210 of file fprogressbar.cxx.
References ScfProgressBar::ActivateSegment(), ScfProgressBar::AddSegment(), and maProgress.
Referenced by ScfSimpleProgressBar().
|
inline |
Set progress bar to the specified position.
Definition at line 193 of file fprogressbar.hxx.
References maProgress, nPos, and ScfProgressBar::ProgressAbs().
|
private |
Definition at line 200 of file fprogressbar.hxx.
Referenced by Init(), and ProgressAbs().