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


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

