KDECore
#include <ktimezone_win.h>
Public Member Functions | |
KSystemTimeZoneSourceWindows () | |
KTimeZoneData * | parse (const KTimeZone &zone) const |
Public Member Functions inherited from KSystemTimeZoneSource | |
KSystemTimeZoneSource () | |
virtual | ~KSystemTimeZoneSource () |
Public Member Functions inherited from KTimeZoneSource | |
KTimeZoneSource () | |
virtual | ~KTimeZoneSource () |
bool | useZoneParse () const |
Additional Inherited Members | |
Static Public Member Functions inherited from KSystemTimeZoneSource | |
static void | endParseBlock () |
static void | startParseBlock () |
Protected Member Functions inherited from KTimeZoneSource | |
KTimeZoneSource (bool useZoneParse) | |
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 512 of file ktimezone_win.cpp.
Member Function Documentation
|
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 517 of file ktimezone_win.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:13 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.