#include </home/clem/local/src/opie/core/pim/today/plugins/datebook/datebookplugin.h>
Inheritance diagram for DatebookPlugin:


Public Member Functions | |
| DatebookPlugin () | |
| ~DatebookPlugin () | |
| QString | pluginName () const |
| double | versionNumber () const |
| QString | pixmapNameWidget () const |
| QWidget * | widget (QWidget *) |
| QString | pixmapNameConfig () const |
| TodayConfigWidget * | configWidget (QWidget *) |
| QString | appName () const |
| bool | excludeFromRefresh () const |
| void | refresh () |
| void | reinitialize () |
Private Attributes | |
| DatebookPluginWidget * | m_widget |
|
|
Definition at line 21 of file datebookplugin.cpp. |
|
|
Definition at line 24 of file datebookplugin.cpp. |
|
|
The application that should be assigned to the button (pixmap) Today will show the plugin icon. On click it tries to execute the plugin related application. Implements TodayPluginObject. Definition at line 52 of file datebookplugin.cpp. |
|
|
Config plugin widget - optional If the plugin has a config widget, it _needs_ a parent here. may return 0 if no config widget is needed Note: Always create a new Widget on this call and ownership is transfered Implements TodayPluginObject. Definition at line 48 of file datebookplugin.cpp. |
|
|
If the plugin should take part in the periodic refresh Implements TodayPluginObject. Definition at line 56 of file datebookplugin.cpp. |
|
|
Pixmap used in the config widget Implements TodayPluginObject. Definition at line 44 of file datebookplugin.cpp. |
|
|
Implements TodayPluginObject. Definition at line 35 of file datebookplugin.cpp. |
|
|
The name if the plugin
Implements TodayPluginObject. Definition at line 27 of file datebookplugin.cpp. References tr. |
|
|
Refresh that plugins view. For updating the plugins Reimplemented from TodayPluginObject. Definition at line 60 of file datebookplugin.cpp. References m_widget, and DatebookPluginWidget::refresh(). |
|
|
reread the plugins config and act apropiate This is for example used when returning from the config dialog Reimplemented from TodayPluginObject. Definition at line 66 of file datebookplugin.cpp. References m_widget, and DatebookPluginWidget::reinitialize(). |
|
|
Version numbering
Implements TodayPluginObject. Definition at line 31 of file datebookplugin.cpp. |
|
|
widget for the today view It _needs_ a parent here. Plugin authors need to take parent as parent! Note that you always need to create a new QWidget on this call and the ownership is transfered to the caller.
Implements TodayPluginObject. Definition at line 39 of file datebookplugin.cpp. References m_widget. |
|
|
Definition at line 43 of file datebookplugin.h. Referenced by refresh(), reinitialize(), and widget(). |
1.4.2