MythTV master
xmltvparser.h
Go to the documentation of this file.
1#ifndef XMLTVPARSER_H
2#define XMLTVPARSER_H
3
4// Qt headers
5#include <QMap>
6#include <QList>
7#include <QString>
8
9// MythTV
11
12class ProgInfo;
13class QUrl;
14class QDomElement;
15
17{
18 public:
20 bool parseFile(const QString& filename, ChannelInfoList *chanlist,
21 QMap<QString, QList<ProgInfo> > *proglist);
22
23 private:
24 unsigned int m_currentYear {0};
27};
28
29#endif // XMLTVPARSER_H
std::vector< ChannelInfo > ChannelInfoList
Definition: channelinfo.h:131
unsigned int m_currentYear
Definition: xmltvparser.h:24
QString m_tvGrabberPath
Definition: xmltvparser.h:26
bool parseFile(const QString &filename, ChannelInfoList *chanlist, QMap< QString, QList< ProgInfo > > *proglist)
QString m_movieGrabberPath
Definition: xmltvparser.h:25