#include <RhRdkAutomaticUI.h>
◆ ~IParam()
virtual IRhRdkParamBlock::IParam::~IParam |
( |
| ) |
|
|
inlinevirtual |
◆ ChildSlotName()
virtual const wchar_t* IRhRdkParamBlock::IParam::ChildSlotName |
( |
void |
| ) |
const |
|
pure virtual |
◆ DisplayName()
virtual const wchar_t* IRhRdkParamBlock::IParam::DisplayName |
( |
void |
| ) |
const |
|
pure virtual |
◆ EVF()
virtual void* IRhRdkParamBlock::IParam::EVF |
( |
const wchar_t * |
, |
|
|
void * |
|
|
) |
| |
|
pure virtual |
◆ ExtraReqPtr()
◆ ExtraReqs()
virtual const wchar_t* IRhRdkParamBlock::IParam::ExtraReqs |
( |
void |
| ) |
const |
|
pure virtual |
◆ IsEnabled()
virtual bool IRhRdkParamBlock::IParam::IsEnabled |
( |
void |
| ) |
const |
|
pure virtual |
◆ IsGreaterThan()
virtual bool IRhRdkParamBlock::IParam::IsGreaterThan |
( |
SortBy |
by, |
|
|
const IParam & |
p |
|
) |
| const |
|
pure virtual |
◆ IsHidden()
virtual_su bool IRhRdkParamBlock::IParam::IsHidden |
( |
void |
| ) |
const |
◆ IsLessThan()
virtual bool IRhRdkParamBlock::IParam::IsLessThan |
( |
SortBy |
by, |
|
|
const IParam & |
p |
|
) |
| const |
|
pure virtual |
◆ Max()
virtual const CRhRdkVariant& IRhRdkParamBlock::IParam::Max |
( |
void |
| ) |
const |
|
pure virtual |
◆ Min()
virtual const CRhRdkVariant& IRhRdkParamBlock::IParam::Min |
( |
void |
| ) |
const |
|
pure virtual |
◆ ParamName()
virtual const wchar_t* IRhRdkParamBlock::IParam::ParamName |
( |
void |
| ) |
const |
|
pure virtual |
◆ SetIsEnabled()
virtual void IRhRdkParamBlock::IParam::SetIsEnabled |
( |
bool |
bEnabled | ) |
|
|
pure virtual |
◆ SetIsHidden()
virtual_su void IRhRdkParamBlock::IParam::SetIsHidden |
( |
bool |
bHidden | ) |
|
◆ SetValue()
virtual void IRhRdkParamBlock::IParam::SetValue |
( |
const CRhRdkVariant & |
v | ) |
|
|
pure virtual |
◆ UiHint()
virtual UiHints IRhRdkParamBlock::IParam::UiHint |
( |
void |
| ) |
const |
|
pure virtual |
◆ Value()
virtual CRhRdkVariant IRhRdkParamBlock::IParam::Value |
( |
void |
| ) |
const |
|
pure virtual |