kmail
AttachmentModifyCommand Class Reference
Base class for commands modifying attachements of existing messages. More...
#include <kmcommands.h>
Inheritance diagram for AttachmentModifyCommand:

| Public Member Functions | |
| AttachmentModifyCommand (partNode *node, KMMessage *msg, QWidget *parent) | |
| ~AttachmentModifyCommand () | |
| Protected Member Functions | |
| virtual Result | doAttachmentModify ()=0 | 
| DwBodyPart * | findPart (KMMessage *msg, int index) | 
| void | storeChangedMessage (KMMessage *msg) | 
| Protected Attributes | |
| int | mPartIndex | 
| Q_UINT32 | mSernum | 
Detailed Description
Base class for commands modifying attachements of existing messages.
Definition at line 1034 of file kmcommands.h.
Constructor & Destructor Documentation
| AttachmentModifyCommand::AttachmentModifyCommand | ( | partNode * | node, | |
| KMMessage * | msg, | |||
| QWidget * | parent | |||
| ) | 
Definition at line 3302 of file kmcommands.cpp.
| AttachmentModifyCommand::~AttachmentModifyCommand | ( | ) | 
Definition at line 3309 of file kmcommands.cpp.
Member Function Documentation
| virtual Result AttachmentModifyCommand::doAttachmentModify | ( | ) |  [protected, pure virtual] | 
Implemented in KMDeleteAttachmentCommand, and KMEditAttachmentCommand.
| DwBodyPart * AttachmentModifyCommand::findPart | ( | KMMessage * | msg, | |
| int | index | |||
| ) |  [protected] | 
Definition at line 3373 of file kmcommands.cpp.
| void AttachmentModifyCommand::storeChangedMessage | ( | KMMessage * | msg | ) |  [protected] | 
Definition at line 3333 of file kmcommands.cpp.
Member Data Documentation
| int AttachmentModifyCommand::mPartIndex  [protected] | 
Definition at line 1047 of file kmcommands.h.
| Q_UINT32 AttachmentModifyCommand::mSernum  [protected] | 
Definition at line 1048 of file kmcommands.h.
The documentation for this class was generated from the following files:

