Rhino C++ API
8.13
|
#include <RhinoSdkPages.h>
Public Member Functions | |
CRhinoPropertiesPanelPageCollection (unsigned int documentRuntimeSerialNumber) | |
~CRhinoPropertiesPanelPageCollection () | |
void | Add (IRhinoPropertiesPanelPage *page) |
int | Count () const |
CRhinoDoc * | Document () const |
unsigned int | DocumentRuntimeSerialNumber () const |
IRhinoPropertiesPanelPage * | operator[] (int index) const |
class CRhinoPropertiesPanelPageCollection
Description: Passed to CRhinoPlugIn::AddObjectPropertiesPages and is used to add plug-in provided object properties pages.
CRhinoPropertiesPanelPageCollection::CRhinoPropertiesPanelPageCollection | ( | unsigned int | documentRuntimeSerialNumber | ) |
Description: Constructor
CRhinoPropertiesPanelPageCollection::~CRhinoPropertiesPanelPageCollection | ( | ) |
Description: Destructor
void CRhinoPropertiesPanelPageCollection::Add | ( | IRhinoPropertiesPanelPage * | page | ) |
Description: Call this method to add a plug-in provided page to the collection
int CRhinoPropertiesPanelPageCollection::Count | ( | ) | const |
Description: Number of items in this collection
CRhinoDoc* CRhinoPropertiesPanelPageCollection::Document | ( | ) | const |
Description: Document displaying the options dialog.
unsigned int CRhinoPropertiesPanelPageCollection::DocumentRuntimeSerialNumber | ( | ) | const |
Description: Runtime serial for document displaying the options dialog.
IRhinoPropertiesPanelPage* CRhinoPropertiesPanelPageCollection::operator[] | ( | int | index | ) | const |
Description: Provide operator[] access to collection array