libopie API Documentation

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:

Inheritance graph
[legend]
Collaboration diagram for TodayConfigWidget:

Collaboration graph
[legend]
List of all members.

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

TodayConfigWidget::TodayConfigWidget QWidget parent,
const char *  name
[inline]
 

This will construct the widget.

The widget gets deleted once the parent gets deleted as in any Qt application

Parameters:
parent The parent of the widget
name The name of the object

Definition at line 29 of file todayconfigwidget.h.


Member Function Documentation

virtual void TodayConfigWidget::writeConfig  )  [pure virtual]
 

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:
KDE Logo
This file is part of the documentation for OPIE Version 1.1.
Documentation copyright © 1997-2003 the KDE developers. 2003 OPIE developers
Generated on Tue Feb 10 20:25:06 2004 by doxygen 1.3.5 written by Dimitri van Heesch, © 1997-2001