#include <OutControlPublisher.hxx>
Definition at line 13 of file OutControlPublisher.hxx.
Public Member Functions | |
OutControlPublisher () | |
OutControlPublisher (const std::string &name, Processing *father) | |
void | PublishOutControl (OutControl &out) |
void | AddLink (InControl &in) |
CLAM::OutControlPublisher::OutControlPublisher | ( | ) | [inline] |
CLAM::OutControlPublisher::OutControlPublisher | ( | const std::string & | name, | |
Processing * | father | |||
) | [inline] |
void CLAM::OutControlPublisher::PublishOutControl | ( | OutControl & | out | ) | [inline] |
Definition at line 30 of file OutControlPublisher.hxx.
Referenced by CLAM::MIDIKeyboard::ConcreteConfigure().
void CLAM::OutControlPublisher::AddLink | ( | InControl & | in | ) | [inline, virtual] |
Reimplemented from CLAM::OutControl.
Definition at line 35 of file OutControlPublisher.hxx.
References CLAM::OutControl::AddLink().
Referenced by CLAM::MIDIKeyboard::ConcreteConfigure().