KScanDialogFactory Class Reference
A factory for creating a KScanDialog. More...
#include <kscan.h>
Inheritance diagram for KScanDialogFactory:

Public Methods | |
virtual KScanDialog * | createDialog (QWidget *parent=0, const char *name=0, bool modal=false)=0 |
Your library should reimplement this method to return your KScanDialog derived dialog. | |
Protected Methods | |
virtual QObject * | createObject (QObject *parent=0, const char *name=0, const char *classname="QObject", const QStringList &args=QStringList()) |
Detailed Description
A factory for creating a KScanDialog.You need to reimplement createDialog().
Definition at line 163 of file kscan.h.
Member Function Documentation
|
Your library should reimplement this method to return your KScanDialog derived dialog.
|
The documentation for this class was generated from the following files: