kio
KOCRDialogFactory Class Reference
A factory for creating a KOCRDialog. 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 |
virtual | ~KOCRDialogFactory () |
Protected Member Functions | |
virtual QObject * | createObject (QObject *parent=0, const char *name=0, const char *className="QObject", const QStringList &args=QStringList()) |
KInstance * | instance () const |
KOCRDialogFactory (QObject *parent=0, const char *name=0) | |
void | setName (const QCString &instanceName) |
virtual void | virtual_hook (int id, void *data) |
Detailed Description
A factory for creating a KOCRDialog.You need to reimplement createDialog(). Factory for creating KScanDialogs
Definition at line 318 of file kscan.h.
Constructor & Destructor Documentation
KOCRDialogFactory::KOCRDialogFactory | ( | QObject * | parent = 0 , |
|
const char * | name = 0 | |||
) | [protected] |
Creates a new KScanDialogFactory.
- Parameters:
-
parent the QWidget's parent, or 0 name the name of the QObject, can be 0
Member Function Documentation
virtual KOCRDialog* KOCRDialogFactory::createDialog | ( | QWidget * | parent = 0 , |
|
const char * | name = 0 , |
|||
bool | modal = false | |||
) | [pure virtual] |
Your library should reimplement this method to return your KOCRDialog derived dialog.
- Parameters:
-
parent the QWidget's parent, or 0 name the name of the QObject, can be 0 modal if true the dialog is model
QObject * KOCRDialogFactory::createObject | ( | QObject * | parent = 0 , |
|
const char * | name = 0 , |
|||
const char * | className = "QObject" , |
|||
const QStringList & | args = QStringList() | |||
) | [protected, virtual] |
KInstance* KOCRDialogFactory::instance | ( | ) | const [inline, protected] |
void KOCRDialogFactory::setName | ( | const QCString & | instanceName | ) | [inline, protected] |
void KOCRDialogFactory::virtual_hook | ( | int | id, | |
void * | data | |||
) | [protected, virtual] |
The documentation for this class was generated from the following files: