Tvdb 0.3.0

Tvdb::Season Class Reference

#include <tvdb/season.h>

List of all members.

Public Member Functions

 Season ()
 Season (const Season &other)
 ~Season ()
Seasonoperator= (const Season &other)
int id () const
Series series () const
int seasonNumber () const
int numEpisodes () const
QList< Episodeepisodes () const
Episode operator[] (int number) const

Detailed Description

Author:
Sebastian Trueg <trueg@kde.org>

Definition at line 41 of file season.h.


Constructor & Destructor Documentation

Tvdb::Season::Season ( )
Tvdb::Season::Season ( const Season other)
Tvdb::Season::~Season ( )

Member Function Documentation

Season& Tvdb::Season::operator= ( const Season other)
int Tvdb::Season::id ( ) const
Series Tvdb::Season::series ( ) const
int Tvdb::Season::seasonNumber ( ) const
int Tvdb::Season::numEpisodes ( ) const
QList<Episode> Tvdb::Season::episodes ( ) const
Episode Tvdb::Season::operator[] ( int  number) const

Get an episode by episode number. Be aware that the index starts at 1.


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

Get libtvdb at SourceForge.net. Fast, secure and Free Open Source software downloads
LibTvdb documentation generated by doxygen