KDECore
ktzfiletimezone.h
Go to the documentation of this file.
50 class KDECORE_EXPORT KTzfileTimeZone : public KTimeZone //krazy:exclude=dpointer (no d-pointer for KTimeZone derived classes)
89 class KDECORE_EXPORT KTzfileTimeZoneBackend : public KTimeZoneBackend //krazy:exclude=dpointer (non-const d-pointer for KTimeZoneBackend-derived classes)
Base class for the parsed data returned by a KTimeZoneSource class.
Definition: ktimezone.h:1303
Base class representing a source of time zone information.
Definition: ktimezone.h:1231
bool parse() const
Extracts time zone detail information for this time zone from the source database.
Definition: ktimezone.cpp:784
QByteArray type() const
Returns the class name of the data represented by this instance.
Definition: ktimezone.cpp:639
virtual bool hasTransitions() const
Return whether daylight saving transitions are available for the time zone.
Definition: ktimezone.cpp:702
Parsed data from tzfile(5) time zone definition files.
Definition: ktzfiletimezone.h:186
KTzfileTimeZoneData & operator=(const KTzfileTimeZoneData &)
Definition: ktzfiletimezone.cpp:117
virtual bool hasTransitions() const
Return whether daylight saving transitions are available for the time zone.
Definition: ktzfiletimezone.cpp:128
virtual KTimeZoneData * clone() const
Creates a new copy of this object.
Definition: ktzfiletimezone.cpp:123
virtual ~KTzfileTimeZoneData()
Definition: ktzfiletimezone.cpp:112
A class to read and parse tzfile time zone definition files.
Definition: ktzfiletimezone.h:139
The KTzfileTimeZone class represents a time zone defined in tzfile(5) format.
Definition: ktzfiletimezone.h:51
Time zone functions.
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Feb 3 2022 00:00:00 by doxygen 1.9.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Feb 3 2022 00:00:00 by doxygen 1.9.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.