#include <RhinoSdkPages.h>
class IRhinoPropertiesPanelPageHost
Description: Provides access the object properties panel page host.
◆ IRhinoPropertiesPanelPageHost() [1/2]
IRhinoPropertiesPanelPageHost::IRhinoPropertiesPanelPageHost |
( |
| ) |
|
|
protecteddefault |
Description: Default constructor.
◆ ~IRhinoPropertiesPanelPageHost()
IRhinoPropertiesPanelPageHost::~IRhinoPropertiesPanelPageHost |
( |
| ) |
|
|
protecteddefault |
Description: Default destructor.
◆ IRhinoPropertiesPanelPageHost() [2/2]
Description: Delete the default copy constructor
◆ GetViewPages()
Description: Call this to get a list of all view pages that can appear on the properties panel.
◆ ModifyPage()
virtual void IRhinoPropertiesPanelPageHost::ModifyPage |
( |
| ) |
|
|
pure virtual |
Description: Call this method to modify objects or views associated with this page. Rhino will put the properties page manager in edit mode and call your OnModifypge with a IRhinoPropertiesPanelPageEventArgs when it is safe to modify objects or views.
◆ operator=()
Description: Delete the default operator=
◆ PostUpdatePageCall()
virtual void IRhinoPropertiesPanelPageHost::PostUpdatePageCall |
( |
| ) |
const |
|
pure virtual |
Description: Call this method to post a UpdatePage call which will occur on a on idle event when this page is visible.
◆ RuntimeId()
virtual const ON_UUID& IRhinoPropertiesPanelPageHost::RuntimeId |
( |
| ) |
const |
|
pure virtual |
Description: The unique runtime Id for this page.