#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, const KLocalizedDate &) |
| QDataStream & | operator>> (QDataStream &in, KLocalizedDate &date) |
Function Documentation
| QDataStream& operator<< | ( | QDataStream & | out, |
| const KLocalizedDate & | date | ||
| ) |
Data stream output operator.
- Parameters:
-
other the date to compare
Definition at line 592 of file klocalizeddate.cpp.
| QDebug operator<< | ( | QDebug | , |
| const KLocalizedDate & | |||
| ) |
Debug stream output operator.
- Parameters:
-
other the date to print
Definition at line 607 of file klocalizeddate.cpp.
| QDataStream& operator>> | ( | QDataStream & | in, |
| KLocalizedDate & | date | ||
| ) |
Data stream input operator.
- Parameters:
-
other the date to compare
Definition at line 597 of file klocalizeddate.cpp.
KDE 4.6 API Reference