#include "NOXPrefix.h"
Public Member Functions | |
| NOXListItem | NOXList::getListItemStructure (NCommon::UInt32 pIndex) |
| NCommon::UInt32 | NOXList::getNumListItemStructure () |
| NOXListItem | NOXList::createListItemStructure (NCommon::UInt32 pIndex) |
| void | intialize () |
| NOXBase | NOXList::getChild (NCommon::UInt32 pIndex) |
| NCommon::UInt32 | NOXList::getNumChilds () |
| NOXListItem NiXPSObjects::NOXList::NOXList::getListItemStructure | ( | NCommon::UInt32 | pIndex | ) |
Get ListItemStructure element at index pIndex
| pIndex | index of the element you want to get |
| NCommon::UInt32 NiXPSObjects::NOXList::NOXList::getNumListItemStructure | ( | ) |
Calculate the number of ListItemStructure elements that are present.
| NOXListItem NiXPSObjects::NOXList::NOXList::createListItemStructure | ( | NCommon::UInt32 | pIndex | ) |
Create an ListItemStructure element at index pIndex.
| void NiXPSObjects::NOXList::intialize | ( | ) |
Initialize.
| NOXBase NiXPSObjects::NOXList::NOXList::getChild | ( | NCommon::UInt32 | pIndex | ) |
Get child element at index pIndex
| pIndex | index of the element you want to get |
| NCommon::UInt32 NiXPSObjects::NOXList::NOXList::getNumChilds | ( | ) |
Calculate the number of child elements that are present.
1.5.3