#include </home/clem/local/src/opie/noncore/todayplugins/fortune/fortuneplugin.h>
Inheritance diagram for FortunePlugin:


Public Member Functions | |
| FortunePlugin () | |
| ~FortunePlugin () | |
| QString | pluginName () const |
| double | versionNumber () const |
| QString | pixmapNameWidget () const |
| QWidget * | widget (QWidget *) |
| QString | pixmapNameConfig () const |
| TodayConfigWidget * | configWidget (QWidget *) |
| QString | appName () const |
| bool | excludeFromRefresh () const |
|
|
Definition at line 23 of file fortuneplugin.cpp. |
|
|
Definition at line 27 of file fortuneplugin.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 62 of file fortuneplugin.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 56 of file fortuneplugin.cpp. References l. |
|
|
If the plugin should take part in the periodic refresh Implements TodayPluginObject. Definition at line 68 of file fortuneplugin.cpp. |
|
|
Pixmap used in the config widget Implements TodayPluginObject. Definition at line 51 of file fortuneplugin.cpp. |
|
|
Implements TodayPluginObject. Definition at line 41 of file fortuneplugin.cpp. |
|
|
The name if the plugin
Implements TodayPluginObject. Definition at line 31 of file fortuneplugin.cpp. References tr. |
|
|
Version numbering
Implements TodayPluginObject. Definition at line 36 of file fortuneplugin.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 46 of file fortuneplugin.cpp. |
1.4.2