Classes | |
class | AttributePrivate |
Functions | |
Attribute (const Attribute &attr) | |
Attribute (const String &name, bool value) | |
Attribute (const String &name, unsigned short value) | |
Attribute (const String &name, unsigned long long value) | |
Attribute (const String &name, unsigned int value) | |
Attribute (const String &name, const ByteVector &value) | |
Attribute (const String &name, const String &value) | |
Attribute (WMA::File &file) | |
Attribute () | |
String | name () const |
bool | parse (WMA::File &f) |
ByteVector | render () const |
ByteVector | toByteVector () const |
int | toInt () const |
long long | toLongLong () const |
String | toString () const |
WMA::Attribute::AttributeTypes | type () const |
~Attribute () |
WMA::Attribute::Attribute | ( | const Attribute & | attr | ) |
Definition at line 105 of file wmaattribute.cpp.
WMA::Attribute::Attribute | ( | const String & | name, | |
bool | value | |||
) |
Definition at line 97 of file wmaattribute.cpp.
WMA::Attribute::Attribute | ( | const String & | name, | |
unsigned short | value | |||
) |
Definition at line 89 of file wmaattribute.cpp.
WMA::Attribute::Attribute | ( | const String & | name, | |
unsigned long long | value | |||
) |
Definition at line 81 of file wmaattribute.cpp.
WMA::Attribute::Attribute | ( | const String & | name, | |
unsigned int | value | |||
) |
Definition at line 73 of file wmaattribute.cpp.
WMA::Attribute::Attribute | ( | const String & | name, | |
const ByteVector & | value | |||
) |
Definition at line 65 of file wmaattribute.cpp.
WMA::Attribute::Attribute | ( | const String & | name, | |
const String & | value | |||
) |
Definition at line 57 of file wmaattribute.cpp.
WMA::Attribute::Attribute | ( | WMA::File & | file | ) |
Definition at line 51 of file wmaattribute.cpp.
References parse().
Here is the call graph for this function:
WMA::Attribute::Attribute | ( | ) |
Definition at line 44 of file wmaattribute.cpp.
String WMA::Attribute::name | ( | ) | const |
Definition at line 116 of file wmaattribute.cpp.
Referenced by File::save().
Here is the caller graph for this function:
bool WMA::Attribute::parse | ( | WMA::File & | f | ) |
Definition at line 149 of file wmaattribute.cpp.
Referenced by Attribute().
Here is the caller graph for this function:
ByteVector WMA::Attribute::render | ( | ) | const |
Definition at line 186 of file wmaattribute.cpp.
ByteVector WMA::Attribute::toByteVector | ( | ) | const |
Definition at line 131 of file wmaattribute.cpp.
int WMA::Attribute::toInt | ( | ) | const |
Definition at line 136 of file wmaattribute.cpp.
long long WMA::Attribute::toLongLong | ( | ) | const |
Definition at line 144 of file wmaattribute.cpp.
String WMA::Attribute::toString | ( | ) | const |
Definition at line 126 of file wmaattribute.cpp.
WMA::Attribute::AttributeTypes WMA::Attribute::type | ( | ) | const |
Definition at line 121 of file wmaattribute.cpp.
WMA::Attribute::~Attribute | ( | ) |
Definition at line 110 of file wmaattribute.cpp.