5#ifndef DSIMPLELISTITEM_H 
    6#define DSIMPLELISTITEM_H 
    8#include <dtkwidget_global.h> 
   12DWIDGET_BEGIN_NAMESPACE
 
   42    virtual void drawBackground(QRect rect, QPainter *painter, 
int index, 
bool isSelect, 
bool isHover)=0;
 
   55    virtual void drawForeground(QRect rect, QPainter *painter, 
int column, 
int index, 
bool isSelect, 
bool isHover)=0;