|
libKipi
|
#include <qstring.h>#include <qvaluelist.h>#include <qstrlist.h>#include <qasciidict.h>#include <qintdict.h>#include <qptrdict.h>#include <qdict.h>#include <qvaluestack.h>#include <qasciicache.h>#include <qintcache.h>#include <qcache.h>#include <qlist.h>#include <qstack.h>#include <qqueue.h>#include <qvector.h>

Go to the source code of this file.
Classes | |
| class | KDStream |
| Streaming operators for Qt classes. More... | |
Typedefs | |
| typedef KDStream &(* | KDSTREAMFUNC )(KDStream &) |
Functions | |
| KDStream & | endl (KDStream &stream) |
| KDStream & | flush (KDStream &stream) |
| template<class Iterator > | |
| void | KDStream_valueListStream (KDStream &st, Iterator begin, Iterator end) |
| template<class Iterator > | |
| void | KDStream_ptrListStream (KDStream &st, Iterator it, bool doubleDeref) |
| template<class Iterator > | |
| void | KDStream_ptrDictStream (KDStream &st, Iterator it) |
| template<class T > | |
| KDStream & | operator<< (KDStream &st, const QValueList< T > &list) |
| template<class T > | |
| KDStream & | operator<< (KDStream &st, const QList< T > &list) |
| template<class T > | |
| KDStream & | operator<< (KDStream &st, const QArray< T > &array) |
| template<class T > | |
| KDStream & | operator<< (KDStream &st, const QVector< T > &vector) |
| template<class T > | |
| KDStream & | operator<< (KDStream &st, const QStack< T > &stack) |
| template<class T > | |
| KDStream & | operator<< (KDStream &st, const QValueStack< T > &stack) |
| template<class T > | |
| KDStream & | operator<< (KDStream &st, const QAsciiDict< T > &dict) |
| template<class T > | |
| KDStream & | operator<< (KDStream &st, const QIntDict< T > &dict) |
| template<class T > | |
| KDStream & | operator<< (KDStream &st, const QPtrDict< T > &dict) |
| template<class T > | |
| KDStream & | operator<< (KDStream &st, const QDict< T > &dict) |
| template<class T > | |
| KDStream & | operator<< (KDStream &st, const QAsciiCache< T > &cache) |
| template<class T > | |
| KDStream & | operator<< (KDStream &st, const QIntCache< T > &cache) |
| template<class T > | |
| KDStream & | operator<< (KDStream &st, const QCache< T > &cache) |
Writes a line terminator to the stream.
References KDStream::flush().
Referenced by KIPI::Plugin::actionCollection(), KIPI::Interface::addImage(), KIPI::ImageCollectionShared::category(), KIPI::ImageCollectionShared::comment(), KIPI::ImageCollectionShared::date(), KIPI::PluginLoader::loadPlugin(), KDStream::operator<<(), KIPI::ImageCollectionShared::path(), KIPI::PluginLoader::PluginLoader(), KIPI::ImageInfoShared::setTitle(), KIPI::ImageInfoShared::size(), KIPI::ImageInfoShared::time(), KIPI::ImageCollectionShared::uploadPath(), and KIPI::UploadWidget::UploadWidget().

Flushes the output buffers.
References KDStream::flush().
Referenced by KIPI::ImageInfo::toString().

| void KDStream_ptrDictStream | ( | KDStream & | st, |
| Iterator | it | ||
| ) |
Referenced by operator<<().
| void KDStream_ptrListStream | ( | KDStream & | st, |
| Iterator | it, | ||
| bool | doubleDeref | ||
| ) |
Referenced by KDStream::operator<<(), and operator<<().
| void KDStream_valueListStream | ( | KDStream & | st, |
| Iterator | begin, | ||
| Iterator | end | ||
| ) |
Referenced by operator<<().
1.8.5