55 Anime(std::string filename);
63 void load(std::string filename);
78 void save(std::string filename);
117 void setName(std::string _name);
Anime()
Empty constructor.
unsigned int getSeasonCount()
Returns the number of seasons.
void save()
Methode to save an anfo file.
void load(std::string filename)
Methode to load an anfo file.
void setCoverName(std::string _coverName)
Sets the name of the cover file.
std::string getName() const
Returns the name of the anime.
std::list< Season > & getSeasonList()
Returns a list with the seasons.
std::string coverName
The name of the cover file (for example 'cover.jpg')
void setSecondName(std::string _secondName)
Sets the second name of the anime.
std::string name
The name of the anime.
void setName(std::string _name)
Sets the name of the anime.
std::string getSecondName() const
Returns the second name of the anime.
std::string getCoverName() const
Returns the name of the cover file.
std::list< Season > seasons
The seasons/specials/ova's of the anime.
std::string secondName
An alternative name, the japanese name for example.