COOPY » Guide
version 0.6.5
|
#include <DiffRender.h>
Inherited by HighlighterTable, and LightTable.
Public Member Functions | |
virtual int | width () const =0 |
virtual int | height () const =0 |
virtual Cell | get_cell (int x, int y) const =0 |
Definition at line 20 of file DiffRender.h.
virtual Cell coopy::light::Table::get_cell | ( | int | x, |
int | y | ||
) | const [pure virtual] |
Referenced by coopy::light::DiffRender::render().
virtual int coopy::light::Table::height | ( | ) | const [pure virtual] |
Referenced by coopy::light::DiffRender::render().
virtual int coopy::light::Table::width | ( | ) | const [pure virtual] |
Referenced by coopy::light::DiffRender::render().