kdeui
KEdReplace Class Reference
#include <keditcl.h>
Signals | |
void | done () |
void | find () |
void | replace () |
void | replaceAll () |
Public Member Functions | |
bool | case_sensitive () |
bool | get_direction () |
QString | getReplaceText () |
QString | getText () |
KEdReplace (QWidget *parent=0, const char *name=0, bool modal=true) | |
KHistoryCombo * | replaceCombo () const |
KHistoryCombo * | searchCombo () const |
void | setText (QString) |
~KEdReplace () | |
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.
Constructor & Destructor Documentation
KEdReplace::KEdReplace | ( | QWidget * | parent = 0 , |
|
const char * | name = 0 , |
|||
bool | modal = true | |||
) |
Definition at line 829 of file keditcl2.cpp.
KEdReplace::~KEdReplace | ( | ) |
Definition at line 878 of file keditcl2.cpp.
Member Function Documentation
bool KEdReplace::case_sensitive | ( | ) |
Definition at line 953 of file keditcl2.cpp.
void KEdReplace::done | ( | ) | [signal] |
void KEdReplace::find | ( | ) | [signal] |
bool KEdReplace::get_direction | ( | ) |
Definition at line 959 of file keditcl2.cpp.
QString KEdReplace::getReplaceText | ( | ) |
Definition at line 939 of file keditcl2.cpp.
QString KEdReplace::getText | ( | ) |
Definition at line 933 of file keditcl2.cpp.
void KEdReplace::replace | ( | ) | [signal] |
void KEdReplace::replaceAll | ( | ) | [signal] |
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.
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.
void KEdReplace::setText | ( | QString | string | ) |
Definition at line 946 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.
void KEdReplace::textSearchChanged | ( | const QString & | text | ) | [protected, slot] |
Definition at line 883 of file keditcl2.cpp.
void KEdReplace::virtual_hook | ( | int | id, | |
void * | data | |||
) | [protected, virtual] |
The documentation for this class was generated from the following files: