wxMaxima
Loading...
Searching...
No Matches
Namespaces | Functions
WorksheetEvalQueue.cpp File Reference

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"
Include dependency graph for WorksheetEvalQueue.cpp:

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].
 

Detailed Description

Implementation of the document-pure evaluation-queue helpers - see WorksheetEvalQueue.h.