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


Public Member Functions | |
| 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 Member Functions | |
| KScanDialogFactory (QObject *parent=0, const char *name=0) | |
| virtual QObject * | createObject (QObject *parent=0, const char *name=0, const char *classname="QObject", const QStringList &args=QStringList()) |
| void | setName (const QCString &instanceName) |
| KInstance * | instance () const |
| virtual void | virtual_hook (int id, void *data) |
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:
