Public Member Functions |
Protected Slots |
Protected Member Functions |
Protected Attributes |
List of all members
KMMsgPartDialogCompat Class Reference
#include <kmmsgpartdlg.h>
Inheritance diagram for KMMsgPartDialogCompat:
Public Member Functions | |
KMMsgPartDialogCompat (TQWidget *parent=0, const char *caption=0, bool=FALSE) | |
void | setMsgPart (KMMessagePart *msgPart) |
KMMessagePart * | msgPart (void) const |
Public Member Functions inherited from KMMsgPartDialog | |
KMMsgPartDialog (const TQString &caption=TQString(), TQWidget *parent=0, const char *name=0) | |
TQString | mimeType () const |
void | setMimeType (const TQString &type, const TQString &subtype) |
void | setMimeType (const TQString &mimeType) |
void | setMimeTypeList (const TQStringList &mimeTypes) |
void | setSize (TDEIO::filesize_t size, bool estimated=false) |
TQString | fileName () const |
void | setFileName (const TQString &fileName) |
TQString | description () const |
void | setDescription (const TQString &description) |
Encoding | encoding () const |
void | setEncoding (Encoding encoding) |
void | setShownEncodings (int encodings) |
bool | isInline () const |
void | setInline (bool inlined) |
bool | isEncrypted () const |
void | setEncrypted (bool encrypted) |
void | setCanEncrypt (bool enable) |
bool | isSigned () const |
void | setSigned (bool sign) |
void | setCanSign (bool enable) |
Protected Slots | |
void | slotOk () |
Protected Slots inherited from KMMsgPartDialog | |
void | slotMimeTypeChanged (const TQString &mimeType) |
Protected Member Functions | |
void | applyChanges (void) |
Protected Attributes | |
KMMessagePart * | mMsgPart |
Protected Attributes inherited from KMMsgPartDialog | |
KComboBox * | mMimeType |
TQLabel * | mIcon |
TQLabel * | mSize |
TQLineEdit * | mFileName |
TQLineEdit * | mDescription |
TQComboBox * | mEncoding |
TQCheckBox * | mInline |
TQCheckBox * | mEncrypted |
TQCheckBox * | mSigned |
TQStringList | mI18nizedEncodings |
Additional Inherited Members | |
Public Types inherited from KMMsgPartDialog | |
enum | Encoding { None = 0x00 , SevenBit = 0x01 , EightBit = 0x02 , QuotedPrintable = 0x04 , Base64 = 0x08 } |
Detailed Description
The attachment dialog with convenience backward compatible methods.
Definition at line 141 of file kmmsgpartdlg.h.
Member Function Documentation
◆ applyChanges()
|
protected |
Applies changes from the dialog to the message part.
Called when the Ok button is pressed.
Definition at line 377 of file kmmsgpartdlg.cpp.
◆ msgPart()
|
inline |
Returns the (possibly modified) message part.
Definition at line 152 of file kmmsgpartdlg.h.
◆ setMsgPart()
void KMMsgPartDialogCompat::setMsgPart | ( | KMMessagePart * | msgPart | ) |
Display information about this message part.
Definition at line 353 of file kmmsgpartdlg.cpp.
The documentation for this class was generated from the following files: