![]() |
Kooky
|
This dialog displays all plugins. More...
#include <coptionsplugins.h>
Inheritance diagram for cOptionsPlugins:
Collaboration diagram for cOptionsPlugins:Public Member Functions | |
| cOptionsPlugins (QWidget *parent=0) | |
| ~cOptionsPlugins () | |
| void | setPlugins (QList< cPlugin * > &plugins) |
Protected Member Functions | |
| void | init () |
| void | showConfigDlg (const QModelIndex &index) |
Private Slots | |
| void | onOptionsPluginTreeSelectionChanged (const QItemSelection &selected, const QItemSelection &deselected) |
| void | onOptionsPluginTreeDoubleClicked (const QModelIndex &index) |
| void | onOptionsPluginTreePluginToggled (bool b) |
| void | on_m_lpButtonConfigure_clicked () |
Private Attributes | |
| Ui::cOptionsPlugins * | ui |
| QStandardItemModel * | m_lpPluginsListModel |
|
explicit |
| cOptionsPlugins::~cOptionsPlugins | ( | ) |
References ui.
|
protected |
References m_lpPluginsListModel, onOptionsPluginTreeDoubleClicked(), onOptionsPluginTreeSelectionChanged(), and ui.
Referenced by cOptionsPlugins().
Here is the call graph for this function:
Here is the caller graph for this function:
|
privateslot |
|
privateslot |
| index |
References m_lpPluginsListModel, and showConfigDlg().
Referenced by init().
Here is the call graph for this function:
Here is the caller graph for this function:
|
privateslot |
| b |
References m_lpPluginsListModel, cPlugin::pluginName(), and ui.
Referenced by setPlugins().
Here is the call graph for this function:
Here is the caller graph for this function:
|
privateslot |
| void cOptionsPlugins::setPlugins | ( | QList< cPlugin * > & | plugins | ) |
| plugins |
References m_lpPluginsListModel, onOptionsPluginTreePluginToggled(), cPlugin::PluginCapDB, cPlugin::PluginCapExport, cPlugin::PluginCapImport, cPlugin::PluginCapNone, and ui.
Referenced by cOptions::onOptionsTreeSelectionChanged().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
| index |
References cPlugin::capability(), cInterface::config(), cPlugin::dbInterface(), cPlugin::importInterface(), m_lpPluginsListModel, cPlugin::PluginCapDB, cPlugin::PluginCapExport, and cPlugin::PluginCapImport.
Referenced by on_m_lpButtonConfigure_clicked(), and onOptionsPluginTreeDoubleClicked().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
TODO: describe
Referenced by init(), on_m_lpButtonConfigure_clicked(), onOptionsPluginTreeDoubleClicked(), onOptionsPluginTreePluginToggled(), setPlugins(), and showConfigDlg().
|
private |
TODO: describe
Referenced by init(), on_m_lpButtonConfigure_clicked(), onOptionsPluginTreePluginToggled(), onOptionsPluginTreeSelectionChanged(), setPlugins(), and ~cOptionsPlugins().