LibreOffice Module oox (master) 1
|
Interface for progress bar classes. More...
#include <progressbar.hxx>
Public Member Functions | |
virtual | ~IProgressBar () |
virtual double | getPosition () const =0 |
Returns the current position of the progress bar. More... | |
virtual void | setPosition (double fPosition)=0 |
Sets the current position of the progress bar. More... | |
Interface for progress bar classes.
Definition at line 39 of file progressbar.hxx.
|
virtual |
Definition at line 38 of file progressbar.cxx.
|
pure virtual |
Returns the current position of the progress bar.
Implemented in oox::ProgressBar, and oox::SegmentProgressBar.
|
pure virtual |
Sets the current position of the progress bar.
fPosition | New position of the progress bar, in the range from 0.0 (beginning of the progress bar) to 1.0 (end of the progress bar) inclusive. |
Implemented in oox::ProgressBar, and oox::SegmentProgressBar.