#include <holidayparserdriverplanold_p.h>

Public Member Functions | |
HolidayParserDriverPlanOld (const QString &planFilename) | |
~HolidayParserDriverPlanOld () | |
void | error (const QString &errorMessage) |
Protected Member Functions | |
void | parse () |
void | parseMetadata () |
Detailed Description
HolidayParserDriverPlanOld implementation class.
Implements the standard driver interface for parsing Plan holiday files as used from KDE 4.0 to KDE SC 4.4. Mostly kept for reference and parallel testing.
Private, for internal use only
Constructor & Destructor Documentation
HolidayParserDriverPlanOld::HolidayParserDriverPlanOld | ( | const QString & | planFilename | ) |
Constructor of old Plan file parser driver.
- Parameters:
-
filePath full path to holiday file
Definition at line 56 of file holidayparserdriverplanold.cpp.
HolidayParserDriverPlanOld::~HolidayParserDriverPlanOld | ( | ) |
Destructor.
Definition at line 62 of file holidayparserdriverplanold.cpp.
Member Function Documentation
void HolidayParserDriverPlanOld::error | ( | const QString & | errorMessage | ) | [virtual] |
Standard error message handling.
- Parameters:
-
errorMessage error message to log
Reimplemented from KHolidays::HolidayParserDriver.
Definition at line 66 of file holidayparserdriverplanold.cpp.
void HolidayParserDriverPlanOld::parse | ( | ) | [protected, virtual] |
Actually parse the file, old plan format implementation.
Reimplemented from KHolidays::HolidayParserDriver.
Definition at line 71 of file holidayparserdriverplanold.cpp.
void HolidayParserDriverPlanOld::parseMetadata | ( | ) | [protected, virtual] |
Parse the file for metadata only and populate the metadata variables.
Reimplemented from KHolidays::HolidayParserDriver.
Definition at line 115 of file holidayparserdriverplanold.cpp.
The documentation for this class was generated from the following files: