_ZNK13QItemDelegate10decorationERK20QStyleOptionViewItemRK8QVariant

Name

QItemDelegate::decoration -- get the pixmap used to decorate the root of the item view

Synopsis


#include <QtGui/qitemdelegate.h>

QPixmap QItemDelegate::decoration(const QStyleOptionViewItem & option, const QVariant & variant);

Description

The QItemDelegate::decoration() function shall return the pixmap used to decorate the root of the item view.

The style option controls the appearance of the root; the variant refers to the data associated with an item.

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.