TodayPluginObject Class Reference
A TodayPluginObject is the base for all Today Plugins. base class for today plugins. More...
#include <todayplugininterface.h>
Public Member Functions | |
| virtual QString | pluginName () const=0 |
| The name if the plugin. | |
| virtual double | versionNumber () const=0 |
| Version numbering. | |
| virtual QString | pixmapNameWidget () const=0 |
| virtual QWidget * | widget (QWidget *parent)=0 |
| widget for the today view It _needs_ a parent here. | |
| virtual QString | pixmapNameConfig () const=0 |
| Pixmap used in the config widget. | |
| virtual TodayConfigWidget * | configWidget (QWidget *)=0 |
| Config plugin widget - optional If the plugin has a config widget, it _needs_ a parent here. | |
| virtual QString | appName () const=0 |
| The application that should be assigned to the button (pixmap) Today will show the plugin icon. | |
| virtual bool | excludeFromRefresh () const=0 |
| If the plugin should take part in the periodic refresh. | |
| virtual void | refresh () |
| Refresh that plugins view. | |
| virtual void | reinitialize () |
| reread the plugins config and act apropiate This is for example used when returning from the config dialog | |
Detailed Description
A TodayPluginObject is the base for all Today Plugins. base class for today plugins.A plugin author needs to inherit this class and implement the pure virtual methods
- Author:
- Maximilian Reiss
Definition at line 55 of file todayplugininterface.h.
Member Function Documentation
|
|
The name if the plugin.
|
|
|
Version numbering.
|
|
|
|
|
|
widget for the today view It _needs_ a parent here. Plugin authors need to take parent as parent! |
|
|
Pixmap used in the config widget.
|
|
|
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 |
|
|
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. |
|
|
If the plugin should take part in the periodic refresh.
|
|
|
Refresh that plugins view. For updating the plugins Definition at line 114 of file todayplugininterface.h. |
|
|
reread the plugins config and act apropiate This is for example used when returning from the config dialog
Definition at line 120 of file todayplugininterface.h. |
The documentation for this class was generated from the following file:
