17 #ifndef KRADIO_RADIOCFGXMLHANDLER_H
18 #define KRADIO_RADIOCFGXMLHANDLER_H
24 #include <QtXml/QtXml>
25 #include <QtCore/QObject>
27 #include "radiostation.h"
45 bool startDocument ();
46 bool startElement (
const QString &ns,
const QString &localname,
47 const QString& qname,
const QXmlAttributes &);
48 bool endElement (
const QString &ns,
const QString &localname,
49 const QString &qname);
50 bool characters (
const QString &ch);
58 void clearNewStation();
79 #define STATION_LIST_FORMAT "kradio-1.0"
const char * StationListInfoCreator
const char * StationListFormat
const char * StationDockingMenuElement
Contains a list of stations, including meta data.
const char * StationListInfo
const char * StationQuickSelectElement
bool wasCompatMode() const
const char * StationListInfoCountry
const char * StationListInfoComments
const char * StationListInfoCity
const StationList & getStations() const
const char * StationListInfoMaintainer
const char * StationListInfoMedia
const char * StationListElement
RadioStation * m_newStation
const char * StationListInfoChanged
const char * KRadioConfigElement
const IErrorLogClient & m_logger