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

Regular-expression search. More...

#include <WorksheetSearch.h>

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

Public Member Functions

 RegexMatcher (const wxString &pattern)
 
bool IsValid () const
 False if the pattern did not compile; searching would find nothing.
 
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

Regular-expression search.

Member Function Documentation

◆ FindInEditor()

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

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

Implements WorksheetSearch::Matcher.

◆ Matches()

bool WorksheetSearch::RegexMatcher::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: