This reference page is linked to from the following overview topics: Parameter Tags.
#include <iparamb2.h>
Public Member Functions |
|
virtual BOOL | Validate (PB2Value &v)=0 |
virtual BOOL | Validate (PB2Value &v, ReferenceMaker *owner, ParamID id, int tabIndex) |
virtual void | DeleteThis () |
virtual BOOL Validate | ( | PB2Value & | v | ) | [pure virtual] |
Implemented in mrShaderFilter.
virtual BOOL Validate | ( | PB2Value & | v, |
ReferenceMaker * | owner, | ||
ParamID | id, | ||
int | tabIndex | ||
) | [inline, virtual] |
Reimplemented in mrShaderFilter.
{ return this->Validate(v); }
virtual void DeleteThis | ( | ) | [inline, virtual] |
Reimplemented in mrShaderFilter.
{ };