#include <kscan.h>
Inheritance diagram for KScanDialogFactory:

Public Methods | |
| virtual KScanDialog * | createDialog (QWidget *parent=0, const char *name=0, bool modal=false)=0 |
Protected Methods | |
| virtual QObject * | createObject (QObject *parent=0, const char *name=0, const char *classname="QObject", const QStringList &args=QStringList()) |
| virtual void | virtual_hook (int id, void *data) |
Definition at line 163 of file kscan.h.
|
||||||||||||||||
|
Your library should reimplement this method to return your KScanDialog derived dialog. |
|
||||||||||||||||||||
|
Creates a new object. The returned object has to be derived from the requested classname.
It is valid behavior to create different kinds of objects depending on the requested This function is called by create()
Implements KLibFactory. |
1.2.18