|
wxMaxima
|
Implementation of the document-pure evaluation-queue helpers - see WorksheetEvalQueue.h. More...
#include "WorksheetEvalQueue.h"#include "EvaluationQueue.h"#include "cells/EditorCell.h"#include "cells/GroupCell.h"Namespaces | |
| namespace | WorksheetEvalQueue |
| The document-pure "add cells to the evaluation queue" helpers. | |
Functions | |
| bool | WorksheetEvalQueue::ShouldEnqueue (const GroupCell &cell) |
| Is this group cell eligible for evaluation? | |
| void | WorksheetEvalQueue::Enqueue (GroupCell &cell, EvaluationQueue &queue) |
| Append one group cell to the queue if it is eligible. | |
| void | WorksheetEvalQueue::EnqueueRange (GroupCell *start, const GroupCell *end, EvaluationQueue &queue) |
| Enqueue every eligible cell in the inclusive range [start, end]. | |
Implementation of the document-pure evaluation-queue helpers - see WorksheetEvalQueue.h.