org.kde.koala
public class KEdReplace extends KDialogBase
Constructor Summary | |
---|---|
protected | KEdReplace(Class dummy) |
KEdReplace(QWidget parent, String name, boolean modal) | |
KEdReplace(QWidget parent, String name) | |
KEdReplace(QWidget parent) | |
KEdReplace() |
Method Summary | |
---|---|
boolean | case_sensitive() |
String | className() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
String | getReplaceText() |
String | getText() |
boolean | get_direction() |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
QMetaObject | metaObject() |
KHistoryCombo | replaceCombo() |
KHistoryCombo | searchCombo() |
void | setText(String arg1) |
protected void | slotCancel() |
protected void | slotClose() |
protected void | slotUser1() |
protected void | slotUser2() |
protected void | slotUser3() |
protected void | textSearchChanged(String arg1) |
Returns: the combobox containing the history of replaces. Can be used to save and restore the history.
UNKNOWN:
Returns: the combobox containing the history of searches. Can be used to save and restore the history.
UNKNOWN: