org.kde.koala

Class KEdFind

public class KEdFind extends KDialogBase

See KEdFindSignals for signals emitted by KEdFind
Constructor Summary
protected KEdFind(Class dummy)
KEdFind(QWidget parent, String name, boolean modal)
KEdFind(QWidget parent, String name)
KEdFind(QWidget parent)
KEdFind()
Method Summary
booleancase_sensitive()
StringclassName()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
StringgetText()
booleanget_direction()
booleanisDisposed()
Has the wrapped C++ instance been deleted?
QMetaObjectmetaObject()
KHistoryCombosearchCombo()
voidsetCaseSensitive(boolean b)
voidsetDirection(boolean b)
voidsetText(String string)
protected voidslotCancel()
protected voidslotUser1()
protected voidtextSearchChanged(String arg1)

Constructor Detail

KEdFind

protected KEdFind(Class dummy)

KEdFind

public KEdFind(QWidget parent, String name, boolean modal)

KEdFind

public KEdFind(QWidget parent, String name)

KEdFind

public KEdFind(QWidget parent)

KEdFind

public KEdFind()

Method Detail

case_sensitive

public boolean case_sensitive()

className

public String className()

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

finalize

protected void finalize()
Deletes the wrapped C++ instance

getText

public String getText()

get_direction

public boolean get_direction()

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

metaObject

public QMetaObject metaObject()

searchCombo

public KHistoryCombo searchCombo()

Returns: the combobox containing the history of searches. Can be used to save and restore the history.

UNKNOWN:

setCaseSensitive

public void setCaseSensitive(boolean b)

setDirection

public void setDirection(boolean b)

setText

public void setText(String string)

slotCancel

protected void slotCancel()

slotUser1

protected void slotUser1()

textSearchChanged

protected void textSearchChanged(String arg1)