#include </home/clem/local/src/opie/libopie2/opiepim/ui/todayplugininterface.h>
Inheritance diagram for TodayPluginObject:

Public Member Functions | |
| virtual | ~TodayPluginObject () |
| virtual QString | pluginName () const =0 |
| virtual double | versionNumber () const =0 |
| virtual QString | pixmapNameWidget () const =0 |
| virtual QWidget * | widget (QWidget *parent)=0 |
| virtual QString | pixmapNameConfig () const =0 |
| virtual TodayConfigWidget * | configWidget (QWidget *parent)=0 |
| virtual QString | appName () const =0 |
| virtual bool | excludeFromRefresh () const =0 |
| virtual void | refresh () |
| virtual void | reinitialize () |
| virtual | ~TodayPluginObject () |
| virtual QString | pluginName () const =0 |
| virtual double | versionNumber () const =0 |
| virtual QString | pixmapNameWidget () const =0 |
| virtual QWidget * | widget (QWidget *parent)=0 |
| virtual QString | pixmapNameConfig () const =0 |
| virtual TodayConfigWidget * | configWidget (QWidget *)=0 |
| virtual QString | appName () const =0 |
| virtual bool | excludeFromRefresh () const =0 |
| virtual void | refresh () |
| virtual void | reinitialize () |
A TodayPluginObject is the base for all Today Plugins. A plugin author needs to inherit this class and implement the pure virtual methods
Definition at line 55 of file todayplugininterface.h.
|
|
Definition at line 59 of file todayplugininterface.h. |
|
|
Definition at line 59 of file todayplugininterface.h. |
|
|
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. Implemented in AddressBookPlugin, DatebookPlugin, MailPlugin, TodolistPlugin, ExamplePlugin, FortunePlugin, StockTickerPlugin, and WeatherPlugin. |
|
|
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. Implemented in AddressBookPlugin, DatebookPlugin, MailPlugin, TodolistPlugin, ExamplePlugin, FortunePlugin, StockTickerPlugin, and WeatherPlugin. Referenced by Today::loadPluginWidgets(). |
|
|
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 Implemented in AddressBookPlugin, DatebookPlugin, MailPlugin, TodolistPlugin, ExamplePlugin, FortunePlugin, StockTickerPlugin, and WeatherPlugin. |
|
|
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 Implemented in AddressBookPlugin, DatebookPlugin, MailPlugin, TodolistPlugin, ExamplePlugin, FortunePlugin, StockTickerPlugin, and WeatherPlugin. |
|
|
If the plugin should take part in the periodic refresh Implemented in AddressBookPlugin, DatebookPlugin, MailPlugin, TodolistPlugin, ExamplePlugin, FortunePlugin, StockTickerPlugin, and WeatherPlugin. |
|
|
If the plugin should take part in the periodic refresh Implemented in AddressBookPlugin, DatebookPlugin, MailPlugin, TodolistPlugin, ExamplePlugin, FortunePlugin, StockTickerPlugin, and WeatherPlugin. Referenced by Today::loadPluginWidgets(). |
|
|
Pixmap used in the config widget Implemented in AddressBookPlugin, DatebookPlugin, MailPlugin, TodolistPlugin, ExamplePlugin, FortunePlugin, StockTickerPlugin, and WeatherPlugin. |
|
|
Pixmap used in the config widget Implemented in AddressBookPlugin, DatebookPlugin, MailPlugin, TodolistPlugin, ExamplePlugin, FortunePlugin, StockTickerPlugin, and WeatherPlugin. |
|
|
Implemented in AddressBookPlugin, DatebookPlugin, MailPlugin, TodolistPlugin, ExamplePlugin, FortunePlugin, StockTickerPlugin, and WeatherPlugin. |
|
|
Implemented in AddressBookPlugin, DatebookPlugin, MailPlugin, TodolistPlugin, ExamplePlugin, FortunePlugin, StockTickerPlugin, and WeatherPlugin. Referenced by Today::loadPluginWidgets(). |
|
|
The name if the plugin
Implemented in AddressBookPlugin, DatebookPlugin, MailPlugin, TodolistPlugin, ExamplePlugin, FortunePlugin, StockTickerPlugin, and WeatherPlugin. |
|
|
The name if the plugin
Implemented in AddressBookPlugin, DatebookPlugin, MailPlugin, TodolistPlugin, ExamplePlugin, FortunePlugin, StockTickerPlugin, and WeatherPlugin. |
|
|
Refresh that plugins view. For updating the plugins Reimplemented in AddressBookPlugin, DatebookPlugin, MailPlugin, TodolistPlugin, and ExamplePlugin. Definition at line 114 of file todayplugininterface.h. |
|
|
Refresh that plugins view. For updating the plugins Reimplemented in AddressBookPlugin, DatebookPlugin, MailPlugin, TodolistPlugin, and ExamplePlugin. Definition at line 123 of file todayplugininterface.h. |
|
|
reread the plugins config and act apropiate This is for example used when returning from the config dialog Reimplemented in AddressBookPlugin, DatebookPlugin, MailPlugin, TodolistPlugin, and ExamplePlugin. Definition at line 120 of file todayplugininterface.h. |
|
|
reread the plugins config and act apropiate This is for example used when returning from the config dialog Reimplemented in AddressBookPlugin, DatebookPlugin, MailPlugin, TodolistPlugin, and ExamplePlugin. Definition at line 129 of file todayplugininterface.h. |
|
|
Version numbering
Implemented in AddressBookPlugin, DatebookPlugin, MailPlugin, TodolistPlugin, ExamplePlugin, FortunePlugin, StockTickerPlugin, and WeatherPlugin. |
|
|
Version numbering
Implemented in AddressBookPlugin, DatebookPlugin, MailPlugin, TodolistPlugin, ExamplePlugin, FortunePlugin, StockTickerPlugin, and WeatherPlugin. |
|
|
widget for the today view It _needs_ a parent here. Plugin authors need to take parent as parent! Implemented in AddressBookPlugin, DatebookPlugin, MailPlugin, TodolistPlugin, ExamplePlugin, FortunePlugin, StockTickerPlugin, and WeatherPlugin. |
|
|
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.
Implemented in AddressBookPlugin, DatebookPlugin, MailPlugin, TodolistPlugin, ExamplePlugin, FortunePlugin, StockTickerPlugin, and WeatherPlugin. Referenced by Today::loadPluginWidgets(). |
1.4.2