MythTV
master
|
#include <cmath>
#include <iostream>
#include <QApplication>
#include <QCoreApplication>
#include <QImage>
#include <QPainter>
#include <QDir>
#include <libmyth/mythcontext.h>
#include <libmythbase/mythdbcon.h>
#include <libmythbase/remotefile.h>
#include <libmythbase/sizetliteral.h>
#include <libmythbase/mythdirs.h>
#include <libmythmetadata/musicmetadata.h>
#include <libmythui/mythmainwindow.h>
#include <libmythui/mythuihelper.h>
#include "decoder.h"
#include "inlines.h"
#include "mainvisual.h"
#include "musicplayer.h"
#include "visualize.h"
Go to the source code of this file.
Classes | |
class | StereoScopeFactory |
class | MonoScopeFactory |
class | WaveFormFactory |
class | SpectrogramFactory |
class | SpectrumDetailFactory |
class | SpectrumFactory |
class | SquaresFactory |
class | PianoFactory |
class | AlbumArtFactory |
class | BlankFactory |
Functions | |
template<typename T > | |
T | sq (T a) |
Variables | |
StereoScopeFactory | StereoScopeFactory |
MonoScopeFactory | MonoScopeFactory |
WaveFormFactory | WaveFormFactory |
SpectrogramFactory | SpectrogramFactory |
SpectrumDetailFactory | SpectrumDetailFactory |
SpectrumFactory | SpectrumFactory |
SquaresFactory | SquaresFactory |
PianoFactory | PianoFactory |
static constexpr qint64 | ALBUMARTCYCLETIME { 10 } |
this is the time an image is shown in the albumart visualizer More... | |
AlbumArtFactory | AlbumArtFactory |
BlankFactory | BlankFactory |
T sq | ( | T | a | ) |
Definition at line 1001 of file visualize.cpp.
Referenced by Spectrogram::processUndisplayed(), and Spectrum::processUndisplayed().
|
static |
|
static |
|
static |
|
static |
|
static |
|
staticconstexpr |
this is the time an image is shown in the albumart visualizer
Definition at line 2165 of file visualize.cpp.
Referenced by AlbumArt::needsUpdate().
|
static |
|
static |