|
wxMaxima
|
Substring search, optionally case-insensitive. More...
#include <WorksheetSearch.h>
Public Member Functions | |
| StringMatcher (const wxString &str, bool ignoreCase) | |
| bool | Matches (wxString text) const override |
| Does this text contain a match? | |
| bool | FindInEditor (EditorCell *editor, bool down) const override |
| Search inside an editor, continuing that editor's previous search. | |
Substring search, optionally case-insensitive.
|
overridevirtual |
Search inside an editor, continuing that editor's previous search.
Implements WorksheetSearch::Matcher.
|
overridevirtual |
Does this text contain a match?
Implements WorksheetSearch::Matcher.