wxMaxima
Public Member Functions
CellTypeInfo Class Referenceabstract

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

Detailed Description

A class that carries information about the type of a cell.

Member Function Documentation

◆ GetName()

virtual const wxString& CellTypeInfo::GetName ( ) const
pure virtual

The name of the cell type, e.g.

"FooCell"

Use DEFINE_CELL(FooCell) to define this class, and the Cell::GetInfo() member.


The documentation for this class was generated from the following file: