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
QListWidgetItemPrivate Class Reference

#include <qlistwidget_p.h>

Collaboration diagram for QListWidgetItemPrivate:

Public Member Functions

 QListWidgetItemPrivate (QListWidgetItem *item)

Public Attributes

QListWidgetItemq
QList< QWidgetItemDatavalues
int theid

Detailed Description

Definition at line 138 of file qlistwidget_p.h.

Constructor & Destructor Documentation

◆ QListWidgetItemPrivate()

QListWidgetItemPrivate::QListWidgetItemPrivate ( QListWidgetItem * item)
inline

Definition at line 141 of file qlistwidget_p.h.

References theid.

Member Data Documentation

◆ q

QListWidgetItem* QListWidgetItemPrivate::q

Definition at line 142 of file qlistwidget_p.h.

◆ theid

int QListWidgetItemPrivate::theid

Definition at line 144 of file qlistwidget_p.h.

Referenced by QListWidgetItemPrivate().

◆ values

QList<QWidgetItemData> QListWidgetItemPrivate::values

Definition at line 143 of file qlistwidget_p.h.


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