HDK
|
Filter used by material vop containers. More...
#include <SHOP_Node.h>
Public Member Functions | |
void | setContextName (const UT_StringHolder &context) |
bool | allowOperatorAsChild (OP_Operator *op) override |
Public Member Functions inherited from OP_OperatorFilter | |
OP_OperatorFilter () | |
virtual | ~OP_OperatorFilter () |
virtual bool | allowOperatorInTabMenu (OP_Operator *op) |
virtual bool | allowTool (const char *tool_name) |
virtual bool | allowToolSubmenus (const UT_StringHolder &tool_name, const UT_StringArray &submenus) |
Filter used by material vop containers.
Definition at line 433 of file SHOP_Node.h.
|
overridevirtual |
Returns true if an operator type can be created as a child, and false otherwise.
Reimplemented from OP_OperatorFilter.
void SHOP_MaterialFilter::setContextName | ( | const UT_StringHolder & | context | ) |