KEdReplace Class Reference
Inheritance diagram for KEdReplace:

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) |
Detailed Description
Definition at line 109 of file keditcl.h.
Member Function Documentation
|
Definition at line 964 of file keditcl2.cpp. |
|
Definition at line 969 of file keditcl2.cpp. |
|
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. References KDialogBase::slotCancel(). Referenced by slotClose(). |
|
Activated when the Close button has been clicked. The QDialog::reject() is activated. Reimplemented from KDialogBase. Definition at line 899 of file keditcl2.cpp. References slotCancel(). |
|
Activated when the User1 button has been clicked.
Reimplemented from KDialogBase. Definition at line 904 of file keditcl2.cpp. |
|
Activated when the User2 button has been clicked.
Reimplemented from KDialogBase. Definition at line 914 of file keditcl2.cpp. |
|
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: