Home
last modified time | relevance | path

Searched refs:isIgnoreCase (Results 1 – 4 of 4) sorted by relevance

/glogg/glogg/src/
H A Dquickfindwidget.cpp
H A Dquickfindwidget.h
/glogg/src/
H A Dquickfindwidget.cpp145 emit patternConfirmed( editQuickFind_->text(), isIgnoreCase() ); in doSearchForward()
158 emit patternConfirmed( editQuickFind_->text(), isIgnoreCase() ); in doSearchBackward()
165 emit patternConfirmed( editQuickFind_->text(), isIgnoreCase() ); in returnHandler()
190 emit patternUpdated( editQuickFind_->text(), isIgnoreCase() ); in textChanged()
209 bool QuickFindWidget::isIgnoreCase() const in isIgnoreCase() function in QuickFindWidget
H A Dquickfindwidget.h93 bool isIgnoreCase() const;