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

Public Types |
|
| enum | StyleOptionType { Type = SO_RubberBand } |
| enum | StyleOptionVersion { Version = 1 } |
Public Member Functions |
|
| QStyleOptionRubberBand () | |
| QStyleOptionRubberBand (const QStyleOptionRubberBand &other) | |
Public Attributes |
|
| QRubberBand::Shape | shape |
| bool | opaque |
Protected Member Functions |
|
| QStyleOptionRubberBand (int version) | |
| enum StyleOptionType |
Reimplemented from QStyleOption.
Definition at line 672 of file qstyleoption.h.
{ Type = SO_RubberBand };
| enum StyleOptionVersion |
| QStyleOptionRubberBand | ( | const QStyleOptionRubberBand & | other | ) | [inline] |
Definition at line 679 of file qstyleoption.h.
: QStyleOption(Version, Type) { *this = other; }
| QStyleOptionRubberBand | ( | int | version | ) | [protected] |
Definition at line 675 of file qstyleoption.h.
| bool opaque |
Definition at line 676 of file qstyleoption.h.