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
QGraphicsItemPrivate::ExtraStruct Struct Reference

#include <qgraphicsitem_p.h>

+ Collaboration diagram for QGraphicsItemPrivate::ExtraStruct:

Public Member Functions

 ExtraStruct ()
 
 ExtraStruct (Extra type, const QVariant &value)
 
bool operator< (Extra extra) const
 

Public Attributes

Extra type
 
QVariant value
 

Detailed Description

Definition at line 197 of file qgraphicsitem_p.h.

Constructor & Destructor Documentation

◆ ExtraStruct() [1/2]

QGraphicsItemPrivate::ExtraStruct::ExtraStruct ( )
inline

Definition at line 198 of file qgraphicsitem_p.h.

◆ ExtraStruct() [2/2]

QGraphicsItemPrivate::ExtraStruct::ExtraStruct ( Extra type,
const QVariant & value )
inline

Definition at line 199 of file qgraphicsitem_p.h.

Member Function Documentation

◆ operator<()

bool QGraphicsItemPrivate::ExtraStruct::operator< ( Extra extra) const
inline

Definition at line 206 of file qgraphicsitem_p.h.

Member Data Documentation

◆ type

Extra QGraphicsItemPrivate::ExtraStruct::type

Definition at line 203 of file qgraphicsitem_p.h.

Referenced by QGraphicsItemPrivate::extra().

◆ value

QVariant QGraphicsItemPrivate::ExtraStruct::value

Definition at line 204 of file qgraphicsitem_p.h.

Referenced by QGraphicsItemPrivate::extra().


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