org.kde.koala
public class KOCRDialog extends KDialogBase
UNKNOWN: Base class for OCR Dialogs.
Constructor Summary | |
---|---|
protected | KOCRDialog(Class dummy) |
KOCRDialog(int dialogFace, int buttonMask, QWidget parent, String name, boolean modal)
Constructs the OCR dialog. | |
KOCRDialog(int dialogFace, int buttonMask, QWidget parent, String name) | |
KOCRDialog(int dialogFace, int buttonMask, QWidget parent) | |
KOCRDialog(int dialogFace, int buttonMask) | |
KOCRDialog(int dialogFace) | |
KOCRDialog() |
Method Summary | |
---|---|
String | className() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
static KOCRDialog | getOCRDialog(QWidget parent, String name, boolean modal)
Creates the user's preferred OCR dialog and returns it,
or null if no OCR-support
is available. |
static KOCRDialog | getOCRDialog(QWidget parent, String name) |
static KOCRDialog | getOCRDialog(QWidget parent) |
static KOCRDialog | getOCRDialog() |
protected int | id()
Returns the current id for an image. |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
QMetaObject | metaObject() |
protected int | nextId()
Returns the id for the next image. |
Parameters: dialogFace the KDialogBase.DialogType buttonMask a ORed mask of all buttons (see KDialogBase.ButtonCode) parent the QWidget's parent, or 0 name the name of the QObject, can be 0 modal if true the dialog is model
UNKNOWN: Constructs the OCR dialog.
parent
widget, if you like. If you
don't you have to 'delete' the returned pointer yourself.Parameters: parent the QWidget's parent, or 0 name the name of the QObject, can be 0 modal if true the dialog is model
Returns: the KOCRDialog, or 0 if the function failed
UNKNOWN: Creates the user's preferred OCR dialog and returns it, or 0L if no OCR-support is available.
Returns: the current id for the image
See Also: KOCRDialog KOCRDialog
UNKNOWN: Returns the current id for an image.
Returns: the id for the next image
See Also: KOCRDialog KOCRDialog
UNKNOWN: Returns the id for the next image.