KDECore
#include <QtCore/QString>#include <QtCore/QDate>#include <kdecore_export.h>#include "kcalendarsystem.h"#include "klocale.h"Go to the source code of this file.
Classes | |
| class | KLocalizedDate |
Functions | |
| QDataStream & | operator<< (QDataStream &out, const KLocalizedDate &date) |
| QDebug | operator<< (QDebug debug, const KLocalizedDate &date) |
| QDataStream & | operator>> (QDataStream &in, KLocalizedDate &date) |
Function Documentation
◆ operator<<() [1/2]
| QDataStream & operator<< | ( | QDataStream & | out, |
| const KLocalizedDate & | date ) |
Data stream output operator.
- Parameters
-
out the datastream to write to date the date to write to the stream
Definition at line 1156 of file klocalizeddate.cpp.
◆ operator<<() [2/2]
| QDebug operator<< | ( | QDebug | debug, |
| const KLocalizedDate & | date ) |
Debug stream output operator.
- Parameters
-
debug the debug datastream to write to date the date to write to the stream
Definition at line 1158 of file klocalizeddate.cpp.
◆ operator>>()
| QDataStream & operator>> | ( | QDataStream & | in, |
| KLocalizedDate & | date ) |
Data stream input operator.
- Parameters
-
in the datastream to read from date the date to read from the stream
Definition at line 1157 of file klocalizeddate.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.16.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.16.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.