#include <viewEqualizer.h>


Classes | |
| class | Listener |
Public Member Functions | |
| ViewEqualizer (const ViewEqualizer &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. | |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const ViewEqualizer::Listener &) |
| std::ostream & | operator<< (std::ostream &os, const ViewEqualizer::Listener::Load &) |
Definition at line 41 of file viewEqualizer.h.
| virtual Equalizer* eq::server::ViewEqualizer::clone | ( | ) | const [inline, virtual] |
| virtual void eq::server::ViewEqualizer::toStream | ( | std::ostream & | os | ) | const [inline, virtual] |
Output to a stream.
Implements eq::server::Equalizer.
Definition at line 48 of file viewEqualizer.h.
| void eq::server::ViewEqualizer::attach | ( | Compound * | compound | ) | [virtual] |
Reimplemented from eq::server::Equalizer.
Definition at line 59 of file viewEqualizer.cpp.
| void eq::server::ViewEqualizer::notifyUpdatePre | ( | Compound * | compound, | |
| const uint32_t | frameNumber | |||
| ) | [virtual] |
Reimplemented from eq::server::CompoundListener.
Definition at line 71 of file viewEqualizer.cpp.
References eq::server::Equalizer::getCompound().

| virtual void eq::server::ViewEqualizer::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 58 of file viewEqualizer.h.
| virtual void eq::server::ViewEqualizer::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 60 of file viewEqualizer.h.
0.9 by
1.5.8