|
wxMaxima
|
A search match: the group it is in and the matching part. More...
#include <WorksheetSearch.h>
Public Member Functions | |
| bool | Found () const |
Data Fields | |
| GroupCell * | m_group = nullptr |
| The group holding the match; null if nothing was found. | |
| MatchPart | m_part = MatchPart::Prompt |
| Cell * | m_cell = nullptr |
| The matching prompt or output cell; null for an editor match. | |
| bool | m_wrapped = false |
| True if the search passed the document end and started over. | |
A search match: the group it is in and the matching part.