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

#include <qtablewidget_p.h>

Collaboration diagram for QTableWidgetItemPrivate:

Public Member Functions

 QTableWidgetItemPrivate (QTableWidgetItem *item)

Public Attributes

QTableWidgetItemq
int id
bool headerItem

Detailed Description

Definition at line 181 of file qtablewidget_p.h.

Constructor & Destructor Documentation

◆ QTableWidgetItemPrivate()

QTableWidgetItemPrivate::QTableWidgetItemPrivate ( QTableWidgetItem * item)
inline

Definition at line 184 of file qtablewidget_p.h.

References headerItem, and id.

Member Data Documentation

◆ headerItem

bool QTableWidgetItemPrivate::headerItem

Definition at line 187 of file qtablewidget_p.h.

Referenced by QTableWidgetItemPrivate().

◆ id

int QTableWidgetItemPrivate::id

Definition at line 186 of file qtablewidget_p.h.

Referenced by QTableWidgetItemPrivate().

◆ q

QTableWidgetItem* QTableWidgetItemPrivate::q

Definition at line 185 of file qtablewidget_p.h.


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