wxMaxima
Loading...
Searching...
No Matches
WorksheetDocument.cpp File Reference

Implementation of WorksheetDocument's structural edits - see WorksheetDocument.h. More...

#include "WorksheetDocument.h"
#include "WorksheetDocumentView.h"
#include "cells/CellList.h"
#include "cells/GroupCell.h"
Include dependency graph for WorksheetDocument.cpp:

Detailed Description

Implementation of WorksheetDocument's structural edits - see WorksheetDocument.h.

Kept in a .cpp (rather than inline in the header) so the cell-list surgery does not have to be recompiled by every Worksheet.h user.