#include <QtCore/QString>#include <QtCore/QDate>#include <kdecore_export.h>#include "kcalendarsystem.h"#include "klocale.h"
Include dependency graph for klocalizeddate.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | KLocalizedDate |
| A class representing a date localized using the local calendar system, language and formats. More... | |
Functions | |
| QDataStream & | operator<< (QDataStream &out, const KLocalizedDate &date) |
| QDebug | operator<< (QDebug debug, const KLocalizedDate &date) |
| QDataStream & | operator>> (QDataStream &in, KLocalizedDate &date) |
Function Documentation
| 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 590 of file klocalizeddate.cpp.
| 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 605 of file klocalizeddate.cpp.
| 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 595 of file klocalizeddate.cpp.
KDE 4.7 API Reference