kabc
picture.h
void setUrl(const QString &url)
Sets a URL for the location of the picture file.
Definition picture.cpp:143
void KABC_DEPRECATED setType(const QString &type)
Sets the type of the picture.
Definition picture.cpp:179
bool isIntern() const
Returns whether the picture is described by a URL (extern) or by the raw data (intern).
Definition picture.cpp:184
void setRawData(const QByteArray &rawData, const QString &type)
Sets the raw data of the picture.
Definition picture.cpp:171
friend QDataStream & operator>>(QDataStream &, Picture &)
Initializes the picture object from the stream.
friend QDataStream & operator<<(QDataStream &, const Picture &)
Serializes the picture object into the stream.
QDataStream & operator<<(QDataStream &stream, const Address &address)
Serializes the address object into the stream.
Definition address.cpp:680
QDataStream & operator>>(QDataStream &stream, Address &address)
Initializes the address object from the stream.
Definition address.cpp:688
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.