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>
 MessageContentPartList(const MessageContentPart &mcp)
Definition: message-content-part.h:72
MessagePartList bareParts() const 
Definition: message-content-part.h:81
bool isValid() const 
Definition: message-content-part.h:44
MessageContentPartList(const MessagePart &mp)
Definition: message-content-part.h:62
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
MessageContentPartList(const QList< MessageContentPart > &other)
Definition: message-content-part.h:76
MessageContentPartList()
Definition: message-content-part.h:61
MessageContentPartList(const MessagePartList &mps)
Definition: message-content-part.h:66
Definition: build/TelepathyQt/_gen/types.h:2022
Definition: abstract-adaptor.cpp:31
QList< MessagePart > MessagePartList
Definition: build/TelepathyQt/_gen/types.h:2040
MessagePart barePart() const 
Definition: message-content-part.cpp:82
The MessageContentPartList class represents a list of MessageContentPart. 
Definition: message-content-part.h:57