|
def | __init__ (self, plugin_id, attributes=None) |
|
def | action_attributes (self) |
|
def | add_group_attributes (self, label, statustip=None, icon=None, icontype=None) |
|
def | attributes (self) |
|
def | groups (self) |
|
def | plugin_id (self) |
|
def | set_action_attributes (self, label, statustip=None, icon=None, icontype=None) |
|
Information about one Plugin.
Definition at line 32 of file plugin_descriptor.py.
◆ __init__()
def qt_gui.plugin_descriptor.PluginDescriptor.__init__ |
( |
|
self, |
|
|
|
plugin_id, |
|
|
|
attributes = None |
|
) |
| |
◆ action_attributes()
def qt_gui.plugin_descriptor.PluginDescriptor.action_attributes |
( |
|
self | ) |
|
◆ add_group_attributes()
def qt_gui.plugin_descriptor.PluginDescriptor.add_group_attributes |
( |
|
self, |
|
|
|
label, |
|
|
|
statustip = None , |
|
|
|
icon = None , |
|
|
|
icontype = None |
|
) |
| |
◆ attributes()
def qt_gui.plugin_descriptor.PluginDescriptor.attributes |
( |
|
self | ) |
|
◆ groups()
def qt_gui.plugin_descriptor.PluginDescriptor.groups |
( |
|
self | ) |
|
◆ plugin_id()
def qt_gui.plugin_descriptor.PluginDescriptor.plugin_id |
( |
|
self | ) |
|
◆ set_action_attributes()
def qt_gui.plugin_descriptor.PluginDescriptor.set_action_attributes |
( |
|
self, |
|
|
|
label, |
|
|
|
statustip = None , |
|
|
|
icon = None , |
|
|
|
icontype = None |
|
) |
| |
◆ _dict
qt_gui.plugin_descriptor.PluginDescriptor._dict |
|
private |
The documentation for this class was generated from the following file: