• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • tdeio/tdeio
 

tdeio/tdeio

Public Member Functions | Protected Member Functions | List of all members
KScanDialogFactory Class Referenceabstract

#include <kscan.h>

Inherits KLibFactory.

Public Member Functions

virtual KScanDialog * createDialog (TQWidget *parent=0, const char *name=0, bool modal=false)=0
 

Protected Member Functions

 KScanDialogFactory (TQObject *parent=0, const char *name=0)
 
virtual TQObject * createObject (TQObject *parent=0, const char *name=0, const char *classname="TQObject", const TQStringList &args=TQStringList())
 
void setName (const TQCString &instanceName)
 
TDEInstance * instance () const
 
virtual void virtual_hook (int id, void *data)
 

Detailed Description

A factory for creating a KScanDialog.

You need to reimplement createDialog().

Factory for creating KScanDialogs

Definition at line 182 of file kscan.h.

Constructor & Destructor Documentation

◆ KScanDialogFactory()

KScanDialogFactory::KScanDialogFactory ( TQObject *  parent = 0,
const char *  name = 0 
)
protected

Creates a new KScanDialogFactory.

Parameters
parentthe TQWidget's parent, or 0
namethe name of the TQObject, can be 0

Definition at line 110 of file kscan.cpp.

Member Function Documentation

◆ createDialog()

virtual KScanDialog* KScanDialogFactory::createDialog ( TQWidget *  parent = 0,
const char *  name = 0,
bool  modal = false 
)
pure virtual

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

Parameters
parentthe TQWidget's parent, or 0
namethe name of the TQObject, can be 0
modalif true the dialog is model

◆ instance()

TDEInstance* KScanDialogFactory::instance ( ) const
inlineprotected

Returns the instance.

Returns
the TDEInstance

Definition at line 223 of file kscan.h.

◆ setName()

void KScanDialogFactory::setName ( const TQCString &  instanceName)
inlineprotected

Creates a new instance with the given name.

Parameters
instanceNamethe name of the instance

Definition at line 214 of file kscan.h.


The documentation for this class was generated from the following files:
  • kscan.h
  • kscan.cpp

tdeio/tdeio

Skip menu "tdeio/tdeio"
  • Main Page
  • Modules
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

tdeio/tdeio

Skip menu "tdeio/tdeio"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdeio/tdeio by doxygen 1.9.1
This website is maintained by Timothy Pearson.