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

Public Member Functions | |
virtual | ~KScanDialogFactory () |
virtual KScanDialog * | createDialog (QWidget *parent=0, const char *name=0, bool modal=false)=0 |
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.Factory for creating KScanDialogs.You need to reimplement createDialog().
Definition at line 182 of file kscan.h.
Constructor & Destructor Documentation
|
Creates a new KScanDialogFactory.
|
Member Function Documentation
|
Your library should reimplement this method to return your KScanDialog derived dialog.
Referenced by createObject(). |
|
Creates a new instance with the given name.
|
|
Returns the instance.
|
The documentation for this class was generated from the following files: