class Control

base class for control dialog extension. More...

Contains pure virtuals
Full nameKDB::Control
Definition#include <control.h>
InheritsKDB::Capability [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

base class for control dialog extension. All plugins that need a specific configuration dialog in the KControl module must provide a subclass of this class.

 Control (const char * name)

 ~Control ()

[virtual]

capability  provides ()

[virtual]

Reimplemented from Capability.

bool  showDialog (KConfigBase *conf = 0L, QWidget *parent = 0L, const char * name = 0L)

[pure virtual]

show a modal configuration dialog for this plugin. The dialog must save its data on the provided config object