org.kde.koala

Class KEdReplace

public class KEdReplace extends KDialogBase

See KEdReplaceSignals for signals emitted by KEdReplace
Constructor Summary
protected KEdReplace(Class dummy)
KEdReplace(QWidget parent, String name, boolean modal)
KEdReplace(QWidget parent, String name)
KEdReplace(QWidget parent)
KEdReplace()
Method Summary
booleancase_sensitive()
StringclassName()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
StringgetReplaceText()
StringgetText()
booleanget_direction()
booleanisDisposed()
Has the wrapped C++ instance been deleted?
QMetaObjectmetaObject()
KHistoryComboreplaceCombo()
KHistoryCombosearchCombo()
voidsetText(String arg1)
protected voidslotCancel()
protected voidslotClose()
protected voidslotUser1()
protected voidslotUser2()
protected voidslotUser3()
protected voidtextSearchChanged(String arg1)

Constructor Detail

KEdReplace

protected KEdReplace(Class dummy)

KEdReplace

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

KEdReplace

public KEdReplace(QWidget parent, String name)

KEdReplace

public KEdReplace(QWidget parent)

KEdReplace

public KEdReplace()

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

getReplaceText

public String getReplaceText()

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()

replaceCombo

public KHistoryCombo replaceCombo()

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

UNKNOWN:

searchCombo

public KHistoryCombo searchCombo()

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

UNKNOWN:

setText

public void setText(String arg1)

slotCancel

protected void slotCancel()

slotClose

protected void slotClose()

slotUser1

protected void slotUser1()

slotUser2

protected void slotUser2()

slotUser3

protected void slotUser3()

textSearchChanged

protected void textSearchChanged(String arg1)