#include <OutControlPublisher.hxx>
Public Member Functions | |
OutControlPublisher () | |
OutControlPublisher (const std::string &name, Processing *father) | |
void | PublishOutControl (FloatOutControl &out) |
void | AddLink (InControlBase &in) |
Set a connection with an in control. |
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 | ( | InControlBase & | in | ) | [inline] |
Set a connection with an in control.
Reimplemented from CLAM::OutControlBase.
Definition at line 35 of file OutControlPublisher.hxx.
References CLAM::OutControlBase::AddLink().
void CLAM::OutControlPublisher::PublishOutControl | ( | FloatOutControl & | out | ) | [inline] |
Definition at line 30 of file OutControlPublisher.hxx.