Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QWidgetItemData Class Reference

#include <qwidgetitemdata_p.h>

+ Collaboration diagram for QWidgetItemData:

Public Member Functions

 QWidgetItemData ()
 
 QWidgetItemData (int r, const QVariant &v)
 
bool operator== (const QWidgetItemData &other) const
 

Public Attributes

int role
 
QVariant value
 

Detailed Description

Definition at line 24 of file qwidgetitemdata_p.h.

Constructor & Destructor Documentation

◆ QWidgetItemData() [1/2]

QWidgetItemData::QWidgetItemData ( )
inline

Definition at line 27 of file qwidgetitemdata_p.h.

◆ QWidgetItemData() [2/2]

QWidgetItemData::QWidgetItemData ( int r,
const QVariant & v )
inline

Definition at line 28 of file qwidgetitemdata_p.h.

Member Function Documentation

◆ operator==()

bool QWidgetItemData::operator== ( const QWidgetItemData & other) const
inline

Definition at line 31 of file qwidgetitemdata_p.h.

References other(), and role.

+ Here is the call graph for this function:

Member Data Documentation

◆ role

◆ value


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