KHolidays Library
#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
Definition at line 38 of file holidayparserdriverplanold_p.h.
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.
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:
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu May 10 2012 22:17:11 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.