Qt 4.8
Public Functions | Public Variables | List of all members
QGraphicsItemPrivate::ExtraStruct Struct Reference

#include <qgraphicsitem_p.h>

Public Functions

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

Public Variables

Extra type
 
QVariant value
 

Detailed Description

Definition at line 363 of file qgraphicsitem_p.h.

Constructors and Destructors

◆ ExtraStruct()

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

Definition at line 364 of file qgraphicsitem_p.h.

Functions

◆ operator<()

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

Definition at line 371 of file qgraphicsitem_p.h.

372  { return type < extra; }
QVariant extra(Extra type) const

Properties

◆ type

Extra QGraphicsItemPrivate::ExtraStruct::type

Definition at line 368 of file qgraphicsitem_p.h.

Referenced by QGraphicsItemPrivate::extra().

◆ value

QVariant QGraphicsItemPrivate::ExtraStruct::value

Definition at line 369 of file qgraphicsitem_p.h.

Referenced by QGraphicsItemPrivate::extra().


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