Definition at line 56 of file qcleanlooksstyle.h.
#include <qcleanlooksstyle.h>

Public Member Functions |
|
| QCleanlooksStyle () | |
| ~QCleanlooksStyle () | |
| QPalette | standardPalette () const |
| void | drawPrimitive (PrimitiveElement elem, const QStyleOption *option, QPainter *painter, const QWidget *widget=0) const |
| void | drawControl (ControlElement ce, const QStyleOption *option, QPainter *painter, const QWidget *widget) const |
| int | pixelMetric (PixelMetric metric, const QStyleOption *option=0, const QWidget *widget=0) const |
| void | drawComplexControl (ComplexControl control, const QStyleOptionComplex *option, QPainter *painter, const QWidget *widget) const |
| QRect | subElementRect (SubElement r, const QStyleOption *opt, const QWidget *widget=0) const |
| QSize | sizeFromContents (ContentsType type, const QStyleOption *option, const QSize &size, const QWidget *widget) const |
| SubControl | hitTestComplexControl (ComplexControl cc, const QStyleOptionComplex *opt, const QPoint &pt, const QWidget *w=0) const |
| QRect | subControlRect (ComplexControl cc, const QStyleOptionComplex *opt, SubControl sc, const QWidget *widget) const |
| QPixmap | generatedIconPixmap (QIcon::Mode iconMode, const QPixmap &pixmap, const QStyleOption *opt) const |
| int | styleHint (StyleHint hint, const QStyleOption *option=0, const QWidget *widget=0, QStyleHintReturn *returnData=0) const |
| QRect | itemPixmapRect (const QRect &r, int flags, const QPixmap &pixmap) const |
| QPixmap | standardPixmap (StandardPixmap standardPixmap, const QStyleOption *opt, const QWidget *widget=0) const |
| void | drawItemPixmap (QPainter *painter, const QRect &rect, int alignment, const QPixmap &pixmap) const |
| void | drawItemText (QPainter *painter, const QRect &rect, int flags, const QPalette &pal, bool enabled, const QString &text, QPalette::ColorRole textRole=QPalette::NoRole) const |
| void | polish (QWidget *widget) |
| void | polish (QApplication *app) |
| void | polish (QPalette &pal) |
| void | unpolish (QWidget *widget) |
| void | unpolish (QApplication *app) |
Protected Slots |
|
| QIcon | standardIconImplementation (StandardPixmap standardIcon, const QStyleOption *option, const QWidget *widget=0) const |
Protected Member Functions |
|
| QCleanlooksStyle (QCleanlooksStylePrivate &dd) | |
| QCleanlooksStyle | ( | ) |
| ~QCleanlooksStyle | ( | ) |
| QCleanlooksStyle | ( | QCleanlooksStylePrivate & | dd | ) | [protected] |
| QPalette standardPalette | ( | ) | const [virtual] |
| void drawPrimitive | ( | PrimitiveElement | elem, |
| const QStyleOption * | option, | ||
| QPainter * | painter, | ||
| const QWidget * | widget = 0 |
||
| ) | const [virtual] |
| void drawControl | ( | ControlElement | ce, |
| const QStyleOption * | option, | ||
| QPainter * | painter, | ||
| const QWidget * | widget | ||
| ) | const [virtual] |
| int pixelMetric | ( | PixelMetric | metric, |
| const QStyleOption * | option = 0, |
||
| const QWidget * | widget = 0 |
||
| ) | const [virtual] |
| void drawComplexControl | ( | ComplexControl | control, |
| const QStyleOptionComplex * | option, | ||
| QPainter * | painter, | ||
| const QWidget * | widget | ||
| ) | const [virtual] |
| QRect subElementRect | ( | SubElement | r, |
| const QStyleOption * | opt, | ||
| const QWidget * | widget = 0 |
||
| ) | const [virtual] |
| QSize sizeFromContents | ( | ContentsType | type, |
| const QStyleOption * | option, | ||
| const QSize & | size, | ||
| const QWidget * | widget | ||
| ) | const [virtual] |
| SubControl hitTestComplexControl | ( | ComplexControl | cc, |
| const QStyleOptionComplex * | opt, | ||
| const QPoint & | pt, | ||
| const QWidget * | w = 0 |
||
| ) | const [virtual] |
| QRect subControlRect | ( | ComplexControl | cc, |
| const QStyleOptionComplex * | opt, | ||
| SubControl | sc, | ||
| const QWidget * | widget | ||
| ) | const [virtual] |
| QPixmap generatedIconPixmap | ( | QIcon::Mode | iconMode, |
| const QPixmap & | pixmap, | ||
| const QStyleOption * | opt | ||
| ) | const [virtual] |
| int styleHint | ( | StyleHint | hint, |
| const QStyleOption * | option = 0, |
||
| const QWidget * | widget = 0, |
||
| QStyleHintReturn * | returnData =
0 |
||
| ) | const [virtual] |
| QPixmap standardPixmap | ( | StandardPixmap | standardPixmap, |
| const QStyleOption * | opt, | ||
| const QWidget * | widget = 0 |
||
| ) | const [virtual] |
| void drawItemText | ( | QPainter * | painter, |
| const QRect & | rect, | ||
| int | flags, | ||
| const QPalette & | pal, | ||
| bool | enabled, | ||
| const QString & | text, | ||
| QPalette::ColorRole | textRole =
QPalette::NoRole |
||
| ) | const [virtual] |
| void polish | ( | QWidget * | widget | ) | [virtual] |
| void polish | ( | QApplication * | app | ) | [virtual] |
| void polish | ( | QPalette & | pal | ) | [virtual] |
| void unpolish | ( | QWidget * | widget | ) | [virtual] |
| void unpolish | ( | QApplication * | app | ) | [virtual] |
| QIcon standardIconImplementation | ( | StandardPixmap | standardIcon, |
| const QStyleOption * | option, | ||
| const QWidget * | widget = 0 |
||
| ) | const [protected, slot] |