|
wxMaxima
|
Where a search starts: a group plus what the cursor is doing there. More...
#include <WorksheetSearch.h>
Data Fields | |
| GroupCell * | m_group = nullptr |
| The group the search starts in; null = nowhere to search. | |
| bool | m_inEditor = false |
| True if this group's editor holds the cursor or the previous match. | |
| Cell * | m_atCell = nullptr |
| The previously matched prompt or output cell in this group, if any. | |
Where a search starts: a group plus what the cursor is doing there.
At most one of m_inEditor/m_atCell is set - the editor cursor and a cell selection exclude each other.