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>
 
MessagePartList bareParts() const 
Definition: message-content-part.h:81
bool operator==(const SUSocketAddress &v1, const SUSocketAddress &v2)
Definition: types.cpp:50
MessageContentPartList(const MessageContentPart &mcp)
Definition: message-content-part.h:72
MessageContentPartList(const MessagePartList &mps)
Definition: message-content-part.h:66
MessagePart barePart() const 
Definition: message-content-part.cpp:82
MessageContentPartList(const MessagePart &mp)
Definition: message-content-part.h:62
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
QList< MessagePart > MessagePartList
Definition: build/TelepathyQt/_gen/types.h:2031
The MessageContentPart class represents a Telepathy message part. 
Definition: message-content-part.h:36
bool isValid() const 
Definition: message-content-part.h:44
Definition: build/TelepathyQt/_gen/types.h:2013