TagLib::MP4::Item Class Reference

#include <mp4item.h>

List of all members.

Classes

struct  IntPair

Public Member Functions

 Item ()
 Item (const Item &item)
Itemoperator= (const Item &item)
 ~Item ()
 Item (int value)
 Item (uchar value)
 Item (uint value)
 Item (long long value)
 Item (bool value)
 Item (int first, int second)
 Item (const StringList &value)
 Item (const ByteVectorList &value)
 Item (const CoverArtList &value)
void setAtomDataType (AtomDataType type)
AtomDataType atomDataType () const
int toInt () const
uchar toByte () const
uint toUInt () const
long long toLongLong () const
bool toBool () const
IntPair toIntPair () const
StringList toStringList () const
ByteVectorList toByteVectorList () const
CoverArtList toCoverArtList () const
bool isValid () const

Constructor & Destructor Documentation

TagLib::MP4::Item::Item ( const Item item)
TagLib::MP4::Item::Item ( int  value)
TagLib::MP4::Item::Item ( long long  value)
TagLib::MP4::Item::Item ( bool  value)
TagLib::MP4::Item::Item ( int  first,
int  second 
)
TagLib::MP4::Item::Item ( const StringList value)

Member Function Documentation

AtomDataType TagLib::MP4::Item::atomDataType ( ) const
Item& TagLib::MP4::Item::operator= ( const Item item)
void TagLib::MP4::Item::setAtomDataType ( AtomDataType  type)
bool TagLib::MP4::Item::toBool ( ) const
int TagLib::MP4::Item::toInt ( ) const
long long TagLib::MP4::Item::toLongLong ( ) const

The documentation for this class was generated from the following file: