org.kde.koala
public class KEdFind extends KDialogBase
Constructor Summary | |
---|---|
protected | KEdFind(Class dummy) |
KEdFind(QWidget parent, String name, boolean modal) | |
KEdFind(QWidget parent, String name) | |
KEdFind(QWidget parent) | |
KEdFind() |
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 | getText() |
boolean | get_direction() |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
QMetaObject | metaObject() |
KHistoryCombo | searchCombo() |
void | setCaseSensitive(boolean b) |
void | setDirection(boolean b) |
void | setText(String string) |
protected void | slotCancel() |
protected void | slotUser1() |
protected void | textSearchChanged(String arg1) |
Returns: the combobox containing the history of searches. Can be used to save and restore the history.
UNKNOWN: