|
MythTV master
|
#include <algorithm>#include <cmath>#include <cstdlib>#include <iostream>#include <numbers>#include <QCoreApplication>#include <QPainter>#include <libmythbase/compat.h>#include <libmythbase/mythlogging.h>#include <libmythbase/mythrandom.h>#include <libmythbase/sizetliteral.h>#include "bumpscope.h"#include "mainvisual.h"Go to the source code of this file.
Classes | |
| class | BumpScopeFactory |
Variables | |
| static constexpr float | M_PI_F { std::numbers::pi_v<float> } |
| BumpScopeFactory | BumpScopeFactory |
|
static |
|
staticconstexpr |
Definition at line 172 of file bumpscope.cpp.
Referenced by BumpScope::draw(), and BumpScope::translate().