#include <liveupdateplugin.h>

Definition at line 13 of file liveupdateplugin.h.
Public Member Functions | |
| void | CoreInit (const BCore *core) |
| void | SaveSettings () |
| void | Module (const QString name, const QStringList params) |
| BBoB_Channel * | ChannelPointer (QString mod, QString input) const |
| BBoB_Module * | ModulePointer (const QString mod) const |
| QStringList | ModuleList () const |
| QMap< QString, QString > | ModuleParams (const QString name) const |
| QMap< QString, QString > | ModuleInputs (const QString name) const |
| QMap< QString, QString > | ModuleOutputs (const QString name) const |
| void | saveChannels () |
| QStringList | commands () const |
| List of available menu commands. | |
| QDockWidget * | getDock (const QString &command) |
| Returns a QDockWidget for the menu command. | |
| QWidget * | getConfig () |
| Returns a QWidget to be used in a ConfigTab. | |
Public Attributes | |
| QMap< QString, BBoB_Module * > | Modules |
| BCore * | bcore |
Private Attributes | |
| LiveUpdateDialog * | LUDialog |
| void LiveUpdatePlugin::CoreInit | ( | const BCore * | core | ) | [virtual] |
Implements CoreInterface.
Definition at line 10 of file liveupdateplugin-core.cpp.
References bcore, LUDialog, and Module().

| void LiveUpdatePlugin::SaveSettings | ( | ) | [virtual] |
Implements CoreInterface.
Definition at line 38 of file liveupdateplugin-core.cpp.
References bcore, BCore::settings, and BBoB_Settings::setValue().

| void LiveUpdatePlugin::Module | ( | const QString | name, | |
| const QStringList | params | |||
| ) | [virtual] |
Implements CoreInterface.
Definition at line 22 of file liveupdateplugin-core.cpp.
References BCore::Args, bcore, QMap::contains(), and Modules.
Referenced by CoreInit().

| BBoB_Channel * LiveUpdatePlugin::ChannelPointer | ( | QString | mod, | |
| QString | input | |||
| ) | const [virtual] |
Implements CoreInterface.
Definition at line 3 of file liveupdateplugin-module.cpp.
References QMap::contains(), and Modules.

| BBoB_Module * LiveUpdatePlugin::ModulePointer | ( | const QString | mod | ) | const [virtual] |
Implements CoreInterface.
Definition at line 51 of file liveupdateplugin-module.cpp.
References QMap::contains(), Modules, and QMap::value().
Referenced by getDock().

| QStringList LiveUpdatePlugin::ModuleList | ( | ) | const [virtual] |
Implements CoreInterface.
Definition at line 46 of file liveupdateplugin-module.cpp.
References QMap::keys(), and Modules.

Implements CoreInterface.
Definition at line 13 of file liveupdateplugin-module.cpp.
References QMap::contains(), and Modules.

Implements CoreInterface.
Definition at line 23 of file liveupdateplugin-module.cpp.
References Channel_Dir_In, BBoB_Channel::dir, BBoB_Channel::getMimetype(), Modules, and BBoB_Channel::name.

Implements CoreInterface.
Definition at line 35 of file liveupdateplugin-module.cpp.
References Channel_Dir_Out, BBoB_Channel::dir, BBoB_Channel::getMimetype(), Modules, and BBoB_Channel::name.

| void LiveUpdatePlugin::saveChannels | ( | ) |
| QStringList LiveUpdatePlugin::commands | ( | ) | const [virtual] |
List of available menu commands.
Implements DisplayInterface.
Definition at line 11 of file liveupdateplugin-display.cpp.
References QObject::tr().
Referenced by getDock().

| QDockWidget * LiveUpdatePlugin::getDock | ( | const QString & | command | ) | [virtual] |
Returns a QDockWidget for the menu command.
Implements DisplayInterface.
Definition at line 17 of file liveupdateplugin-display.cpp.
References BCore::addDock(), bcore, commands(), LUDialog, ModulePointer(), and QDockWidget::setWidget().

| QWidget * LiveUpdatePlugin::getConfig | ( | ) | [virtual] |
Returns a QWidget to be used in a ConfigTab.
Implements DisplayInterface.
Definition at line 40 of file liveupdateplugin-display.cpp.
LiveUpdateDialog* LiveUpdatePlugin::LUDialog [private] |
Definition at line 33 of file liveupdateplugin.h.
Referenced by ChannelPointer(), Module(), ModuleInputs(), ModuleList(), ModuleOutputs(), ModuleParams(), and ModulePointer().
Definition at line 36 of file liveupdateplugin.h.
Referenced by CoreInit(), getDock(), Module(), and SaveSettings().
1.5.3