HLineRenderer

The HLineRenderer class displays a horizontal rule that spans the width of the page.

Publicly inherits Renderer.

Public Methods

HLineRenderer( Canvas* canvas, int clipWidth=???, QObject* parent=???, const char* name=??? );
virtual boolredraw( );

Public Slots

virtual voidendOfData( );

Private Data Members

QFrame*_frame;

Public Methods Documentation

HLineRenderer ( Canvas* canvas, int clipWidth=???, QObject* parent=???, const char* name=??? );

Create a new horizontal renderer. Create a QFrame that will serve as the horizontal line. Use a frame style of Sunken | HLine.

virtual bool redraw ( );

Size the horizontal line to fit within the preferred width.

Public Slots Documentation

virtual void endOfData ( );

We don't really have any data, but an implementation is required so that this class isn't abstract.


Return to Index.
Automatically generated on Aug 11 23:32