Class: PluginModule
Prev
Next

Class: PluginModule

Represents a plugin module in Kst. This is not an instance of a plugin, but a reference to the actual plugin itself. It is typically used to instantiate a plugin object.

Collection class: PluginModuleCollection

Properties:

boolean usesLocalData [Read-Only]

If true, the plugin makes use of persistant local storage.

boolean isFit [Read-Only]

If true, this plugin is a fit for a curve.

boolean isFilter [Read-Only]

If true, this plugin is a filter for a vector.

string name [Read-Only]

Represents the short name of the plugin.

string readableName [Read-Only]

Contains a long name for the plugin suitable for display in a user interface.

string author [Read-Only]

Contains the name of the author of the plugin.

string description [Read-Only]

Contains a text description of what the plugin is and/or does.

string version [Read-Only]

Contains the version number or string of the plugin.

PluginIOCollection inputs [Read-Only]

A list of all the inputs for the plugin.

PluginIOCollection outputs [Read-Only]

A list of all the outputs of 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