KDECore
KSystemTimeZoneWindows Class Reference
[Time zone classes]
The KSystemTimeZoneWindows class represents a time zone defined in the Windows registry. More...
#include <ktimezone_win.h>
Inheritance diagram for KSystemTimeZoneWindows:

Public Member Functions | |
KSystemTimeZoneWindows (KTimeZoneSource *source, const QString &name) | |
~KSystemTimeZoneWindows () | |
Static Public Member Functions | |
static QStringList | listTimeZones () |
Detailed Description
The KSystemTimeZoneWindows class represents a time zone defined in the Windows registry.
It works in partnership with the KSystemTimeZoneSourceWindows class which reads and parses the time zone definitions from the Windows registry.
Represents a time zone defined in the Windows registry
- See also:
- KSystemTimeZoneBackendWindows, KSystemTimeZoneSourceWindows, KSystemTimeZoneDataWindows
Definition at line 77 of file ktimezone_win.h.
Constructor & Destructor Documentation
KSystemTimeZoneWindows::KSystemTimeZoneWindows | ( | KTimeZoneSource * | source, | |
const QString & | name | |||
) |
Creates a time zone.
- Parameters:
-
source Windows registry reader and parser name time zone's unique name, which must be the tzfile path relative to the location specified for source
Definition at line 467 of file ktimezone_win.cpp.
KSystemTimeZoneWindows::~KSystemTimeZoneWindows | ( | ) | [inline] |
Definition at line 89 of file ktimezone_win.h.
Member Function Documentation
QStringList KSystemTimeZoneWindows::listTimeZones | ( | ) | [static] |
Static helper method that lists all availalbe timezones on the system as per the information in the Windows registry.
Definition at line 471 of file ktimezone_win.cpp.
The documentation for this class was generated from the following files: