|
Scribus
Open source desktop publishing at your fingertips
|
#include <collapsedtablepainter.h>


Public Member Functions | |
| CollapsedTablePainter (PageItem_Table *table) | |
| Creates a new collapsed table painter configured to paint table. | |
| virtual void | paintTable (ScPainter *p) |
| Paints the table using p and returns the table offset. | |
Public Member Functions inherited from TablePainter | |
| TablePainter (PageItem_Table *table) | |
| Creates a new table painter configured to paint table. | |
| PageItem_Table * | table () const |
| Returns the table this table painter is configured to paint. | |
CollapsedTablePainter is a table painter for painting a table using the collapsed border model.