klocalizeddate.cpp File Reference
Include dependency graph for klocalizeddate.cpp:

Go to the source code of this file.
Functions | |
| QDataStream & | operator<< (QDataStream &out, const KLocalizedDate &date) |
| QDebug | operator<< (QDebug dbg, const KLocalizedDate &date) |
| 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