_ZNK13QItemDelegate8selectedERK7QPixmapRK8QPaletteb

Name

QItemDelegate::selected -- get the selected version of the given pixmap using the given palette

Synopsis


#include <QtGui/qitemdelegate.h>

QPixmap * QItemDelegate::selected(const QPixmap & pixmap, const QPalette & palette, bool enabled);

Description

The QItemDelegate::selected() function shall return the selected version of the given pixmap using the given palette.

The enabled argument decides whether the normal or disabled highlight color of the palette is used.

This function is not intended to be used used by applications directly, but may appear among application dependencies as a result of usage of other functions and macros.