Rhino C++ API
8.13
|
#include <RhinoSdkPages.h>
Public Member Functions | |
CRhinoOptionsPageCollectionItem (IRhinoOptionsPage *page) | |
~CRhinoOptionsPageCollectionItem () | |
CRhinoOptionsPageCollectionItem * | AddPage (IRhinoOptionsPage *pageToAdd) |
int | Count () const |
CRhinoOptionsPageCollectionItem * | operator[] (int index) const |
IRhinoOptionsPage * | Page () const |
class CRhinoOptionsPageCollectionItem
Description: A CRhinoOptionsPageCollectionItem representing a item added to a CRhinoOptionsPageCollection.
CRhinoOptionsPageCollectionItem::CRhinoOptionsPageCollectionItem | ( | IRhinoOptionsPage * | page | ) |
Description: Constructor Parameters: page[in] Page to manage
CRhinoOptionsPageCollectionItem::~CRhinoOptionsPageCollectionItem | ( | ) |
Description: Destructor
CRhinoOptionsPageCollectionItem* CRhinoOptionsPageCollectionItem::AddPage | ( | IRhinoOptionsPage * | pageToAdd | ) |
Description: Add child page to the managed page Parameters: pageToAdd[in] The child page to add Returns: The new collection item for the child page, use it to nest child pages.
int CRhinoOptionsPageCollectionItem::Count | ( | ) | const |
Description: Number of child pages directly owned by this page Returns: Returns the number of child pages directly owned by this page
CRhinoOptionsPageCollectionItem* CRhinoOptionsPageCollectionItem::operator[] | ( | int | index | ) | const |
Description: Child page from index Parameters: index[in] = Zero based index of item to get Returns: Returns the child item if the index is valid otherwise; returns null.
IRhinoOptionsPage* CRhinoOptionsPageCollectionItem::Page | ( | ) | const |
Description: Page to manage