kwave
18.07.70
|
#include "config.h"
#include <math.h>
#include <QString>
#include <KLocalizedString>
#include "libkwave/Functions.h"
#include "libkwave/String.h"
Go to the source code of this file.
Functions | |
static double | rect (double param) |
static double | sin2 (double param) |
static double | sin3 (double param) |
static double | saw (double param) |
static double | sawinv (double param) |
static double | tri (double param) |
static double | zero (double) |
|
static |
Definition at line 29 of file Functions.cpp.
Referenced by Kwave::OverViewWidget::calculateBitmap(), Kwave::SignalView::dragMoveEvent(), Kwave::LevelMeter::drawContents(), Kwave::LevelMeter::drawScale(), Kwave::Functions::FunctionTypesMap::fill(), Kwave::LogoWidget::paintEvent(), Kwave::Splash::paintEvent(), Kwave::FrequencyResponseWidget::paintEvent(), Kwave::CurveWidget::paintEvent(), Kwave::ScaleWidget::paintText(), Kwave::DebugPlugin::screenshot(), and Kwave::Splash::Splash().
|
static |
Definition at line 52 of file Functions.cpp.
Referenced by Kwave::Functions::FunctionTypesMap::fill(), and Kwave::RecordPlugin::split().
|
static |
Definition at line 62 of file Functions.cpp.
Referenced by Kwave::Functions::FunctionTypesMap::fill().
|
static |
Definition at line 38 of file Functions.cpp.
Referenced by Kwave::Functions::FunctionTypesMap::fill().
|
static |
Definition at line 45 of file Functions.cpp.
Referenced by Kwave::Functions::FunctionTypesMap::fill().
|
static |
Definition at line 73 of file Functions.cpp.
Referenced by Kwave::Functions::FunctionTypesMap::fill().
|
static |
Definition at line 83 of file Functions.cpp.
Referenced by Kwave::Functions::function(), Kwave::NoiseDialog::updateDisplay(), and Kwave::WavEncoder::writeInfoChunk().