|
void | userCursorPositionChanged () |
|
|
void | findNext (QString expr, bool regExpr, bool caseSensitive, bool wholeWord, bool wrap, bool forward=true, bool isQuickSeach=false) |
|
void | replaceSelection (QString expr, QString replace) |
|
void | replaceAll (QString expr, QString replace, bool regExpr, bool caseSensitive, bool wholeWord, bool findInSel) |
|
|
| DialogReplace (QWidget *parent=0) |
|
void | setData (const QString &defaultText, const bool &rowSelected) |
|
|
virtual void | closeEvent (QCloseEvent *event) |
|
|
void | on_pushButtonFindNext_clicked () |
|
void | on_pushButtonReplace_clicked () |
|
void | on_pushButtonReplaceAll_clicked () |
|
void | on_pushButtonExpand_clicked () |
|
void | on_checkBoxReplaceWith_clicked () |
|
|
void | comboBoxAddItem (const QString &text, QComboBox *comboBox) |
|
int | comboBoxGetIndex (const QString &text, QComboBox *comboBox) const |
|
void | setRegularMode (const bool isRegularMode) |
|
|
Ui::DialogReplace | ui |
|
QCompleter * | m_pCompleter |
|
The documentation for this class was generated from the following files:
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/Qitom/ui/dialogReplace.h
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/Qitom/ui/dialogReplace.cpp