Scribus
Open source desktop publishing at your fingertips
TablePainter Class Referenceabstract

#include <tablepainter.h>

Inheritance diagram for TablePainter:

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_Tabletable () const
 Returns the table this table painter is configured to paint.
 

Detailed Description

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().


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