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

Public Types |
|
| enum | StyleOptionType { Type = SO_FocusRect } |
| enum | StyleOptionVersion { Version = 1 } |
Public Member Functions |
|
| QStyleOptionFocusRect () | |
| QStyleOptionFocusRect (const QStyleOptionFocusRect &other) | |
Public Attributes |
|
| QColor | backgroundColor |
Protected Member Functions |
|
| QStyleOptionFocusRect (int version) | |
| enum StyleOptionType |
Reimplemented from QStyleOption.
Definition at line 106 of file qstyleoption.h.
{ Type = SO_FocusRect };
| enum StyleOptionVersion |
| QStyleOptionFocusRect | ( | const QStyleOptionFocusRect & | other | ) | [inline] |
Definition at line 112 of file qstyleoption.h.
: QStyleOption(Version, Type) { *this = other; }
| QStyleOptionFocusRect | ( | int | version | ) | [protected] |
Definition at line 109 of file qstyleoption.h.