#include <klflibview.h>
Public Attributes | |
QPainter * | p |
QBrush | background |
const QStyleOptionViewItem * | option |
bool | isselected |
QRect | innerRectText |
QRect | innerRectImage |
Definition at line 696 of file klflibview.h.
QBrush KLFLibViewDelegate::PaintPrivate::background |
Definition at line 698 of file klflibview.h.
Referenced by KLFLibViewDelegate::paint(), and KLFLibViewDelegate::paintEntry().
QRect KLFLibViewDelegate::PaintPrivate::innerRectImage |
Definition at line 702 of file klflibview.h.
Referenced by KLFLibViewDelegate::paint(), and KLFLibViewDelegate::paintEntry().
QRect KLFLibViewDelegate::PaintPrivate::innerRectText |
Definition at line 701 of file klflibview.h.
Referenced by KLFLibViewDelegate::paint(), and KLFLibViewDelegate::paintText().
bool KLFLibViewDelegate::PaintPrivate::isselected |
Definition at line 700 of file klflibview.h.
Referenced by KLFLibViewDelegate::paint(), and KLFLibViewDelegate::paintEntry().
const QStyleOptionViewItem* KLFLibViewDelegate::PaintPrivate::option |
Definition at line 699 of file klflibview.h.
Referenced by KLFLibViewDelegate::paint(), KLFLibViewDelegate::paintCategoryLabel(), and KLFLibViewDelegate::paintText().
QPainter* KLFLibViewDelegate::PaintPrivate::p |
Definition at line 697 of file klflibview.h.
Referenced by KLFLibViewDelegate::paint(), KLFLibViewDelegate::paintCategoryLabel(), KLFLibViewDelegate::paintEntry(), and KLFLibViewDelegate::paintText().