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 (bool value)
 Item (int first, int second)
 Item (const StringList &value)
 Item (const CoverArtList &value)
int toInt () const
bool toBool () const
IntPair toIntPair () const
StringList toStringList () 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 ( bool  value)
TagLib::MP4::Item::Item ( int  first,
int  second 
)
TagLib::MP4::Item::Item ( const StringList value)

Member Function Documentation

Item& TagLib::MP4::Item::operator= ( const Item item)
bool TagLib::MP4::Item::toBool ( ) const
int TagLib::MP4::Item::toInt ( ) const

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