LibreOffice Module oox (master) 1
Public Member Functions | List of all members
oox::IProgressBar Class Referenceabstract

Interface for progress bar classes. More...

#include <progressbar.hxx>

Inheritance diagram for oox::IProgressBar:
[legend]

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...
 

Detailed Description

Interface for progress bar classes.

Definition at line 39 of file progressbar.hxx.

Constructor & Destructor Documentation

◆ ~IProgressBar()

oox::IProgressBar::~IProgressBar ( )
virtual

Definition at line 38 of file progressbar.cxx.

Member Function Documentation

◆ getPosition()

virtual double oox::IProgressBar::getPosition ( ) const
pure virtual

Returns the current position of the progress bar.

Returns
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.

◆ setPosition()

virtual void oox::IProgressBar::setPosition ( double  fPosition)
pure virtual

Sets the current position of the progress bar.

Parameters
fPositionNew 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.


The documentation for this class was generated from the following files: