Searched refs:SearchRegexpType (Results 1 – 8 of 8) sorted by relevance
29 enum SearchRegexpType { enum45 SearchRegexpType mainRegexpType() const in mainRegexpType()47 SearchRegexpType quickfindRegexpType() const in quickfindRegexpType()51 void setMainRegexpType( SearchRegexpType type ) in setMainRegexpType()53 void setQuickfindRegexpType( SearchRegexpType type ) in setQuickfindRegexpType()103 SearchRegexpType mainRegexpType_;104 SearchRegexpType quickfindRegexpType_;
62 int getRegexpIndex( SearchRegexpType syntax ) const;63 SearchRegexpType getRegexpTypeFromIndex( int index ) const;
115 int OptionsDialog::getRegexpIndex( SearchRegexpType syntax ) const in getRegexpIndex()132 SearchRegexpType OptionsDialog::getRegexpTypeFromIndex( int index ) const in getRegexpTypeFromIndex()134 SearchRegexpType type; in getRegexpTypeFromIndex()
82 mainRegexpType_ = static_cast<SearchRegexpType>( in retrieveFromStorage()84 quickfindRegexpType_ = static_cast<SearchRegexpType>( in retrieveFromStorage()