21 #ifndef PCMANFM_DESKTOPITEMDELEGATE_H 22 #define PCMANFM_DESKTOPITEMDELEGATE_H 24 #include <QStyledItemDelegate> 38 virtual void paint(QPainter* painter,
const QStyleOptionViewItem& option,
const QModelIndex& index)
const;
39 virtual QSize sizeHint(
const QStyleOptionViewItem& option,
const QModelIndex& index)
const;
42 void setShadowColor(
const QColor& shadowColor) {
43 shadowColor_ = shadowColor;
45 const QColor& shadowColor()
const {
57 #endif // PCMANFM_DESKTOPITEMDELEGATE_H Definition: desktopitemdelegate.h:33
Definition: application.h:39