Definition at line 65 of file qs60style.h.
#include <qs60style.h>

Public Member Functions |
|
| QS60Style () | |
| ~QS60Style () | |
| void | drawComplexControl (ComplexControl control, const QStyleOptionComplex *option, QPainter *painter, const QWidget *widget=0) const |
| void | drawControl (ControlElement element, const QStyleOption *option, QPainter *painter, const QWidget *widget=0) const |
| void | drawPrimitive (PrimitiveElement element, const QStyleOption *option, QPainter *painter, const QWidget *widget=0) const |
| int | pixelMetric (PixelMetric metric, const QStyleOption *option=0, const QWidget *widget=0) const |
| QSize | sizeFromContents (ContentsType ct, const QStyleOption *opt, const QSize &contentsSize, const QWidget *w=0) const |
| int | styleHint (StyleHint sh, const QStyleOption *opt=0, const QWidget *w=0, QStyleHintReturn *shret=0) const |
| QRect | subControlRect (ComplexControl control, const QStyleOptionComplex *option, SubControl scontrol, const QWidget *widget=0) const |
| QRect | subElementRect (SubElement element, const QStyleOption *opt, const QWidget *widget=0) const |
| void | polish (QWidget *widget) |
| void | unpolish (QWidget *widget) |
| void | polish (QApplication *application) |
| void | unpolish (QApplication *application) |
| bool | event (QEvent *e) |
| void | setS60Theme (const QHash< QString, QPicture > &parts, const QHash< QPair< QString, int >, QColor > &colors) |
| bool | loadS60ThemeFromBlob (const QString &blobFile) |
| bool | saveS60ThemeToBlob (const QString &blobFile) const |
Static Public Member Functions |
|
| static QStringList | partKeys () |
| static QStringList | colorListKeys () |
Protected Slots |
|
| QIcon | standardIconImplementation (StandardPixmap standardIcon, const QStyleOption *option=0, const QWidget *widget=0) const |
Protected Member Functions |
|
| void | timerEvent (QTimerEvent *event) |
| bool | eventFilter (QObject *o, QEvent *e) |
Friends |
|
| class | QStyleFactory |
| class | QApplicationPrivate |
| QS60Style | ( | ) |
| ~QS60Style | ( | ) |
| void drawComplexControl | ( | ComplexControl | control, |
| const QStyleOptionComplex * | option, | ||
| QPainter * | painter, | ||
| const QWidget * | widget = 0 |
||
| ) | const [virtual] |
Reimplemented from QCommonStyle.
| void drawControl | ( | ControlElement | element, |
| const QStyleOption * | option, | ||
| QPainter * | painter, | ||
| const QWidget * | widget = 0 |
||
| ) | const [virtual] |
Reimplemented from QCommonStyle.
| void drawPrimitive | ( | PrimitiveElement | element, |
| const QStyleOption * | option, | ||
| QPainter * | painter, | ||
| const QWidget * | widget = 0 |
||
| ) | const [virtual] |
Reimplemented from QCommonStyle.
| int pixelMetric | ( | PixelMetric | metric, |
| const QStyleOption * | option = 0, |
||
| const QWidget * | widget = 0 |
||
| ) | const [virtual] |
Reimplemented from QCommonStyle.
| QSize sizeFromContents | ( | ContentsType | ct, |
| const QStyleOption * | opt, | ||
| const QSize & | contentsSize, | ||
| const QWidget * | w = 0 |
||
| ) | const [virtual] |
Reimplemented from QCommonStyle.
| int styleHint | ( | StyleHint | sh, |
| const QStyleOption * | opt = 0, |
||
| const QWidget * | w = 0, |
||
| QStyleHintReturn * | shret = 0 |
||
| ) | const [virtual] |
Reimplemented from QCommonStyle.
| QRect subControlRect | ( | ComplexControl | control, |
| const QStyleOptionComplex * | option, | ||
| SubControl | scontrol, | ||
| const QWidget * | widget = 0 |
||
| ) | const [virtual] |
Reimplemented from QCommonStyle.
| QRect subElementRect | ( | SubElement | element, |
| const QStyleOption * | opt, | ||
| const QWidget * | widget = 0 |
||
| ) | const [virtual] |
Reimplemented from QCommonStyle.
| void polish | ( | QWidget * | widget | ) | [virtual] |
Reimplemented from QCommonStyle.
| void unpolish | ( | QWidget * | widget | ) | [virtual] |
Reimplemented from QCommonStyle.
| void polish | ( | QApplication * | application | ) | [virtual] |
Reimplemented from QCommonStyle.
| void unpolish | ( | QApplication * | application | ) | [virtual] |
Reimplemented from QCommonStyle.
| static QStringList partKeys | ( | ) | [static] |
| static QStringList colorListKeys | ( | ) | [static] |
| bool loadS60ThemeFromBlob | ( | const QString & | blobFile | ) |
| bool saveS60ThemeToBlob | ( | const QString & | blobFile | ) | const |
| QIcon standardIconImplementation | ( | StandardPixmap | standardIcon, |
| const QStyleOption * | option = 0, |
||
| const QWidget * | widget = 0 |
||
| ) | const [protected, slot] |
Reimplemented from QCommonStyle.
| void timerEvent | ( | QTimerEvent * | event | ) | [protected, virtual] |
Reimplemented from QObject.
Reimplemented from QObject.
friend class QStyleFactory
[friend] |
Definition at line 110 of file qs60style.h.
friend class QApplicationPrivate
[friend] |