Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QSGSoftwareHelpers::QDrawBorderPixmap Namespace Reference

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
}
 

Enumeration Type Documentation

◆ DrawingHint

Enumerator
OpaqueTopLeft 
OpaqueTop 
OpaqueTopRight 
OpaqueLeft 
OpaqueCenter 
OpaqueRight 
OpaqueBottomLeft 
OpaqueBottom 
OpaqueBottomRight 
OpaqueCorners 
OpaqueEdges 
OpaqueFrame 
OpaqueAll 

Definition at line 43 of file qsgsoftwareinternalimagenode_p.h.