HDK
|
#include <VOP_CustomContext.h>
Public Member Functions | |
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) |
Definition at line 41 of file VOP_CustomContext.h.
|
overridevirtual |
Returns true if an operator type can be created as a child, and false otherwise.
Reimplemented from OP_OperatorFilter.
Definition at line 391 of file VOP_CustomContext.C.