#include <arthurstyle.h>
Public Member Functions | |
ArthurStyle () | |
void | drawHoverRect (QPainter *painter, const QRect &rect) const |
void | drawPrimitive (PrimitiveElement element, const QStyleOption *option, QPainter *painter, const QWidget *widget=0) const |
void | drawComplexControl (ComplexControl control, const QStyleOptionComplex *option, QPainter *painter, const QWidget *widget) const |
QSize | sizeFromContents (ContentsType type, const QStyleOption *option, const QSize &size, const QWidget *widget) const |
QRect | subElementRect (SubElement element, const QStyleOption *option, const QWidget *widget) const |
QRect | subControlRect (ComplexControl cc, const QStyleOptionComplex *opt, SubControl sc, const QWidget *widget) const |
int | pixelMetric (PixelMetric metric, const QStyleOption *option, const QWidget *widget) const |
void | polish (QPalette &palette) |
void | polish (QWidget *widget) |
void | unpolish (QWidget *widget) |
Definition at line 49 of file arthurstyle.h.
ArthurStyle::ArthurStyle | ( | ) |
Definition at line 70 of file arthurstyle.cpp.
void ArthurStyle::drawComplexControl | ( | ComplexControl | control, | |
const QStyleOptionComplex * | option, | |||
QPainter * | painter, | |||
const QWidget * | widget | |||
) | const |
Definition at line 247 of file arthurstyle.cpp.
void ArthurStyle::drawHoverRect | ( | QPainter * | painter, | |
const QRect & | rect | |||
) | const |
Definition at line 77 of file arthurstyle.cpp.
void ArthurStyle::drawPrimitive | ( | PrimitiveElement | element, | |
const QStyleOption * | option, | |||
QPainter * | painter, | |||
const QWidget * | widget = 0 | |||
) | const |
Definition at line 93 of file arthurstyle.cpp.
int ArthurStyle::pixelMetric | ( | PixelMetric | metric, | |
const QStyleOption * | option, | |||
const QWidget * | widget | |||
) | const |
Definition at line 389 of file arthurstyle.cpp.
void ArthurStyle::polish | ( | QWidget * | widget | ) |
Definition at line 396 of file arthurstyle.cpp.
void ArthurStyle::polish | ( | QPalette & | palette | ) |
Definition at line 430 of file arthurstyle.cpp.
QSize ArthurStyle::sizeFromContents | ( | ContentsType | type, | |
const QStyleOption * | option, | |||
const QSize & | size, | |||
const QWidget * | widget | |||
) | const |
Definition at line 363 of file arthurstyle.cpp.
QRect ArthurStyle::subControlRect | ( | ComplexControl | cc, | |
const QStyleOptionComplex * | opt, | |||
SubControl | sc, | |||
const QWidget * | widget | |||
) | const |
Definition at line 316 of file arthurstyle.cpp.
QRect ArthurStyle::subElementRect | ( | SubElement | element, | |
const QStyleOption * | option, | |||
const QWidget * | widget | |||
) | const |
Definition at line 435 of file arthurstyle.cpp.
void ArthurStyle::unpolish | ( | QWidget * | widget | ) |
Definition at line 421 of file arthurstyle.cpp.