Contains the description of a plug-in tool which drives tool node
instances.
|
|
|
|
|
__init__(...)
Raises an exception This class cannot be instantiated from Python |
|
|
|
|
|
str
|
|
str
|
|
str
|
getId(...)
Returns:
The tool uuid string. |
|
|
dict
|
|
str
|
|
str
|
getName(...)
Returns:
The name of the tool. |
|
|
dict
|
|
|
SocketSpec
|
|
int
|
|
dict
|
getValueSpecs(...)
Returns:
A dict of the tool's value names to their value type (ValueType enumeration class). |
|
|
str
|
|
bool
|
isActive(...)
Returns:
True if the tool is active. |
|
|
bool
|
isInternal(...)
Returns:
True if the tool is an internal (private) Toxik tool. |
|
|
|
Inherited from Boost.Python.instance:
__new__
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|