Class: PluginIO
Prev
Next

Class: PluginIO

An object representing an input or output for a given plugin module.

Collection class: PluginIOCollection

Properties:

string name [Read-Only]

The name of the input or output.

string type [Read-Only]

The data type of the input or output.

string subType [Read-Only]

The sub-type of the input or output, if needed. For instance, a table may have a subtype of float.

string typeObject [Read-Only]

The object type of the input or output. The result will be one of:

  • Vector

  • Scalar

  • String

  • Unknown - error condition

string description [Read-Only]

A description of the meaning of the input or output.

string defaultValue [Read-Only]

The default value for this input or output, if specified by the plugin.

Prev
Next
Home


Would you like to make a comment or contribute an update to this page?
Send feedback to the KDE Docs Team