|
CLAM-Development
1.1
|
#include <OutControlPublisher.hxx>
Public Member Functions | |
| OutControlPublisher () | |
| OutControlPublisher (const std::string &name, Processing *father) | |
| void | PublishOutControl (OutControl &out) |
| void | AddLink (InControl &in) |
Definition at line 13 of file OutControlPublisher.hxx.
| CLAM::OutControlPublisher::OutControlPublisher | ( | ) | [inline] |
Definition at line 18 of file OutControlPublisher.hxx.
References NULL.
| CLAM::OutControlPublisher::OutControlPublisher | ( | const std::string & | name, |
| Processing * | father | ||
| ) | [inline] |
Definition at line 24 of file OutControlPublisher.hxx.
References NULL.
| 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().
| void CLAM::OutControlPublisher::PublishOutControl | ( | OutControl & | out | ) | [inline] |
Definition at line 30 of file OutControlPublisher.hxx.
Referenced by CLAM::MIDIKeyboard::ConcreteConfigure().
1.7.6.1