Foxit PDF SDK
9.1
|
Instance Methods | |
(void) | - dealloc |
(void *) | - getCptr |
(FSPortfolioNodeType) | - getNodeType |
Get node type. More... | |
(id) | - initWithCptr:swigOwnCObject: |
(id) | - initWithOther: |
Constructor, with another portfolio node object. More... | |
(BOOL) | - isEmpty |
Check whether current object is empty or not. More... | |
Additional Inherited Members | |
![]() | |
BOOL | swigCMemOwn |
void * | swigCPtr |
Class FSPortfolioNode is the base class for all types of portfolio nodes.
- (void) dealloc |
Reimplemented from FSBase.
Reimplemented in FSPortfolioFolderNode, and FSPortfolioFileNode.
- (void*) getCptr |
Reimplemented from FSBase.
Reimplemented in FSPortfolioFolderNode, and FSPortfolioFileNode.
- (FSPortfolioNodeType) getNodeType |
Get node type.
- (id) initWithCptr: | (void *) | cptr | |
swigOwnCObject: | (BOOL) | ownCObject | |
Reimplemented from FSBase.
Reimplemented in FSPortfolioFolderNode, and FSPortfolioFileNode.
- (id) initWithOther: | (FSPortfolioNode*) | other |
Constructor, with another portfolio node object.
[in] | other | Another PDF portfolio folder object. |
Reimplemented in FSPortfolioFolderNode, and FSPortfolioFileNode.
- (BOOL) isEmpty |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.