23 #ifndef _TelepathyQt_message_content_part_h_HEADER_GUARD_ 24 #define _TelepathyQt_message_content_part_h_HEADER_GUARD_ 26 #ifndef IN_TP_QT_HEADER 27 #error IN_TP_QT_HEADER 30 #include <TelepathyQt/Constants> 31 #include <TelepathyQt/Types> 44 bool isValid()
const {
return mPriv.constData() != 0; }
53 friend struct Private;
54 QSharedDataPointer<Private> mPriv;
58 public QList<MessageContentPart>
bool operator==(const SUSocketAddress &v1, const SUSocketAddress &v2)
Definition: types.cpp:50
MessageContentPartList()
Definition: message-content-part.h:61
QList< MessagePart > MessagePartList
Definition: build/TelepathyQt/_gen/types.h:2068
MessageContentPartList(const MessagePart &mp)
Definition: message-content-part.h:62
bool isValid() const
Definition: message-content-part.h:44
MessageContentPartList(const MessagePartList &mps)
Definition: message-content-part.h:66
The MessageContentPartList class represents a list of MessageContentPart.
Definition: message-content-part.h:57
MessageContentPartList(const QList< MessageContentPart > &other)
Definition: message-content-part.h:76
MessagePartList bareParts() const
Definition: message-content-part.h:81
The MessageContentPart class represents a Telepathy message part.
Definition: message-content-part.h:36
MessagePart barePart() const
Definition: message-content-part.cpp:82
Definition: build/TelepathyQt/_gen/types.h:2049
MessageContentPartList(const MessageContentPart &mcp)
Definition: message-content-part.h:72
Definition: abstract-adaptor.cpp:31