kontact
TodoPlugin Class Reference
Inheritance diagram for TodoPlugin:

Detailed Description
Definition at line 34 of file todoplugin.h.
Public Member Functions | |
| TodoPlugin (Kontact::Core *core, const char *name, const QStringList &) | |
| ~TodoPlugin () | |
| virtual bool | createDCOPInterface (const QString &serviceType) |
| virtual bool | isRunningStandalone () |
| int | weight () const |
| bool | canDecodeDrag (QMimeSource *) |
| void | processDropEvent (QDropEvent *) |
| virtual QStringList | invisibleToolbarActions () const |
| virtual Kontact::Summary * | createSummaryWidget (QWidget *parent) |
| void | select () |
| KCalendarIface_stub * | interface () |
Protected Member Functions | |
| KParts::ReadOnlyPart * | createPart () |
Member Function Documentation
|
|
Return, if the plugin can handle the drag object of the given mime type.
Reimplemented from Kontact::Plugin. Definition at line 151 of file todoplugin.cpp. |
|
|
Create the DCOP interface for the given Return false otherwise. Reimplemented from Kontact::Plugin. Definition at line 140 of file todoplugin.cpp. |
|
|
Reimplement and return the part here. Reimplementing createPart() is mandatory! Implements Kontact::Plugin. Definition at line 85 of file todoplugin.cpp. |
|
|
Reimplement this method if you want to add a widget for your application to Kontact's summary page.
Reimplemented from Kontact::Plugin. Definition at line 80 of file todoplugin.cpp. |
|
|
Returns a list of action name which shall be hidden in the main toolbar.
Reimplemented from Kontact::Plugin. Definition at line 103 of file todoplugin.cpp. |
|
|
Reimplement this method and return wether a standalone application is still running This is only required if your part is also available as standalone application.
Reimplemented from Kontact::Plugin. Definition at line 157 of file todoplugin.cpp. |
|
|
Process drop event.
Reimplemented from Kontact::Plugin. Definition at line 162 of file todoplugin.cpp. |
|
|
This function is called when the plugin is selected by the user before the widget of the KPart belonging to the plugin is raised.
Reimplemented from Kontact::Plugin. Definition at line 98 of file todoplugin.cpp. |
|
|
Return the weight of the plugin. The higher the weight the lower it will be displayed in the sidebar. The default implementation returns 0. Reimplemented from Kontact::Plugin. Definition at line 43 of file todoplugin.h. |
The documentation for this class was generated from the following files:

