|
Foxit PDF SDK
|
Public Types | |
| enum | Type { e_TypeUnknown = 0, e_TypeFolder = 1, e_TypeFile = 2 } |
| Enumeration for portfolio node type. More... | |
Public Member Functions | |
| PortfolioNode (const PortfolioNode &other) | |
| Constructor, with another portfolio node object. More... | |
| ~PortfolioNode () | |
| Destructor. | |
| Type | GetNodeType () const |
| Get node type. More... | |
| bool | IsEmpty () const |
| Check whether current object is empty or not. More... | |
| bool | operator != (const PortfolioNode &other) const |
| Not equal operator. More... | |
| PortfolioNode & | operator= (const PortfolioNode &other) |
| Assign operator. More... | |
| bool | operator== (const PortfolioNode &other) const |
| Equal operator. More... | |
Public Member Functions inherited from foxit::Base | |
| FS_HANDLE | Handle () const |
| Get the handle of current object. More... | |
Class PortfolioNode is the base class for all types of portfolio nodes.
| foxit::pdf::portfolio::PortfolioNode::PortfolioNode | ( | const PortfolioNode & | other | ) |
Constructor, with another portfolio node object.
| [in] | other | Another PDF portfolio folder object. |
| Type foxit::pdf::portfolio::PortfolioNode::GetNodeType | ( | ) | const |
Get node type.
| bool foxit::pdf::portfolio::PortfolioNode::IsEmpty | ( | ) | const |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.
| bool foxit::pdf::portfolio::PortfolioNode::operator != | ( | const PortfolioNode & | other | ) | const |
Not equal operator.
| [in] | other | Another portfolio node object. This function will check if current object is not equal to this one. |
| PortfolioNode& foxit::pdf::portfolio::PortfolioNode::operator= | ( | const PortfolioNode & | other | ) |
Assign operator.
| [in] | other | Another portfolio node object, whose value would be assigned to current object. |
| bool foxit::pdf::portfolio::PortfolioNode::operator== | ( | const PortfolioNode & | other | ) | const |
Equal operator.
| [in] | other | Another portfolio node object. This function will check if current object is equal to this one. |