wxMaxima
Public Member Functions
CellPointers::ErrorList Class Reference

A list of editor cells containing error messages. More...

#include <CellPointers.h>

Public Member Functions

bool Empty () const
 Is the list of errors empty?
 
void Remove (GroupCell *cell)
 Remove one specific GroupCell from the list of errors.
 
bool Contains (GroupCell *cell) const
 Does the list of GroupCell with errors contain cell?
 
void Add (GroupCell *cell)
 Mark this GroupCell as containing errors.
 
GroupCellFirstError () const
 The first GroupCell with error that is still in the list.
 
GroupCellLastError () const
 The last GroupCell with errors in the list.
 
void Clear ()
 Empty the list of GroupCells with errors.
 

Detailed Description

A list of editor cells containing error messages.


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