Minsky
minsky::ICell Class Referenceabstract

Cell template parameter duck types this interface. More...

#include <grid.h>

Collaboration diagram for minsky::ICell:
Collaboration graph

Public Member Functions

virtual ~ICell ()=default
 
virtual void show ()=0
 render onto cairo surface More...
 
virtual double width () const =0
 width of cell on canvas More...
 
virtual double height () const =0
 height of cell More...
 

Detailed Description

Cell template parameter duck types this interface.

Definition at line 28 of file grid.h.

Constructor & Destructor Documentation

◆ ~ICell()

virtual minsky::ICell::~ICell ( )
virtualdefault

Member Function Documentation

◆ height()

virtual double minsky::ICell::height ( ) const
pure virtual

height of cell

◆ show()

virtual void minsky::ICell::show ( )
pure virtual

render onto cairo surface

◆ width()

virtual double minsky::ICell::width ( ) const
pure virtual

width of cell on canvas


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