AttachmentModifyCommand Class Referenceabstract
#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) | |
Protected Member Functions | |
| void | storeChangedMessage (KMMessage *msg) |
| virtual Result | doAttachmentModify ()=0 |
Protected Attributes | |
| int | mPartIndex |
| TQ_UINT32 | mSernum |
Detailed Description
Base class for commands modifying attachements of existing messages.
Definition at line 1091 of file kmcommands.h.
Constructor & Destructor Documentation
◆ AttachmentModifyCommand() [1/2]
| AttachmentModifyCommand::AttachmentModifyCommand | ( | partNode * | node, |
| KMMessage * | msg, | ||
| TQWidget * | parent | ||
| ) |
Definition at line 3366 of file kmcommands.cpp.
◆ AttachmentModifyCommand() [2/2]
| AttachmentModifyCommand::AttachmentModifyCommand | ( | int | nodeId, |
| KMMessage * | msg, | ||
| TQWidget * | parent | ||
| ) |
Definition at line 3373 of file kmcommands.cpp.
◆ ~AttachmentModifyCommand()
| AttachmentModifyCommand::~AttachmentModifyCommand | ( | ) |
Definition at line 3380 of file kmcommands.cpp.
Member Function Documentation
◆ storeChangedMessage()
|
protected |
Definition at line 3404 of file kmcommands.cpp.
Member Data Documentation
◆ mPartIndex
|
protected |
Definition at line 1105 of file kmcommands.h.
◆ mSernum
|
protected |
Definition at line 1106 of file kmcommands.h.
The documentation for this class was generated from the following files:
