kmail

KMMsgPartDialogCompat Class Reference

The attachment dialog with convenience backward compatible methods. More...

#include <kmmsgpartdlg.h>

Inheritance diagram for KMMsgPartDialogCompat:

List of all members.


Public Member Functions

 KMMsgPartDialogCompat (QWidget *parent=0, const char *caption=0, bool=FALSE)
KMMessagePartmsgPart (void) const
void setMsgPart (KMMessagePart *msgPart)
virtual ~KMMsgPartDialogCompat ()

Protected Slots

void slotOk ()

Protected Member Functions

void applyChanges (void)

Protected Attributes

KMMessagePartmMsgPart

Detailed Description

The attachment dialog with convenience backward compatible methods.

Author:
Marc Mutz <mutz@kde.org>

Definition at line 140 of file kmmsgpartdlg.h.


Constructor & Destructor Documentation

KMMsgPartDialogCompat::KMMsgPartDialogCompat ( QWidget parent = 0,
const char *  caption = 0,
bool  readOnly = FALSE 
)

Definition at line 334 of file kmmsgpartdlg.cpp.

KMMsgPartDialogCompat::~KMMsgPartDialogCompat (  )  [virtual]

Definition at line 351 of file kmmsgpartdlg.cpp.


Member Function Documentation

void KMMsgPartDialogCompat::applyChanges ( void   )  [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.

KMMessagePart* KMMsgPartDialogCompat::msgPart ( void   )  const [inline]

Returns the (possibly modified) message part.

Definition at line 150 of file kmmsgpartdlg.h.

void KMMsgPartDialogCompat::setMsgPart ( KMMessagePart msgPart  ) 

Display information about this message part.

Definition at line 353 of file kmmsgpartdlg.cpp.

void KMMsgPartDialogCompat::slotOk (  )  [protected, slot]

Definition at line 444 of file kmmsgpartdlg.cpp.


Member Data Documentation

Definition at line 160 of file kmmsgpartdlg.h.


The documentation for this class was generated from the following files: