HDK
|
#include <OP_Network.h>
Public Member Functions | |
OP_OperatorFilter () | |
virtual | ~OP_OperatorFilter () |
virtual bool | allowOperatorAsChild (OP_Operator *op) |
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 106 of file OP_Network.h.
|
inline |
Definition at line 109 of file OP_Network.h.
|
inlinevirtual |
Definition at line 110 of file OP_Network.h.
|
inlinevirtual |
Returns true if an operator type can be created as a child, and false otherwise.
Reimplemented in SHOP_MaterialFilter, OP_NetworkOperatorFilter, VOP_CodeOperatorFilter, and HDK_Sample::SOP_CustomVopOperatorFilter.
Definition at line 114 of file OP_Network.h.
|
inlinevirtual |
Returns true if an operator type should be listed in the Tab menu, and false otherwise.
Reimplemented in OP_NetworkOperatorFilter.
Definition at line 118 of file OP_Network.h.
|
inlinevirtual |
Returns true if a shelf tool by the given name can appear in the Tab menu for that (parent) network.
Definition at line 123 of file OP_Network.h.
|
inlinevirtual |
Returns true if a shelf tool by the given name can appear in the Tab menu for that (parent) network.
Reimplemented in OP_NetworkOperatorFilter.
Definition at line 127 of file OP_Network.h.