21 #ifndef KOMPOSERIFACE_H 22 #define KOMPOSERIFACE_H 24 #include <dcopobject.h> 45 virtual void send( int how) = 0; 50 virtual void addAttachment( const KURL &url, const TQString &comment) = 0; 55 virtual void setBody( const TQString &body ) = 0; 71 const TQByteArray &data, 72 const TQCString &type, 73 const TQCString &subType, 74 const TQCString ¶mAttr, 75 const TQString ¶mValue, 76 const TQCString &contDisp ) = 0; virtual void addAttachment(const KURL &url, const TQString &comment)=0 Add url as attachment with a user-defined comment.
virtual void send(int how)=0 Send message.
virtual void setBody(const TQString &body)=0 Set message body.
DCOP interface for mail composer window.
|