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;
58 public QList<MessageContentPart>
MessageContentPartList(const MessagePart &mp)
Definition: message-content-part.h:62
Definition: abstract-adaptor.cpp:31
Definition: obj-x86_64-linux-gnu/TelepathyQt/_gen/types.h:2013
void append(const T &value)
MessagePartList bareParts() const
Definition: message-content-part.h:81
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
MessageContentPartList()
Definition: message-content-part.h:61
MessageContentPartList(const MessageContentPart &mcp)
Definition: message-content-part.h:72
MessageContentPartList(const MessagePartList &mps)
Definition: message-content-part.h:66
The MessageContentPart class represents a Telepathy message part.
Definition: message-content-part.h:36
bool operator==(const SUSocketAddress &v1, const SUSocketAddress &v2)
Definition: types.cpp:50
MessagePart barePart() const
Definition: message-content-part.cpp:82
bool isValid() const
Definition: message-content-part.h:44