#include <searchdialog.h>
Signals |
| void | search (const QString &str, bool CaseSensitive, bool wordOnly, bool backward) |
| void | replace (const QString &str, const QString &str2, bool needConfirmed, bool CaseSensitive, bool wordOnly, bool backward) |
Public Member Functions |
| | SearchDialog (QWidget *) |
| | ~SearchDialog () |
| void | initSearch (QWidget *doc, const QString &text, bool replace=false) |
Private Slots |
| void | slotSearch () |
| void | slotDisconnect () |
Private Attributes |
| Ui::SearchDialog * | ui |
| QWidget * | doc |
Detailed Description
Definition at line 33 of file searchdialog.h.
Constructor & Destructor Documentation
Member Function Documentation
| void SearchDialog::replace |
( |
const QString & |
str, |
|
|
const QString & |
str2, |
|
|
bool |
needConfirmed, |
|
|
bool |
CaseSensitive, |
|
|
bool |
wordOnly, |
|
|
bool |
backward |
|
) |
| [signal] |
| void SearchDialog::search |
( |
const QString & |
str, |
|
|
bool |
CaseSensitive, |
|
|
bool |
wordOnly, |
|
|
bool |
backward |
|
) |
| [signal] |
Field Documentation
The documentation for this class was generated from the following files: