kdeui
KEdFind Class Reference
#include <keditcl.h>
Signals | |
void | done () |
void | search () |
Public Member Functions | |
bool | case_sensitive () const |
bool | get_direction () const |
QString | getText () const |
KEdFind (QWidget *parent=0, const char *name=0, bool modal=true) | |
KHistoryCombo * | searchCombo () const |
void | setCaseSensitive (bool b) |
void | setDirection (bool b) |
void | setText (QString string) |
~KEdFind () | |
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 | |
bool | caseSensitivity |
bool | direction |
QString | text |
Detailed Description
Definition at line 59 of file keditcl.h.
Constructor & Destructor Documentation
KEdFind::KEdFind | ( | QWidget * | parent = 0 , |
|
const char * | name = 0 , |
|||
bool | modal = true | |||
) |
Definition at line 699 of file keditcl2.cpp.
KEdFind::~KEdFind | ( | ) |
Definition at line 740 of file keditcl2.cpp.
Member Function Documentation
bool KEdFind::case_sensitive | ( | ) | const |
Definition at line 784 of file keditcl2.cpp.
void KEdFind::done | ( | ) | [signal] |
bool KEdFind::get_direction | ( | ) | const |
Definition at line 794 of file keditcl2.cpp.
QString KEdFind::getText | ( | ) | const |
Definition at line 766 of file keditcl2.cpp.
void KEdFind::search | ( | ) | [signal] |
KHistoryCombo * KEdFind::searchCombo | ( | ) | const |
- Returns:
- the combobox containing the history of searches. Can be used to save and restore the history.
Definition at line 799 of file keditcl2.cpp.
void KEdFind::setCaseSensitive | ( | bool | b | ) |
Definition at line 779 of file keditcl2.cpp.
void KEdFind::setDirection | ( | bool | b | ) |
Definition at line 789 of file keditcl2.cpp.
void KEdFind::setText | ( | QString | string | ) |
Definition at line 773 of file keditcl2.cpp.
void KEdFind::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 750 of file keditcl2.cpp.
void KEdFind::slotUser1 | ( | void | ) | [protected, virtual, slot] |
Activated when the User1 button has been clicked.
Reimplemented from KDialogBase.
Definition at line 756 of file keditcl2.cpp.
void KEdFind::textSearchChanged | ( | const QString & | text | ) | [protected, slot] |
Definition at line 745 of file keditcl2.cpp.
void KEdFind::virtual_hook | ( | int | id, | |
void * | data | |||
) | [protected, virtual] |
Member Data Documentation
QVButtonGroup* KEdFind::group [protected] |
Property Documentation
The documentation for this class was generated from the following files: