KDECore
KSystemTimeZoneSourceWindows Class Reference
[Time zone classes]
A class to read and parse the timezone information from the Windows registry. More...
#include <ktimezone_win.h>
Inheritance diagram for KSystemTimeZoneSourceWindows:

Public Member Functions | |
KSystemTimeZoneSourceWindows () | |
KTimeZoneData * | parse (const KTimeZone &zone) const |
Detailed Description
A class to read and parse the timezone information from the Windows registry.
The registry is queried for the currently active and for all available timezones on the system, and those are provided to the KystemTimeZone framework.
Reads and parses the Windows registry timezone information
- See also:
- KSystemTimeZoneWindows, KSystemTimeZoneDataWindows
Definition at line 43 of file ktimezone_win.h.
Constructor & Destructor Documentation
KSystemTimeZoneSourceWindows::KSystemTimeZoneSourceWindows | ( | ) |
Constructs a time zone source.
Definition at line 270 of file ktimezone_win.cpp.
Member Function Documentation
KTimeZoneData * KSystemTimeZoneSourceWindows::parse | ( | const KTimeZone & | zone | ) | const [virtual] |
Retrieves and parses the Windows registry information to extract detailed information for one time zone.
- Parameters:
-
zone the time zone for which data is to be extracted
- Returns:
- a KSystemTimeZoneDataWindows instance containing the parsed data. The caller is responsible for deleting the KTimeZoneData instance. Null is returned on error.
Reimplemented from KSystemTimeZoneSource.
Definition at line 275 of file ktimezone_win.cpp.
The documentation for this class was generated from the following files: