The Cell class allows a VerticalRenderer to be embedded within a table renderer. More...
Publicly inherits VerticalRenderer.
Cell | ( Canvas* canvas, SgmlParser* parser, int clipWidth=???, QObject* parent=???, const char* name=??? ); | |
void | repaint | ( QPainter& p, const Rect& r ); |
~Cell | ( ); |
uint | col; |
uint | colspan; |
uint | row; |
uint | rowspan; |
The Cell class allows a VerticalRenderer to be embedded within a table renderer.
The Cell class adds a few table-specific pieces of data to the vertical renderer class, to help compute the table layout.