wxMaxima
Loading...
Searching...
No Matches
Data Fields
WorksheetSearch::SearchStart Struct Reference

Where a search starts: a group plus what the cursor is doing there. More...

#include <WorksheetSearch.h>

Collaboration diagram for WorksheetSearch::SearchStart:
[legend]

Data Fields

GroupCellm_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.
 
Cellm_atCell = nullptr
 The previously matched prompt or output cell in this group, if any.
 

Detailed Description

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.


The documentation for this struct was generated from the following file: