KEdReplace Class Reference
Inheritance diagram for KEdReplace:

Detailed Description
Definition at line 109 of file keditcl.h.
Signals | |
void | replace () |
void | find () |
void | replaceAll () |
void | done () |
Public Member Functions | |
KEdReplace (QWidget *parent=0, const char *name=0, bool modal=true) | |
~KEdReplace () | |
QString | getText () |
QString | getReplaceText () |
void | setText (QString) |
KHistoryCombo * | searchCombo () const |
KHistoryCombo * | replaceCombo () const |
bool | case_sensitive () |
bool | get_direction () |
Protected Slots | |
void | slotCancel (void) |
void | slotClose (void) |
void | slotUser1 (void) |
void | slotUser2 (void) |
void | slotUser3 (void) |
void | textSearchChanged (const QString &) |
Protected Member Functions | |
virtual void | virtual_hook (int id, void *data) |
Member Function Documentation
KHistoryCombo * KEdReplace::searchCombo | ( | ) | const |
- Returns:
- the combobox containing the history of searches.
Can be used to save and restore the history.
Definition at line 964 of file keditcl2.cpp.
KHistoryCombo * KEdReplace::replaceCombo | ( | ) | const |
- Returns:
- the combobox containing the history of replaces.
Can be used to save and restore the history.
Definition at line 969 of file keditcl2.cpp.
void KEdReplace::slotCancel | ( | void | ) | [protected, virtual, slot] |
Activated when the Cancel button has been clicked.
The QDialog::reject() is activated in regular mode and QDialog::done( Cancel ) when in message box mode.
Reimplemented from KDialogBase.
Definition at line 891 of file keditcl2.cpp.
void KEdReplace::slotClose | ( | void | ) | [protected, virtual, slot] |
Activated when the Close button has been clicked.
The QDialog::reject() is activated.
Reimplemented from KDialogBase.
Definition at line 899 of file keditcl2.cpp.
void KEdReplace::slotUser1 | ( | void | ) | [protected, virtual, slot] |
Activated when the User1 button has been clicked.
Reimplemented from KDialogBase.
Definition at line 904 of file keditcl2.cpp.
void KEdReplace::slotUser2 | ( | void | ) | [protected, virtual, slot] |
Activated when the User2 button has been clicked.
Reimplemented from KDialogBase.
Definition at line 914 of file keditcl2.cpp.
void KEdReplace::slotUser3 | ( | void | ) | [protected, virtual, slot] |
Activated when the User3 button has been clicked.
Reimplemented from KDialogBase.
Definition at line 923 of file keditcl2.cpp.
The documentation for this class was generated from the following files: