Rhino C++ API
8.13
|
#include <RhRdkAutomaticUI.h>
Public Member Functions | |
CRhRdkAutomaticUIRow () | |
virtual | ~CRhRdkAutomaticUIRow () |
void | AddTexturingDS (IRhinoUiDataSource &ds) |
CRhRdkAutoUIContext * | AutoUIContext (void) const |
const wchar_t * | ChildSlotName (void) const |
const wchar_t * | DisplayName (void) const |
const wchar_t * | ExtraReqs (void) const |
bool | FromParam (const IRhRdkParamBlock::IParam ¶m) |
bool | IsEnabled (void) const |
const CRhRdkVariant & | MaxValue (void) const |
const CRhRdkVariant & | MinValue (void) const |
const wchar_t * | ParamName (void) const |
void | SetValue (const CRhRdkVariant &v) |
IRhRdkParamBlock::UiHints | UiHint (void) const |
const wchar_t * | ValidValues (void) const |
const CRhRdkVariant & | Value (void) const |
Public Member Functions inherited from CRhRdkObject | |
CRhRdkObject () | |
virtual | ~CRhRdkObject () |
virtual void * | EVF (const wchar_t *wszFunc, void *pvData) |
void | operator delete (void *buf) |
void | operator delete[] (void *buf) |
void * | operator new (size_t size) |
void * | operator new[] (size_t size) |
Additional Inherited Members | |
Static Public Member Functions inherited from CRhRdkObject | |
static void | CheckMemory (void) |
static void | PopulateDebuggingInfo (void) |
CRhRdkAutomaticUIRow::CRhRdkAutomaticUIRow | ( | ) |
|
virtual |
void CRhRdkAutomaticUIRow::AddTexturingDS | ( | IRhinoUiDataSource & | ds | ) |
CRhRdkAutoUIContext* CRhRdkAutomaticUIRow::AutoUIContext | ( | void | ) | const |
const wchar_t* CRhRdkAutomaticUIRow::ChildSlotName | ( | void | ) | const |
const wchar_t* CRhRdkAutomaticUIRow::DisplayName | ( | void | ) | const |
const wchar_t* CRhRdkAutomaticUIRow::ExtraReqs | ( | void | ) | const |
bool CRhRdkAutomaticUIRow::FromParam | ( | const IRhRdkParamBlock::IParam & | param | ) |
bool CRhRdkAutomaticUIRow::IsEnabled | ( | void | ) | const |
const CRhRdkVariant& CRhRdkAutomaticUIRow::MaxValue | ( | void | ) | const |
const CRhRdkVariant& CRhRdkAutomaticUIRow::MinValue | ( | void | ) | const |
const wchar_t* CRhRdkAutomaticUIRow::ParamName | ( | void | ) | const |
void CRhRdkAutomaticUIRow::SetValue | ( | const CRhRdkVariant & | v | ) |
IRhRdkParamBlock::UiHints CRhRdkAutomaticUIRow::UiHint | ( | void | ) | const |
const wchar_t* CRhRdkAutomaticUIRow::ValidValues | ( | void | ) | const |
const CRhRdkVariant& CRhRdkAutomaticUIRow::Value | ( | void | ) | const |