TagLib 1.6.1 (TagLib: TagLib::MP4::Item Class Reference)

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 (  ) 

TagLib::MP4::Item::Item ( const Item item  ) 

TagLib::MP4::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  ) 

TagLib::MP4::Item::Item ( const CoverArtList value  ) 


Member Function Documentation

bool TagLib::MP4::Item::isValid (  )  const

Item& TagLib::MP4::Item::operator= ( const Item item  ) 

bool TagLib::MP4::Item::toBool (  )  const

CoverArtList TagLib::MP4::Item::toCoverArtList (  )  const

int TagLib::MP4::Item::toInt (  )  const

IntPair TagLib::MP4::Item::toIntPair (  )  const

StringList TagLib::MP4::Item::toStringList (  )  const


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