#include <app/IProgress.h>
Inheritance diagram for IProgress:
Public Member Functions | |
virtual void | Finish (status_t err)=0 |
virtual bool | IsCanceled () const =0 |
Whether or not the user pressed the Cancel button. | |
status_t | LinkProgress (const sptr< IBinder > &to, const SValue &mappings, uint32_t flags=0) |
virtual SString | Note () const =0 |
Note that is displayed on the status dialog. | |
virtual float | Progress () const =0 |
Precentage of the progress done from 0.0 to 1.0. | |
virtual void | SetNote (const SString &value)=0 |
Note that is displayed on the status dialog. | |
virtual void | SetProgress (float value)=0 |
Precentage of the progress done from 0.0 to 1.0. | |
status_t | UnlinkProgress (const sptr< IBinder > &to, const SValue &mappings, uint32_t flags=0) |
Protected Member Functions | |
IProgress () | |
virtual | ~IProgress () |
|
|
|
|
|
|
|
Whether or not the user pressed the Cancel button.
|
|
|
|
Note that is displayed on the status dialog.
|
|
Precentage of the progress done from 0.0 to 1.0.
|
|
Note that is displayed on the status dialog.
|
|
Precentage of the progress done from 0.0 to 1.0.
|
|
|