Rhino C++ API
8.13
|
#include <IRhRdkParamTransport.h>
Public Member Functions | |
virtual | ~IRhRdkParamTransport () |
virtual void | AddParamsToParamBlock (IRhRdkParamBlock ¶mBlock) const =0 |
virtual ON_wString | Caption (void) const =0 |
virtual void * | EVF (const wchar_t *, void *)=0 |
virtual void | GetParamsFromParamBlock (const IRhRdkParamBlock ¶mBlock)=0 |
This interface makes the connection between RDK's automatic user interface and your RDK plug-in. You must implement this interface if you want to use RDK's automatic user interface services.
|
inlinevirtual |
|
pure virtual |
Implement this method to initially add your parameters to the param block.
|
pure virtual |
Implement this method to return a caption string for the ui section.
|
pure virtual |
Emergency virtual function for future expansion.
|
pure virtual |
Implement this method to retrieve the updated parameters after the user has made a change to one of them.