Publicly inherits Renderer.
StyleRenderer | ( const QFont& font, const QColor& color, const QString& url, int spaceWidth, int ascent, Canvas* canvas, int clipWidth=???, QObject* parent=???, const char* name=??? ); | |
const QFont& | font | ( ); |
void | repaint | ( QPainter& p, const Rect& r ); |
int | spaceWidth | ( ); |
~StyleRenderer | ( ); |
int | _ascent; |
QColor | _color; |
QFont | _font; |
int | _spaceWidth; |
QString | _url; |