• 首页
  • Qt文档
  • DTK文档
  • 玲珑文档
  • dsimplelistitem_zh

    Class::DSimpleListItem

    暂无该属性


    Detailed Description

    DSimpleListItemDSimpleListView 的接口,得到 DSimpleListView 传递过来的 QPainter、列信息、表格矩形数据后,由开发者完全控制行内容的绘制。

    DSimpleListItem::sameAs

    [private plain  ]

    bool sameAs(DSimpleListItem *item) = 0

    DSimpleListItem::drawBackground

    [private plain  ]

    void drawBackground(int rect, int *painter, int index, bool isSelect, bool isHover) = 0

    DSimpleListItem::drawForeground

    [private plain  ]

    void drawForeground(int rect, int *painter, int column, int index, bool isSelect, bool isHover) = 0