Methods' Summary |
start |
initialize and start the progress
|
end |
stop the progress
|
setText |
update progress description
|
setValue |
update progress value
|
reset |
clear progress value and description
|
Methods' Details |
start
void |
start( |
[in] string |
Text, |
| [in] long |
Range ); |
- Description
- initialize and start the progress
It activates a new created or reactivate an already used indicator
(must be finished by calling XStatusIndicator::end()
before!). By the way it's possible to set first progress description
and the possible range of progress value. That means that a progress
can runs from 0 to Range.
- Parameter Text
- initial value for progress description for showing
Value can be updated by calling XStatusIndicator::setText().
- Parameter Range
- means the maximum value of the progress which can be set by
calling XStatusIndicator::setValue().
|
|
end
|
setText
void |
setText( |
[in] string |
Text ); |
- Description
- update progress description
Initial value can be set during starting of the progress by calling
XStatusIndicator::start().
Stopped indicators must ignore this call.
- Parameter Text
- new value for progress description which should be shown now
|
|
setValue
void |
setValue( |
[in] long |
Value ); |
- Description
- update progress value
Wrong values must be ignored and stopped indicators must ignore this
call generally.
- Parameter Value
- new value for progress which should be shown now
Must fit the range [0..Range] which was set during
XStatusIndicator::start().
|
|
reset
- Description
- clear progress value and description
Calling of setValue(0) and setText("") should do the same.
Stopped indicators must ignore this call.
|
|
Top of Page
Copyright © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.