Definition at line 60 of file qmotifstyle.h.
#include <qmotifstyle.h>

Public Member Functions |
|
| QMotifStyle (bool useHighlightCols=false) | |
| virtual | ~QMotifStyle () |
| void | setUseHighlightColors (bool) |
| bool | useHighlightColors () const |
| void | polish (QPalette &) |
| void | polish (QWidget *) |
| void | unpolish (QWidget *) |
| void | polish (QApplication *) |
| void | unpolish (QApplication *) |
| void | drawPrimitive (PrimitiveElement pe, const QStyleOption *opt, QPainter *p, const QWidget *w=0) const |
| void | drawControl (ControlElement element, const QStyleOption *opt, QPainter *p, const QWidget *w=0) const |
| void | drawComplexControl (ComplexControl cc, const QStyleOptionComplex *opt, QPainter *p, const QWidget *w=0) const |
| QRect | subControlRect (ComplexControl cc, const QStyleOptionComplex *opt, SubControl sc, 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 *widget=0) const |
| QRect | subElementRect (SubElement r, const QStyleOption *opt, const QWidget *widget=0) const |
| QPixmap | standardPixmap (StandardPixmap standardPixmap, const QStyleOption *opt, const QWidget *widget=0) const |
| int | styleHint (StyleHint hint, const QStyleOption *opt=0, const QWidget *widget=0, QStyleHintReturn *returnData=0) const |
| bool | event (QEvent *) |
| QPalette | standardPalette () const |
Protected Slots |
|
| QIcon | standardIconImplementation (StandardPixmap standardIcon, const QStyleOption *opt=0, const QWidget *widget=0) const |
Protected Member Functions |
|
| QMotifStyle (QMotifStylePrivate &dd, bool useHighlightCols=false) | |
| void | timerEvent (QTimerEvent *event) |
| bool | eventFilter (QObject *o, QEvent *e) |
Protected Attributes |
|
| QPointer< QFocusFrame > | focus |
| QMotifStyle | ( | bool | useHighlightCols =
false |
) | [explicit] |
| virtual ~QMotifStyle | ( | ) | [virtual] |
| QMotifStyle | ( | QMotifStylePrivate & | dd, |
| bool | useHighlightCols =
false |
||
| ) | [protected] |
| void setUseHighlightColors | ( | bool | ) |
| bool useHighlightColors | ( | ) | const |
| void polish | ( | QPalette & | ) | [virtual] |
Reimplemented from QCommonStyle.
| void polish | ( | QWidget * | ) | [virtual] |
Reimplemented from QCommonStyle.
| void unpolish | ( | QWidget * | ) | [virtual] |
Reimplemented from QCommonStyle.
| void polish | ( | QApplication * | ) | [virtual] |
Reimplemented from QCommonStyle.
| void unpolish | ( | QApplication * | ) | [virtual] |
Reimplemented from QCommonStyle.
| void drawPrimitive | ( | PrimitiveElement | pe, |
| const QStyleOption * | opt, | ||
| QPainter * | p, | ||
| const QWidget * | w = 0 |
||
| ) | const [virtual] |
| void drawControl | ( | ControlElement | element, |
| const QStyleOption * | opt, | ||
| QPainter * | p, | ||
| const QWidget * | w = 0 |
||
| ) | const [virtual] |
| void drawComplexControl | ( | ComplexControl | cc, |
| const QStyleOptionComplex * | opt, | ||
| QPainter * | p, | ||
| const QWidget * | w = 0 |
||
| ) | const [virtual] |
Reimplemented from QCommonStyle.
| QRect subControlRect | ( | ComplexControl | cc, |
| const QStyleOptionComplex * | opt, | ||
| SubControl | sc, | ||
| const QWidget * | widget = 0 |
||
| ) | const [virtual] |
Reimplemented from QCommonStyle.
| int pixelMetric | ( | PixelMetric | metric, |
| const QStyleOption * | option = 0, |
||
| const QWidget * | widget = 0 |
||
| ) | const [virtual] |
| QSize sizeFromContents | ( | ContentsType | ct, |
| const QStyleOption * | opt, | ||
| const QSize & | contentsSize, | ||
| const QWidget * | widget = 0 |
||
| ) | const [virtual] |
Reimplemented from QCommonStyle.
| QRect subElementRect | ( | SubElement | r, |
| const QStyleOption * | opt, | ||
| const QWidget * | widget = 0 |
||
| ) | const [virtual] |
Reimplemented from QCommonStyle.
| QPixmap standardPixmap | ( | StandardPixmap | standardPixmap, |
| const QStyleOption * | opt, | ||
| const QWidget * | widget = 0 |
||
| ) | const [virtual] |
Reimplemented from QCommonStyle.
| int styleHint | ( | StyleHint | hint, |
| const QStyleOption * | opt = 0, |
||
| const QWidget * | widget = 0, |
||
| QStyleHintReturn * | returnData =
0 |
||
| ) | const [virtual] |
Reimplemented from QCommonStyle.
| QPalette standardPalette | ( | ) | const [virtual] |
| QIcon standardIconImplementation | ( | StandardPixmap | standardIcon, |
| const QStyleOption * | opt = 0, |
||
| const QWidget * | widget = 0 |
||
| ) | const [protected, slot] |
| void timerEvent | ( | QTimerEvent * | event | ) | [protected, virtual] |
Reimplemented from QObject.
Reimplemented from QObject.
QPointer<QFocusFrame> focus
[protected] |
Definition at line 110 of file qmotifstyle.h.