v_sim.Plugin¶
Fields¶
None
Methods¶
|
|
|
|
|
|
|
Details¶
- class v_sim.Plugin¶
Short way to address #_VisuPlugin objects.
- getAuthors()¶
- Returns:
a private string.
- Return type:
Return a string with the list of authors.
New in version 3.6.
- getDescription()¶
- Returns:
a private string.
- Return type:
Return a string with the description of the plugin.
New in version 3.6.
- getIconPath()¶
- Returns:
a private string.
- Return type:
Return a string with the path to find an icon representing the plugin.
New in version 3.6.
- getName()¶
- Returns:
a private string.
- Return type:
Return a string with the name.
New in version 3.6.
- initGtk()¶
Run the initGtk() method of the plugin, if it exists.
New in version 3.6.