#include <audioinput.h>
Public Member Functions | |
RenderArea (QWidget *parent=0) | |
void | setLevel (const QList< AudioInfo::Level > &levels) |
Protected Member Functions | |
void | paintEvent (QPaintEvent *event) |
Private Attributes | |
QQueue< AudioInfo::Level > | m_levels |
Static Private Attributes | |
static int | STEP = 150 |
Definition at line 127 of file audioinput.h.
RenderArea::RenderArea | ( | QWidget * | parent = 0 | ) |
Definition at line 386 of file audioinput.cpp.
void RenderArea::paintEvent | ( | QPaintEvent * | event | ) | [protected] |
Definition at line 400 of file audioinput.cpp.
void RenderArea::setLevel | ( | const QList< AudioInfo::Level > & | levels | ) |
Definition at line 430 of file audioinput.cpp.
QQueue<AudioInfo::Level> RenderArea::m_levels [private] |
Definition at line 140 of file audioinput.h.
int RenderArea::STEP = 150 [static, private] |
Definition at line 142 of file audioinput.h.