Definition at line 867 of file qstyleoption.h.
#include <qstyleoption.h>

Public Types |
|
| enum | StyleOptionType { Type = SO_GraphicsItem } |
| enum | StyleOptionVersion { Version = 1 } |
Public Member Functions |
|
| QStyleOptionGraphicsItem () | |
| QStyleOptionGraphicsItem (const QStyleOptionGraphicsItem &other) | |
Static Public Member Functions |
|
| static qreal | levelOfDetailFromTransform (const QTransform &worldTransform) |
Public Attributes |
|
| QRectF | exposedRect |
| QMatrix | matrix |
| qreal | levelOfDetail |
Protected Member Functions |
|
| QStyleOptionGraphicsItem (int version) | |
| enum StyleOptionType |
Reimplemented from QStyleOption.
Definition at line 870 of file qstyleoption.h.
{ Type = SO_GraphicsItem };
| enum StyleOptionVersion |
| QStyleOptionGraphicsItem | ( | const QStyleOptionGraphicsItem & | other | ) | [inline] |
Definition at line 878 of file qstyleoption.h.
: QStyleOption(Version, Type) { *this = other; }
| QStyleOptionGraphicsItem | ( | int | version | ) | [protected] |
| static qreal levelOfDetailFromTransform | ( | const QTransform & | worldTransform | ) | [static] |
Definition at line 873 of file qstyleoption.h.
Definition at line 874 of file qstyleoption.h.
| qreal levelOfDetail |
Definition at line 875 of file qstyleoption.h.