kwave
18.07.70
|
Public Member Functions | |
FunctionTypesMap () | |
virtual void | fill () Q_DECL_OVERRIDE |
![]() | |
TypesMap () | |
virtual | ~TypesMap () |
virtual void | append (unsigned int index, periodic_function_t * data, const QString &name, const QString &description) |
unsigned int | count () const |
unsigned int | findFromData (const periodic_function_t * &data) const |
unsigned int | findFromName (const QString &name) const |
periodic_function_t * | data (unsigned int type) const |
QString | name (unsigned int type) const |
QString | description (unsigned int type, bool localized) const |
QStringList | allNames () const |
QList< unsigned int > | keys () const |
Definition at line 65 of file Functions.h.
|
inlineexplicit |
Constructor
Definition at line 70 of file Functions.h.
References fill().
|
virtual |
fills the types map
Implements Kwave::TypesMap< unsigned int, periodic_function_t * >.
Definition at line 92 of file Functions.cpp.
References _, Kwave::TypesMap< unsigned int, periodic_function_t * >::append(), rect(), saw(), sawinv(), sin2(), sin3(), and tri().
Referenced by FunctionTypesMap().