#include <bbob_module.h>
Prototype for all Modules.
Definition at line 12 of file bbob_module.h.
Public Member Functions | |
BBoB_Module (QObject *parent=0, QString module_name="") | |
bool | operator== (const BBoB_Module &other) const |
Equals operator for checking pointer to name. | |
bool | operator!= (const BBoB_Module &other) const |
Not equals operator for comparing names. | |
void | saveChannels (BBoB_Settings *settings) |
Public Attributes | |
QMap< QString, BBoB_Channel * > | Channels |
Creates a new module
Definition at line 15 of file bbob_module.cpp.
bool BBoB_Module::operator== | ( | const BBoB_Module & | other | ) | const |
Equals operator for checking pointer to name.
Equals operator for comparing names.
Definition at line 22 of file bbob_module.cpp.
References BBoB_Module_Base::name.
bool BBoB_Module::operator!= | ( | const BBoB_Module & | other | ) | const |
Not equals operator for comparing names.
Definition at line 28 of file bbob_module.cpp.
References BBoB_Module_Base::name.
void BBoB_Module::saveChannels | ( | BBoB_Settings * | settings | ) |
Definition at line 33 of file bbob_module.cpp.
References QList::at(), Channels, BBoB_Module_Base::getName(), QMap::keys(), and QList::size().
Definition at line 22 of file bbob_module.h.
Referenced by ButtonBlockModule::BBChannelPointer(), SoundModule::BCChannelPointer(), FmodModule::BCChannelPointer(), BusConsoleModule::BCChannelPointer(), BusConsoleModule::BusConsoleModule(), ButtonBlockModule::ButtonBlockModule(), FmodModule::channelAdd(), FmodModule::channelRem(), FaderBlockModule::dataIn(), ButtonBlockModule::dataIn(), FaderBlockModule::FaderBlockModule(), FaderBlockModule::FBChannelPointer(), FmodMeterAutoDialog::FmodMeterAutoDialog(), GlExamplePlugin::getDock(), GLDialog::GLDialog(), LiveUpdateModule::LiveUpdateModule(), saveChannels(), Config_Cues::selectChannel(), LightTreeDialog::setB1(), LightTreeDialog::setB2(), LightTreeDialog::setB3(), LightTreeDialog::setBlue(), LightTreeDialog::setGo(), LightTreeDialog::setRed(), LightTreeDialog::setStop(), and TestModule::TestModule().