kwave
18.07.70
|
#include <SampleFormat.h>
Public Member Functions | |
Map () | |
virtual | ~Map () Q_DECL_OVERRIDE |
virtual void | fill () Q_DECL_OVERRIDE |
![]() | |
TypesMap () | |
virtual | ~TypesMap () |
virtual void | append (int index, Format data, const QString &name, const QString &description) |
unsigned int | count () const |
int | findFromData (const Format &data) const |
int | findFromName (const QString &name) const |
Format | data (int type) const |
QString | name (int type) const |
QString | description (int type, bool localized) const |
QStringList | allNames () const |
QList< int > | keys () const |
map for translating between index, sample format and name
Definition at line 83 of file SampleFormat.h.
|
explicit |
Constructor
Definition at line 22 of file SampleFormat.cpp.
References fill().
|
virtual |
|
virtual |
fills the list
Implements Kwave::TypesMap< int, Format >.
Definition at line 34 of file SampleFormat.cpp.
References _, Kwave::TypesMap< int, Format >::append(), Kwave::SampleFormat::Double, Kwave::SampleFormat::Float, Kwave::SampleFormat::Signed, and Kwave::SampleFormat::Unsigned.
Referenced by Map().