kio Library API Documentation

KScanDialogFactory Class Reference

A factory for creating a KScanDialog. More...

#include <kscan.h>

Inheritance diagram for KScanDialogFactory:

KLibFactory QObject List of all members.

Public Methods

virtual KScanDialogcreateDialog (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 QObjectcreateObject (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

virtual KScanDialog* KScanDialogFactory::createDialog QWidget   parent = 0,
const char *    name = 0,
bool    modal = false
[pure virtual]
 

Your library should reimplement this method to return your KScanDialog derived dialog.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.0.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Wed Oct 8 12:21:37 2003 by doxygen 1.2.18 written by Dimitri van Heesch, © 1997-2001