|
Foxit PDF SDK
|
Public 类型 | |
| enum | State { e_Error = 0, e_ToBeContinued = 1, e_Finished = 2 } |
| 进度状态的枚举。 更多... | |
Public 成员函数 | |
| Progressive (const Progressive &other) | |
| 使用另一个progressive对象的构造函数。 更多... | |
| ~Progressive () | |
| 析构函数。 | |
| State | Continue () |
| 继续渐进式处理过程。 更多... | |
| int | GetRateOfProgress () |
| 获取当前进度的比率。 更多... | |
| Progressive & | operator= (const Progressive &other) |
| 赋值操作符。 更多... | |
Public 成员函数 继承自 foxit::Base | |
| FS_HANDLE | Handle () const |
| 获取当前对象的句柄。 更多... | |
此类表示一个渐进式对象,用于渐进式处理,如加载文档、 解析页面等。
| foxit::common::Progressive::Progressive | ( | const Progressive & | other | ) |
使用另一个progressive对象的构造函数。
| [in] | other | 另一个progressive对象。 |
| State foxit::common::Progressive::Continue | ( | ) |
继续渐进式处理过程。
| int foxit::common::Progressive::GetRateOfProgress | ( | ) |
获取当前进度的比率。
| Progressive& foxit::common::Progressive::operator= | ( | const Progressive & | other | ) |
赋值操作符。
| [in] | other | 另一个progressive对象,其值将赋给当前对象。 |