libkdepim
Komposer::Plugin Class Reference
Inheritance diagram for Komposer::Plugin:

Detailed Description
Definition at line 32 of file plugin.h.
Signals | |
| void | statusMessage (const QString &) |
| void | readyForUnload () |
Public Member Functions | |
| virtual | ~Plugin () |
Protected Slots | |
| virtual void | startedComposing () |
| virtual void | sendClicked () |
| virtual void | quitClicked () |
| virtual void | aboutToUnload () |
Protected Member Functions | |
| Core * | core () const |
| Plugin (QObject *parent, const char *name, const QStringList &args=QStringList()) | |
Friends | |
| class | PluginManager |
Member Function Documentation
|
|
Called after the quit button has been pressed.
Definition at line 60 of file plugin.cpp. |
|
|
Called after the send button has been pressed and before the message has been sent.
Definition at line 55 of file plugin.cpp. |
|
|
Called when a new message is created.
Definition at line 50 of file plugin.cpp. |
The documentation for this class was generated from the following files:

