31#include "Configuration.h"
34#define DOCUMENT_VERSION_MAJOR 1
50#define DOCUMENT_VERSION_MINOR 5
54 bool ExportToWXMX(
GroupCell *cells,
const wxString &file,
56 const std::vector<wxString> &variables,
const GroupCell *
const cursorCell = NULL);
This file defines the class GroupCell that bundles input and output in the worksheet.
The storage for pointers to cells.
Definition: CellPointers.h:45
The configuration storage for the current worksheet.
Definition: Configuration.h:85
A cell grouping input (and, if there is one, also the output) cell to a foldable item.
Definition: GroupCell.h:74