#include <tvdb/series.h>
List of all members.
Detailed Description
- Author:
 - Sebastian Trueg <trueg@kde.org> 
 
Definition at line 47 of file series.h.
Constructor & Destructor Documentation
      
        
          | Tvdb::Series::Series  | 
          ( | 
          const Series &  | 
          other | ) | 
           | 
        
      
 
 
      
        
          | Tvdb::Series::~Series  | 
          ( | 
           | ) | 
           | 
        
      
 
 
Member Function Documentation
      
        
          | bool Tvdb::Series::isValid  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
      
        
          | int Tvdb::Series::id  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
      
        
          | QString Tvdb::Series::imdbId  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
      
        
          | QUrl Tvdb::Series::imdbUrl  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
      
        
          | QString Tvdb::Series::name  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
      
        
          | QString Tvdb::Series::overview  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
      
        
          | QDate Tvdb::Series::firstAired  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
      
        
          | int Tvdb::Series::numSeasons  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
      
        
          | Season Tvdb::Series::operator[]  | 
          ( | 
          int  | 
          number | ) | 
           const | 
        
      
 
Get a Season by its number. 
- Parameters:
 - 
  
    | number | The season number. 0 might be used to group special episodes which do not fit into any regular season.  | 
  
   
 
 
      
        
          | QList<QUrl> Tvdb::Series::bannerUrls  | 
          ( | 
           | ) | 
           const | 
        
      
 
A list of URLs to banner artwork. 
 
 
      
        
          | QList<QUrl> Tvdb::Series::posterUrls  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
The documentation for this class was generated from the following file:
- /home/trueg/kde/dev/kde/src/libtvdb/series.h