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

Public Types |
|
| enum | HintReturnType { SH_Default = 0xf000, SH_Mask, SH_Variant } |
| enum | StyleOptionType { Type = SH_Default } |
| enum | StyleOptionVersion { Version = 1 } |
Public Member Functions |
|
| QStyleHintReturn (int version=QStyleOption::Version, int type=SH_Default) | |
| ~QStyleHintReturn () | |
Public Attributes |
|
| int | version |
| int | type |
| enum HintReturnType |
Definition at line 909 of file qstyleoption.h.
{
SH_Default=0xf000, SH_Mask, SH_Variant
};
| enum StyleOptionType |
Reimplemented in QStyleHintReturnMask, and QStyleHintReturnVariant.
Definition at line 913 of file qstyleoption.h.
{ Type = SH_Default };
| enum StyleOptionVersion |
Reimplemented in QStyleHintReturnMask, and QStyleHintReturnVariant.
Definition at line 914 of file qstyleoption.h.
{ Version = 1 };
| QStyleHintReturn | ( | int | version =
QStyleOption::Version, |
| int | type =
SH_Default |
||
| ) |
| ~QStyleHintReturn | ( | ) |
| int version |
Definition at line 919 of file qstyleoption.h.
| int type |
Definition at line 920 of file qstyleoption.h.