wxMaxima
|
A class that carries information about the type of a cell. More...
#include <Cell.h>
Public Member Functions | |
virtual const wxString & | GetName () const =0 |
The name of the cell type, e.g. | |
A class that carries information about the type of a cell.
|
pure virtual |
The name of the cell type, e.g.
"FooCell"
Use DEFINE_CELL(FooCell) to define this class, and the Cell::GetInfo() member.