Typedefs

header/stshow.h File Reference

#include <QtCore>
#include <QtXml>
Include dependency graph for stshow.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef QPair< int, QDomNode > STEpisode
typedef QPair< int, QMap
< QString, STEpisode > > 
STSeason
typedef QPair< QDomDocument,
QMap< QString, STSeason > > 
STShow

Typedef Documentation

typedef QPair<int, QDomNode> STEpisode

Holds episode information. First pair value is the days until the episode is aired. Second pair value is the episode XML node.

typedef QPair<int, QMap<QString, STEpisode> > STSeason

Holds season information. First pair value is the season number. Second pair value is a map of episodes. The key is the episode ID.

typedef QPair<QDomDocument, QMap<QString, STSeason> > STShow

Holds show information. First pair value is the xml document for the show. Second pair value is a map of seasons. The key is the season ID.