Foxit PDF SDK
9.1
|
Instance Methods | |
(void) | - dealloc |
(void *) | - getCptr |
(int) | - getRateOfProgress |
Get the rate of current progress. More... | |
(id) | - initWithCptr:swigOwnCObject: |
(id) | - initWithOther: |
Constructor, with another progressive object. More... | |
(id) | - NS_UNAVAILABLE |
(FSProgressiveState) | - resume |
Continue the progressive process. More... | |
Additional Inherited Members | |
![]() | |
BOOL | swigCMemOwn |
void * | swigCPtr |
This class represents a progressive object, which is used for progressive process such as loading document, parsing page and so on.
- (void) dealloc |
Reimplemented from FSBase.
- (void*) getCptr |
Reimplemented from FSBase.
- (int) getRateOfProgress |
Get the rate of current progress.
- (id) initWithCptr: | (void *) | cptr | |
swigOwnCObject: | (BOOL) | ownCObject | |
Reimplemented from FSBase.
- (id) initWithOther: | (FSProgressive*) | other |
Constructor, with another progressive object.
[in] | other | Another progressive object. |
- (id) NS_UNAVAILABLE |
- (FSProgressiveState) resume |
Continue the progressive process.