wxMaxima
|
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. | |
GroupCell * | FirstError () const |
The first GroupCell with error that is still in the list. | |
GroupCell * | LastError () const |
The last GroupCell with errors in the list. | |
void | Clear () |
Empty the list of GroupCells with errors. | |
A list of editor cells containing error messages.