#include <spektrumviz.h>
Public Member Functions | |
| SpektrumViz (mybeat::BeatController *beatController) | |
| virtual | ~SpektrumViz () | 
Protected Member Functions | |
| void | soundProcessingDone () | 
Protected Attributes | |
| mybeat::BeatController * | _beatController | 
| Glib::Timer | m_fps | 
Definition at line 61 of file spektrumviz.h.
| SpektrumViz::SpektrumViz | ( | mybeat::BeatController * | beatController | ) | 
Definition at line 58 of file spektrumviz.cpp.
| SpektrumViz::~SpektrumViz | ( | ) |  [virtual] | 
        
Definition at line 69 of file spektrumviz.cpp.
| void SpektrumViz::soundProcessingDone | ( | ) |  [protected] | 
        
Definition at line 167 of file spektrumviz.cpp.
mybeat::BeatController* SpektrumViz::_beatController [protected] | 
        
Definition at line 76 of file spektrumviz.h.
Glib::Timer SpektrumViz::m_fps [protected] | 
        
Definition at line 77 of file spektrumviz.h.