QtiPlot
0.9.8.2
|
Find/Replace dialog. More...
#include <FindReplaceDialog.h>
Public Member Functions | |
FindReplaceDialog (ScriptEdit *editor, bool replace=false, QWidget *parent=0, Qt::WFlags fl=0) | |
Protected Slots | |
bool | find (bool previous=false) |
bool | findPrevious () |
Protected Member Functions | |
void | replace () |
void | replaceAll () |
Private Member Functions | |
QTextDocument::FindFlags | searchFlags () |
Private Attributes | |
QCheckBox * | boxCaseSensitive |
QComboBox * | boxFind |
QComboBox * | boxReplace |
QCheckBox * | boxWholeWords |
QPushButton * | buttonCancel |
QPushButton * | buttonNext |
QPushButton * | buttonPrevious |
QPushButton * | buttonReplace |
QPushButton * | buttonReplaceAll |
ScriptEdit * | d_editor |
Find/Replace dialog.
FindReplaceDialog::FindReplaceDialog | ( | ScriptEdit * | editor, |
bool | replace = false , |
||
QWidget * | parent = 0 , |
||
Qt::WFlags | fl = 0 |
||
) |
References boxCaseSensitive, boxFind, boxReplace, boxWholeWords, buttonCancel, buttonNext, buttonPrevious, buttonReplace, buttonReplaceAll, find(), findPrevious(), replace(), and replaceAll().
|
protectedslot |
References boxFind, d_editor, ScriptEdit::find(), and searchFlags().
Referenced by findPrevious(), FindReplaceDialog(), and replace().
|
inlineprotectedslot |
References find(), replace(), and replaceAll().
Referenced by FindReplaceDialog().
|
protected |
References boxFind, boxReplace, d_editor, and find().
Referenced by findPrevious(), and FindReplaceDialog().
|
protected |
References boxFind, boxReplace, d_editor, and searchFlags().
Referenced by findPrevious(), and FindReplaceDialog().
|
private |
References boxCaseSensitive, and boxWholeWords.
Referenced by find(), and replaceAll().
|
private |
Referenced by FindReplaceDialog(), and searchFlags().
|
private |
Referenced by find(), FindReplaceDialog(), replace(), and replaceAll().
|
private |
Referenced by FindReplaceDialog(), replace(), and replaceAll().
|
private |
Referenced by FindReplaceDialog(), and searchFlags().
|
private |
Referenced by FindReplaceDialog().
|
private |
Referenced by FindReplaceDialog().
|
private |
Referenced by FindReplaceDialog().
|
private |
Referenced by FindReplaceDialog().
|
private |
Referenced by FindReplaceDialog().
|
private |
Referenced by find(), replace(), and replaceAll().