AttachmentModifyCommand Class Reference
#include <kmcommands.h>
Inherits KMCommand.
Inherited by KMDeleteAttachmentCommand, and KMEditAttachmentCommand.
Public Member Functions | |
| AttachmentModifyCommand (partNode *node, KMMessage *msg, TQWidget *parent) | |
| AttachmentModifyCommand (int nodeId, KMMessage *msg, TQWidget *parent) | |
Public Member Functions inherited from KMCommand | |
| KMCommand (TQWidget *parent=0) | |
| KMCommand (TQWidget *parent, const TQPtrList< KMMsgBase > &msgList) | |
| KMCommand (TQWidget *parent, KMMsgBase *msgBase) | |
| KMCommand (TQWidget *parent, KMMessage *message) | |
| void | keepFolderOpen (KMFolder *folder) |
| Result | result () |
Protected Member Functions | |
| void | storeChangedMessage (KMMessage *msg) |
| virtual Result | doAttachmentModify ()=0 |
Protected Member Functions inherited from KMCommand | |
| const TQPtrList< KMMessage > | retrievedMsgs () const |
| KMMessage * | retrievedMessage () const |
| TQWidget * | parentWidget () const |
| bool | deletesItself () |
| void | setDeletesItself (bool deletesItself) |
| bool | emitsCompletedItself () |
| void | setEmitsCompletedItself (bool emitsCompletedItself) |
| void | setResult (Result result) |
Protected Attributes | |
| int | mPartIndex |
| TQ_UINT32 | mSernum |
Additional Inherited Members | |
Public Types inherited from KMCommand | |
| enum | Result { Undefined, OK, Canceled, Failed } |
Public Slots inherited from KMCommand | |
| void | start () |
| void | slotProgress (unsigned long done, unsigned long total) |
Signals inherited from KMCommand | |
| void | messagesTransfered (KMCommand::Result result) |
| void | completed (KMCommand *command) |
Detailed Description
Base class for commands modifying attachements of existing messages.
Definition at line 1093 of file kmcommands.h.
The documentation for this class was generated from the following files:

Public Member Functions inherited from