• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdelibs API Reference
  • KDE Home
  • Contact Us
 

KDECore

  • sources
  • kde-4.14
  • kdelibs
  • kdecore
  • date
ktimezone_win.h
Go to the documentation of this file.
1 /*
2  This file is part of the KDE libraries
3  Copyright (c) 2008 Marc Mutz <mutz@kde.org>, Till Adam <adam@kde.org>
4 
5  This library is free software; you can redistribute it and/or
6  modify it under the terms of the GNU Library General Public
7  License as published by the Free Software Foundation; either
8  version 2 of the License, or (at your option) any later version.
9 
10  This library is distributed in the hope that it will be useful,
11  but WITHOUT ANY WARRANTY; without even the implied warranty of
12  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13  Library General Public License for more details.
14 
15  You should have received a copy of the GNU Library General Public License
16  along with this library; see the file COPYING.LIB. If not, write to
17  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18  Boston, MA 02110-1301, USA.
19 */
20 
21 #ifndef _KTIMEZONE_WINDOWS_H
22 #define _KTIMEZONE_WINDOWS_H
23 
24 #include <kdecore_export.h>
25 
26 #include <ktimezone.h>
27 #include <ksystemtimezone.h>
28 #include <windows.h>
29 
30 class KSystemTimeZoneSourceWindowsPrivate;
31 
43 class KDECORE_EXPORT KSystemTimeZoneSourceWindows : public KSystemTimeZoneSource
44 {
45 public:
49  KSystemTimeZoneSourceWindows();
50 
60  KTimeZoneData* parse(const KTimeZone &zone) const;
61 private:
62  KSystemTimeZoneSourceWindowsPrivate * const d;
63 };
64 
65 
77 class KDECORE_EXPORT KSystemTimeZoneWindows : public KTimeZone //krazy:exclude=dpointer (no d-pointer for KTimeZone derived classes)
78 {
79 public:
87  KSystemTimeZoneWindows(KTimeZoneSource *source, const QString &name);
88 
89  ~KSystemTimeZoneWindows() {}
90 
95  static QStringList listTimeZones();
96 private:
97  // d-pointer is in backend class.
98  // This is a requirement for classes inherited from KTimeZone.
99 };
100 
101 #endif // _KTIMEZONE_WINDOWS_H
102 
kdecore_export.h
KTimeZoneData
Base class for the parsed data returned by a KTimeZoneSource class.
Definition: ktimezone.h:1302
KSystemTimeZoneWindows
The KSystemTimeZoneWindows class represents a time zone defined in the Windows registry.
Definition: ktimezone_win.h:77
ksystemtimezone.h
System time zone functions.
ktimezone.h
Time zone functions.
QString
KSystemTimeZoneSource
A class to read and parse system time zone data.
Definition: ksystemtimezone.h:441
QStringList
KSystemTimeZoneWindows::~KSystemTimeZoneWindows
~KSystemTimeZoneWindows()
Definition: ktimezone_win.h:89
KSystemTimeZoneSourceWindows
A class to read and parse the timezone information from the Windows registry.
Definition: ktimezone_win.h:43
KTimeZone
Base class representing a time zone.
Definition: ktimezone.h:416
KSystemTimeZoneSource::parse
virtual KTimeZoneData * parse(const KTimeZone &zone) const
Extract detailed information for one time zone, via the system time zone library functions.
Definition: ksystemtimezone.cpp:744
KTimeZoneSource
Base class representing a source of time zone information.
Definition: ktimezone.h:1230
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

KDECore

Skip menu "KDECore"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Modules
  • Related Pages

kdelibs API Reference

Skip menu "kdelibs API Reference"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDEWebKit
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUnitConversion
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal