|
MythTV
0.26-pre
|
#include <videovisualdefs.h>
Public Member Functions | |
| LogScale (int maxscale=0, int maxrange=0) | |
| ~LogScale () | |
| int | scale () const |
| int | range () const |
| void | setMax (int maxscale, int maxrange) |
| int | operator[] (int index) const |
| LogScale (int=0, int=0) | |
| ~LogScale () | |
| int | scale () const |
| int | range () const |
| void | setMax (int, int) |
| int | operator[] (int) |
Private Attributes | |
| int * | indices |
| int | s |
| int | r |
Definition at line 6 of file videovisualdefs.h.
| LogScale::LogScale | ( | int | maxscale = 0, |
| int | maxrange = 0 |
||
| ) | [inline] |
Definition at line 9 of file videovisualdefs.h.
| LogScale::~LogScale | ( | ) | [inline] |
Definition at line 15 of file videovisualdefs.h.
| LogScale::LogScale | ( | int | = 0, |
| int | = 0 |
||
| ) |
| int LogScale::scale | ( | ) | const [inline] |
Definition at line 21 of file videovisualdefs.h.
| int LogScale::range | ( | ) | const [inline] |
Definition at line 22 of file videovisualdefs.h.
Referenced by VideoVisualSpectrum::Draw(), VideoVisualCircles::DrawPriv(), VideoVisualSpectrum::DrawPriv(), VideoVisualSpectrum::Initialise(), VideoVisualCircles::InitialisePriv(), VideoVisualSpectrum::InitialisePriv(), Spectrum::process(), Spectrum::resize(), and setMax().
| void LogScale::setMax | ( | int | maxscale, |
| int | maxrange | ||
| ) | [inline] |
Definition at line 24 of file videovisualdefs.h.
Referenced by VideoVisualSpectrum::Initialise(), LogScale(), and Spectrum::resize().
Definition at line 71 of file videovisualdefs.h.
| int LogScale::scale | ( | ) | const [inline] |
Definition at line 145 of file visualize.h.
| int LogScale::range | ( | ) | const [inline] |
Definition at line 146 of file visualize.h.
| void LogScale::setMax | ( | int | , |
| int | |||
| ) |
Definition at line 135 of file visualize.cpp.
int * LogScale::indices [private] |
Definition at line 78 of file videovisualdefs.h.
Referenced by operator[](), setMax(), and ~LogScale().
int LogScale::s [private] |
Definition at line 79 of file videovisualdefs.h.
int LogScale::r [private] |
Definition at line 79 of file videovisualdefs.h.
1.7.6.1