KEdFind Class Reference
Inheritance diagram for KEdFind:

Signals | |
void | search () |
void | done () |
Public Member Functions | |
KEdFind (QWidget *parent=0, const char *name=0, bool modal=true) | |
~KEdFind () | |
QString | getText () const |
void | setText (QString string) |
void | setCaseSensitive (bool b) |
bool | case_sensitive () const |
void | setDirection (bool b) |
bool | get_direction () const |
KHistoryCombo * | searchCombo () const |
Protected Slots | |
void | slotCancel (void) |
void | slotUser1 (void) |
void | textSearchChanged (const QString &) |
Protected Member Functions | |
virtual void | virtual_hook (int id, void *data) |
Protected Attributes | |
QVButtonGroup * | group |
Properties | |
QString | text |
bool | caseSensitivity |
bool | direction |
Detailed Description
Definition at line 59 of file keditcl.h.
Member Function Documentation
|
Definition at line 799 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 750 of file keditcl2.cpp. References KDialogBase::slotCancel(). Referenced by KEdFind(). |
|
Activated when the User1 button has been clicked.
Reimplemented from KDialogBase. Definition at line 756 of file keditcl2.cpp. |
The documentation for this class was generated from the following files: