kmail

KMSaveAttachmentsCommand Class Reference

#include <kmcommands.h>

Inheritance diagram for KMSaveAttachmentsCommand:

List of all members.


Public Member Functions

 KMSaveAttachmentsCommand (QWidget *parent, QPtrList< partNode > &attachments, KMMessage *msg, bool encoded=false)
 KMSaveAttachmentsCommand (QWidget *parent, const QPtrList< KMMsgBase > &msgs)
 KMSaveAttachmentsCommand (QWidget *parent, KMMessage *msg)

Detailed Description

Definition at line 376 of file kmcommands.h.


Constructor & Destructor Documentation

KMSaveAttachmentsCommand::KMSaveAttachmentsCommand ( QWidget parent,
KMMessage msg 
)

Use this to save all attachments of the given message.

Parameters:
parent The parent widget of the command used for message boxes.
msg The message of which the attachments should be saved.

Definition at line 2426 of file kmcommands.cpp.

KMSaveAttachmentsCommand::KMSaveAttachmentsCommand ( QWidget parent,
const QPtrList< KMMsgBase > &  msgs 
)

Use this to save all attachments of the given messages.

Parameters:
parent The parent widget of the command used for message boxes.
msgs The messages of which the attachments should be saved.

Definition at line 2431 of file kmcommands.cpp.

KMSaveAttachmentsCommand::KMSaveAttachmentsCommand ( QWidget parent,
QPtrList< partNode > &  attachments,
KMMessage msg,
bool  encoded = false 
)

Use this to save the specified attachments of the given message.

Parameters:
parent The parent widget of the command used for message boxes.
attachments The attachments that should be saved.
msg The message that the attachments belong to.
encoded True if the transport encoding should not be removed when the attachment is saved.

Definition at line 2436 of file kmcommands.cpp.


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