Destination-driven scaling. More...
#include <monitorEqualizer.h>


Public Member Functions | |
| MonitorEqualizer (const MonitorEqualizer &from) | |
| virtual Equalizer * | clone () const |
| Create a copy. | |
| virtual void | toStream (std::ostream &os) const |
| Output to a stream. | |
| virtual void | attach (Compound *compound) |
| virtual void | notifyUpdatePre (Compound *compound, const uint32_t frameNumber) |
Protected Member Functions | |
| virtual void | notifyChildAdded (Compound *compound, Compound *child) |
| Notify that the compound has a new child. | |
| virtual void | notifyChildRemove (Compound *compound, Compound *child) |
| Notify that the compound is about to remove a child. | |
Destination-driven scaling.
Definition at line 36 of file monitorEqualizer.h.
| virtual Equalizer* eq::server::MonitorEqualizer::clone | ( | ) | const [inline, virtual] |
| virtual void eq::server::MonitorEqualizer::toStream | ( | std::ostream & | os | ) | const [inline, virtual] |
Output to a stream.
Implements eq::server::Equalizer.
Definition at line 43 of file monitorEqualizer.h.
| void eq::server::MonitorEqualizer::attach | ( | Compound * | compound | ) | [virtual] |
Reimplemented from eq::server::Equalizer.
Definition at line 92 of file monitorEqualizer.cpp.
| void eq::server::MonitorEqualizer::notifyUpdatePre | ( | Compound * | compound, | |
| const uint32_t | frameNumber | |||
| ) | [virtual] |
Reimplemented from eq::server::CompoundListener.
Definition at line 99 of file monitorEqualizer.cpp.
| virtual void eq::server::MonitorEqualizer::notifyChildAdded | ( | Compound * | compound, | |
| Compound * | child | |||
| ) | [inline, protected, virtual] |
Notify that the compound has a new child.
| compound | the parent compound. | |
| child | the child compound. |
Reimplemented from eq::server::Equalizer.
Definition at line 53 of file monitorEqualizer.h.
| virtual void eq::server::MonitorEqualizer::notifyChildRemove | ( | Compound * | compound, | |
| Compound * | child | |||
| ) | [inline, protected, virtual] |
Notify that the compound is about to remove a child.
| compound | the parent compound. | |
| child | the child compound. |
Reimplemented from eq::server::Equalizer.
Definition at line 54 of file monitorEqualizer.h.
0.9.1 by
1.6.1