QMotifStyle Class

The QMotifStyle class provides Motif look and feel. 更多...

頭: #include <QMotifStyle>
繼承: QCommonStyle
繼承者: QCDEStyle

公共函數

QMotifStyle (bool useHighlightCols = false)
virtual ~QMotifStyle ()
void setUseHighlightColors (bool arg )
bool useHighlightColors () const

重實現公共函數

virtual void drawComplexControl (ComplexControl cc , const QStyleOptionComplex * opt , QPainter * p , const QWidget * widget = 0) const
virtual void drawControl (ControlElement element , const QStyleOption * opt , QPainter * p , const QWidget * widget = 0) const
virtual void drawPrimitive (PrimitiveElement pe , const QStyleOption * opt , QPainter * p , const QWidget * w = 0) const
virtual bool event (QEvent * e )
virtual int pixelMetric (PixelMetric pm , const QStyleOption * opt = 0, const QWidget * widget = 0) const
virtual void polish (QPalette & pal )
virtual QSize sizeFromContents (ContentsType ct , const QStyleOption * opt , const QSize & contentsSize , const QWidget * widget = 0) const
virtual QPalette standardPalette () const
virtual QPixmap standardPixmap (StandardPixmap standardPixmap , const QStyleOption * opt , const QWidget * widget = 0) const
virtual int styleHint (StyleHint hint , const QStyleOption * opt = 0, const QWidget * widget = 0, QStyleHintReturn * returnData = 0) const
virtual QRect subControlRect (ComplexControl cc , const QStyleOptionComplex * opt , SubControl sc , const QWidget * widget = 0) const
virtual QRect subElementRect (SubElement sr , const QStyleOption * opt , const QWidget * widget = 0) const

重實現保護函數

virtual void timerEvent (QTimerEvent * event )

額外繼承成員

詳細描述

The QMotifStyle class provides Motif look and feel.

This class implements the Motif look and feel. It closely resembles the original Motif look as defined by the Open Group, but with some minor improvements. The Motif style is Qt's default GUI style on Unix platforms.

另請參閱 QWindowsXPStyle , QMacStyle , QWindowsStyle , QPlastiqueStyle ,和 QCDEStyle .

成員函數文檔編製

QMotifStyle:: QMotifStyle ( bool useHighlightCols = false)

構造 QMotifStyle .

useHighlightCols is false (the default), the style will polish the application's color palette to emulate the Motif way of highlighting, which is a simple inversion between the base and the text color.

[虛擬] QMotifStyle:: ~QMotifStyle ()

這是重載函數。

銷毀樣式。

[虛擬] void QMotifStyle:: drawComplexControl ( ComplexControl cc , const QStyleOptionComplex * opt , QPainter * p , const QWidget * widget = 0) const

重實現自 QStyle::drawComplexControl ().

[虛擬] void QMotifStyle:: drawControl ( ControlElement element , const QStyleOption * opt , QPainter * p , const QWidget * widget = 0) const

重實現自 QStyle::drawControl ().

[虛擬] void QMotifStyle:: drawPrimitive ( PrimitiveElement pe , const QStyleOption * opt , QPainter * p , const QWidget * w = 0) const

重實現自 QStyle::drawPrimitive ().

[虛擬] bool QMotifStyle:: event ( QEvent * e )

重實現自 QObject::event ().

[虛擬] int QMotifStyle:: pixelMetric ( PixelMetric pm , const QStyleOption * opt = 0, const QWidget * widget = 0) const

重實現自 QStyle::pixelMetric ().

[虛擬] void QMotifStyle:: polish ( QPalette & pal )

重實現自 QStyle::polish ().

void QMotifStyle:: setUseHighlightColors ( bool arg )

arg is false, the style will polish the application's color palette to emulate the Motif way of highlighting, which is a simple inversion between the base and the text color.

The effect will show up the next time an application palette is set via QApplication::setPalette (). The current color palette of the application remains unchanged.

另請參閱 useHighlightColors () 和 QStyle::polish ().

[虛擬] QSize QMotifStyle:: sizeFromContents ( ContentsType ct , const QStyleOption * opt , const QSize & contentsSize , const QWidget * widget = 0) const

重實現自 QStyle::sizeFromContents ().

[虛擬] QPalette QMotifStyle:: standardPalette () const

重實現自 QStyle::standardPalette ().

[虛擬] QPixmap QMotifStyle:: standardPixmap ( StandardPixmap standardPixmap , const QStyleOption * opt , const QWidget * widget = 0) const

重實現自 QStyle::standardPixmap ().

[虛擬] int QMotifStyle:: styleHint ( StyleHint hint , const QStyleOption * opt = 0, const QWidget * widget = 0, QStyleHintReturn * returnData = 0) const

重實現自 QStyle::styleHint ().

[虛擬] QRect QMotifStyle:: subControlRect ( ComplexControl cc , const QStyleOptionComplex * opt , SubControl sc , const QWidget * widget = 0) const

重實現自 QStyle::subControlRect ().

[虛擬] QRect QMotifStyle:: subElementRect ( SubElement sr , const QStyleOption * opt , const QWidget * widget = 0) const

重實現自 QStyle::subElementRect ().

[virtual protected] void QMotifStyle:: timerEvent ( QTimerEvent * event )

重實現自 QObject::timerEvent ().

bool QMotifStyle:: useHighlightColors () const

Returns true if the style treats the highlight colors of the palette in a Motif-like manner, which is a simple inversion between the base and the text color; otherwise returns false. The default is false.

另請參閱 setUseHighlightColors ().