TodayConfigWidget Class Reference
A base class for all Today Config Widgets. base class of all today config widgets. More...
#include <todayconfigwidget.h>
Inheritance diagram for TodayConfigWidget:


Public Member Functions | |
| TodayConfigWidget (QWidget *parent, const char *name) | |
| This will construct the widget. | |
| virtual void | writeConfig ()=0 |
| Plugins need to reimplement this in the config widget Used when the config dialog is closed to write config stuff. | |
Detailed Description
A base class for all Today Config Widgets. base class of all today config widgets.This will let a Today plugin to add the possibility of configuration. Plugins need to inherit from this class and need to implement the pure virtual method to control configuration. The Plugin should read its configuration during creation of the Widget
- Author:
- Maximilian Reiß
Definition at line 17 of file todayconfigwidget.h.
Constructor & Destructor Documentation
|
||||||||||||
|
This will construct the widget. The widget gets deleted once the parent gets deleted as in any Qt application
Definition at line 29 of file todayconfigwidget.h. |
Member Function Documentation
|
|
Plugins need to reimplement this in the config widget Used when the config dialog is closed to write config stuff.
|
The documentation for this class was generated from the following file:
