Enumerations | |
enum | DrawingHint { OpaqueTopLeft = 0x0001, OpaqueTop = 0x0002, OpaqueTopRight = 0x0004, OpaqueLeft = 0x0008, OpaqueCenter = 0x0010, OpaqueRight = 0x0020, OpaqueBottomLeft = 0x0040, OpaqueBottom = 0x0080, OpaqueBottomRight = 0x0100, OpaqueCorners = OpaqueTopLeft | OpaqueTopRight | OpaqueBottomLeft | OpaqueBottomRight, OpaqueEdges = OpaqueTop | OpaqueLeft | OpaqueRight | OpaqueBottom, OpaqueFrame = OpaqueCorners | OpaqueEdges, OpaqueAll = OpaqueCenter | OpaqueFrame } |
enum DrawingHint |
Enumerator | |
---|---|
OpaqueTopLeft | |
OpaqueTop | |
OpaqueTopRight | |
OpaqueLeft | |
OpaqueCenter | |
OpaqueRight | |
OpaqueBottomLeft | |
OpaqueBottom | |
OpaqueBottomRight | |
OpaqueCorners | |
OpaqueEdges | |
OpaqueFrame | |
OpaqueAll |
Definition at line 150 of file qdrawutil.h.