Home
last modified time | relevance | path

Searched refs:ignoreCase (Results 1 – 12 of 12) sorted by relevance

/glogg/glogg/src/
H A Dfilterset.cpp
H A Dfilterset.h
H A Dquickfindpattern.cpp
H A Dquickfindpattern.h
H A Dfiltersdialog.cpp
H A Dcrawlerwidget.cpp
/glogg/src/
H A Dfilterset.cpp30 QRegularExpression::PatternOptions getPatternOptions( bool ignoreCase ) in getPatternOptions() argument
36 if ( ignoreCase ) { in getPatternOptions()
46 Filter::Filter(const QString& pattern, bool ignoreCase, in Filter() argument
48 regexp_( pattern, getPatternOptions( ignoreCase ) ), in Filter()
66 bool Filter::ignoreCase() const in ignoreCase() function in Filter
71 void Filter::setIgnoreCase( bool ignoreCase ) in setIgnoreCase() argument
73 regexp_.setPatternOptions( getPatternOptions( ignoreCase ) ); in setIgnoreCase()
H A Dfilterset.h36 Filter(const QString& pattern, bool ignoreCase,
44 bool ignoreCase() const;
45 void setIgnoreCase( bool ignoreCase );
H A Dquickfindpattern.cpp60 void QuickFindPattern::changeSearchPattern( const QString& pattern, bool ignoreCase ) in changeSearchPattern() argument
66 if ( ignoreCase ) in changeSearchPattern()
H A Dquickfindpattern.h59 void changeSearchPattern( const QString& pattern, bool ignoreCase );
H A Dfiltersdialog.cpp179 ignoreCaseCheckBox->setChecked( currentFilter.ignoreCase() ); in updatePropertyFields()
H A Dcrawlerwidget.cpp72 bool ignoreCase() const { return ignore_case_; } in ignoreCase() function in CrawlerWidgetContext
251 ignoreCaseCheck->setCheckState( context.ignoreCase() ? Qt::Checked : Qt::Unchecked ); in doSetViewContext()