#include "Cell.h"
#include "CellList.h"
#include "GroupCell.h"
#include "TextCell.h"
#include "VisiblyInvalidCell.h"
#include "stx/unique_cast.hpp"
#include <wx/regex.h>
#include <wx/sstream.h>
#include <wx/xml/xml.h>
This file defines the class Cell
Cell is the base class for all cell- or list-type elements.