![]() |
Scribus
Open source desktop publishing at your fingertips
|
#include <tablepainter.h>
Public Member Functions | |
TablePainter (PageItem_Table *table) | |
Creates a new table painter configured to paint table. | |
virtual void | paintTable (ScPainter *p)=0 |
Paints the table using p. | |
PageItem_Table * | table () const |
Returns the table this table painter is configured to paint. | |
The TablePainter class is an abstract base class for table painters.
Table painters are responsible for painting a PageItem_Table. Subclasses must implement the pure virtual function paintTable().