|
Foxit PDF SDK
|
Public Types | |
| enum | State { e_Error = 0, e_ToBeContinued = 1, e_Finished = 2 } |
| Enumeration for progress state. More... | |
Public Member Functions | |
| Progressive (const Progressive &other) | |
| Constructor, with another progressive object. More... | |
| ~Progressive () | |
| Destructor. | |
| State | Continue () |
| Continue the progressive process. More... | |
| int | GetRateOfProgress () |
| Get the rate of current progress. More... | |
| Progressive & | operator= (const Progressive &other) |
| Assign operator. More... | |
Public Member Functions inherited from foxit::Base | |
| FS_HANDLE | Handle () const |
| Get the handle of current object. More... | |
This class represents a progressive object, which is used for progressive process such as loading document, parsing page and so on.
| foxit::common::Progressive::Progressive | ( | const Progressive & | other | ) |
Constructor, with another progressive object.
| [in] | other | Another progressive object. |
| State foxit::common::Progressive::Continue | ( | ) |
Continue the progressive process.
| int foxit::common::Progressive::GetRateOfProgress | ( | ) |
Get the rate of current progress.
| Progressive& foxit::common::Progressive::operator= | ( | const Progressive & | other | ) |
Assign operator.
| [in] | other | Another progressive object, whose value would be assigned to current object. |