wxMaxima
Loading...
Searching...
No Matches
Public Member Functions
WorksheetSearch::StringMatcher Class Referencefinal

Substring search, optionally case-insensitive. More...

#include <WorksheetSearch.h>

Inheritance diagram for WorksheetSearch::StringMatcher:
[legend]
Collaboration diagram for WorksheetSearch::StringMatcher:
[legend]

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.
 

Detailed Description

Substring search, optionally case-insensitive.

Member Function Documentation

◆ FindInEditor()

bool WorksheetSearch::StringMatcher::FindInEditor ( EditorCell editor,
bool  down 
) const
overridevirtual

Search inside an editor, continuing that editor's previous search.

Implements WorksheetSearch::Matcher.

◆ Matches()

bool WorksheetSearch::StringMatcher::Matches ( wxString  text) const
overridevirtual

Does this text contain a match?

Implements WorksheetSearch::Matcher.


The documentation for this class was generated from the following files: