Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QStyleKitStylePrivate::SubElementKey::ItemViewCell Struct Reference

#include <qstylekitstyle_p.h>

Collaboration diagram for QStyleKitStylePrivate::SubElementKey::ItemViewCell:

Public Attributes

const voidmodel = nullptr
quintptr internalId = 0
int row = -1
int column = -1

Friends

bool operator== (const ItemViewCell &l, const ItemViewCell &r) noexcept

Detailed Description

Definition at line 68 of file qstylekitstyle_p.h.

◆ operator==

bool operator== ( const ItemViewCell & l,
const ItemViewCell & r )
friend

Definition at line 74 of file qstylekitstyle_p.h.

References column, model, and row.

Member Data Documentation

◆ column

int QStyleKitStylePrivate::SubElementKey::ItemViewCell::column = -1

◆ internalId

quintptr QStyleKitStylePrivate::SubElementKey::ItemViewCell::internalId = 0

Definition at line 71 of file qstylekitstyle_p.h.

◆ model

const void* QStyleKitStylePrivate::SubElementKey::ItemViewCell::model = nullptr

Definition at line 70 of file qstylekitstyle_p.h.

Referenced by operator==.

◆ row

int QStyleKitStylePrivate::SubElementKey::ItemViewCell::row = -1

Definition at line 72 of file qstylekitstyle_p.h.

Referenced by operator==.


The documentation for this struct was generated from the following file: