class openalea.oalab.pluginwidget.explorer.PluginExplorer(parent=None)[source]

Bases: openalea.oalab.manager.explorer.ManagerExplorer

groupby(**kwds)[source]
set_items(items)[source]
criteria = [('implement', 'Implementation'), ('authors', 'Authors'), ('team', 'Team'), ('tags', 'Tags'), ('plugin_ep', 'Entry Point'), ('plugin_modulename', 'Plugin Module'), ('plugin_dist', 'Python Distribution')]
staticMetaObject = <PySide.QtCore.QMetaObject object at 0x2adeea0b1d40>
class openalea.oalab.pluginwidget.explorer.Preview(item, parent=None)[source]

Bases: PySide.QtGui.QTextEdit

This widget displays meta-information about project.

closeEvent(event)[source]
staticMetaObject = <PySide.QtCore.QMetaObject object at 0x2adeea172d40>
openalea.oalab.pluginwidget.explorer.filter_authors(item)[source]
openalea.oalab.pluginwidget.explorer.filter_team(item)[source]
openalea.oalab.pluginwidget.explorer.format_label_author(author)[source]
openalea.oalab.pluginwidget.explorer.format_label_team(author)[source]
openalea.oalab.pluginwidget.explorer.show_plugins(group='oalab.applet')[source]

Previous topic

openalea.oalab.pluginwidget package

Next topic

openalea.oalab.project package

This Page