Compatibility Members for QColorGroup

以下成员源于类 QColorGroup are part of the Qt compatibility layer. We advise against using them in new code.

公共函数

const QColor & background () const
const QColor & base () const
const QColor & brightText () const
const QColor & button () const
const QColor & buttonText () const
const QColor & dark () const
const QColor & foreground () const
const QColor & highlight () const
const QColor & highlightedText () const
const QColor & light () const
const QColor & link () const
const QColor & linkVisited () const
const QColor & mid () const
const QColor & midlight () const
const QColor & shadow () const
const QColor & text () const

相关非成员

QDataStream & operator<< (QDataStream & ds , const QColorGroup & colorGroup )
QDataStream & operator>> (QDataStream & ds , QColorGroup & colorGroup )

成员函数文档编制

const QColor & QColorGroup:: background () const

使用 QPalette::window (). color () 代替。

const QColor & QColorGroup:: base () const

使用 QPalette::base (). color () 代替。

const QColor & QColorGroup:: brightText () const

使用 QPalette::brightText (). color () 代替。

const QColor & QColorGroup:: button () const

使用 QPalette::button (). color () 代替。

const QColor & QColorGroup:: buttonText () const

使用 QPalette::buttonText (). color () 代替。

const QColor & QColorGroup:: dark () const

使用 QPalette::dark (). color () 代替。

const QColor & QColorGroup:: foreground () const

使用 QPalette::windowText (). color () 代替。

const QColor & QColorGroup:: highlight () const

使用 QPalette::highlight (). color () 代替。

const QColor & QColorGroup:: highlightedText () const

使用 QPalette::highlightedText (). color () 代替。

const QColor & QColorGroup:: light () const

使用 QPalette::light (). color () 代替。

使用 QPalette::link (). color () 代替。

const QColor & QColorGroup:: linkVisited () const

使用 QPalette::linkVisited (). color () 代替。

const QColor & QColorGroup:: mid () const

使用 QPalette::mid (). color () 代替。

const QColor & QColorGroup:: midlight () const

使用 QPalette::midlight (). color () 代替。

const QColor & QColorGroup:: shadow () const

使用 QPalette::shadow (). color () 代替。

const QColor & QColorGroup:: text () const

使用 QPalette::text (). color () 代替。

相关非成员

QDataStream & operator<< ( QDataStream & ds , const QColorGroup & colorGroup )

QDataStream & operator>> ( QDataStream & ds , QColorGroup & colorGroup )