The HLineRenderer class displays a horizontal rule that spans the width of the page.
Publicly inherits Renderer.
HLineRenderer | ( Canvas* canvas, int clipWidth=???, QObject* parent=???, const char* name=??? ); | |
virtual bool | redraw | ( ); |
virtual void | endOfData | ( ); |
QFrame* | _frame; |
Create a new horizontal renderer. Create a QFrame that will serve as the horizontal line. Use a frame style of Sunken | HLine.
Size the horizontal line to fit within the preferred width.
We don't really have any data, but an implementation is required so that this class isn't abstract.