Inherits from QskScrollViewSkinlet
Name | |
---|---|
enum | NodeRole { TextRole, GraphicRole} |
Name | |
---|---|
Q_INVOKABLE | QskListViewSkinlet(QskSkin * skin =nullptr) |
~QskListViewSkinlet() override | |
QSizeF | sizeHint(const QskSkinnable * skinnable, Qt::SizeHint which, const QSizeF & ) const override |
Name | |
---|---|
QSGNode * | updateContentsNode(const QskScrollView * scrollView, QSGNode * node) const override |
virtual QSGNode * | updateCellNode(const QskListView * listView, QSGNode * contentNode, const QRectF & rect, int row, int col) const |
Enumerator | Value | Description |
---|---|---|
TextRole | ||
GraphicRole |
Q_INVOKABLE QskListViewSkinlet(
QskSkin * skin =nullptr
)
~QskListViewSkinlet() override
QSizeF sizeHint(
const QskSkinnable * skinnable,
Qt::SizeHint which,
const QSizeF &
) const override
QSGNode * updateContentsNode(
const QskScrollView * scrollView,
QSGNode * node
) const override
virtual QSGNode * updateCellNode(
const QskListView * listView,
QSGNode * contentNode,
const QRectF & rect,
int row,
int col
) const
Updated on 28 July 2023 at 14:02:28 CEST