Rhino C++ API
8.13
|
#include <RhRdkTask.h>
Public Member Functions | |
virtual void | DeleteThis (void)=0 |
virtual void * | EVF (const wchar_t *, void *)=0 |
virtual bool | IsChecked (void) const =0 |
virtual bool | IsEnabled (void) const =0 |
virtual const IRhRdkTaskOrigin & | Origin (void) const =0 |
virtual void | SetIsChecked (bool)=0 |
virtual void | SetIsEnabled (bool)=0 |
virtual void | SetRadio (bool)=0 |
Protected Member Functions | |
virtual | ~IRhRdkTaskUpdate () |
|
inlineprotectedvirtual |
|
pure virtual |
This method is implemented as
|
pure virtual |
Emergency virtual function for future expansion.
|
pure virtual |
Get the task UI's 'checked' state.
|
pure virtual |
Get the task UI's 'enabled' state.
|
pure virtual |
Get the task origin. This depends on the UI the user clicked in to invoke the menu or other UI that displays tasks.
|
pure virtual |
Set the task UI's 'checked' state. Useful for menu check items.
|
pure virtual |
Set the task UI's 'enabled' state.
|
pure virtual |
Set the task UI's 'radio' state. Useful for menu radio items.