#include <DNSingleVorbisComment.h>
Collaboration diagram for illiminable::Ogg::libVorbisCommentDotNET::DNSingleVorbisComment:
Public Member Functions | |
DNSingleVorbisComment (void) | |
DNSingleVorbisComment (::SingleVorbisComment *inNativeClass) | |
~DNSingleVorbisComment (void) | |
String * | key () |
bool | setKey (String *inKey) |
String * | value () |
bool | setValue (String *inValue) |
String * | toString () |
Int64 | length () |
Protected Attributes | |
::SingleVorbisComment * | mNativeClass |
|
Definition at line 8 of file DNSingleVorbisComment.cpp. References mNativeClass. |
|
Definition at line 14 of file DNSingleVorbisComment.cpp. References mNativeClass. |
|
Definition at line 17 of file DNSingleVorbisComment.cpp. |
|
Definition at line 24 of file DNSingleVorbisComment.cpp. References SingleVorbisComment::key(), and mNativeClass. |
Here is the call graph for this function:
|
Definition at line 48 of file DNSingleVorbisComment.cpp. References SingleVorbisComment::length(), and mNativeClass. |
Here is the call graph for this function:
|
Definition at line 27 of file DNSingleVorbisComment.cpp. References mNativeClass, and SingleVorbisComment::setKey(). |
Here is the call graph for this function:
|
Definition at line 37 of file DNSingleVorbisComment.cpp. References mNativeClass, and SingleVorbisComment::setValue(). |
Here is the call graph for this function:
|
Definition at line 44 of file DNSingleVorbisComment.cpp. References mNativeClass, and SingleVorbisComment::toString(). |
Here is the call graph for this function:
|
Definition at line 34 of file DNSingleVorbisComment.cpp. References mNativeClass, and SingleVorbisComment::value(). |
Here is the call graph for this function:
|
Definition at line 60 of file DNSingleVorbisComment.h. Referenced by DNSingleVorbisComment(), key(), length(), setKey(), setValue(), toString(), and value(). |