QGraphicsItem.GraphicsItemFlags Class Reference

[ QtGui module]

方法

Special Methods


详细描述

GraphicsItemFlag may be used whenever GraphicsItemFlags is expected.


方法文档编制

GraphicsItemFlags.__init__ ( self , GraphicsItemFlags )

GraphicsItemFlags.__init__ ( self , int)

GraphicsItemFlags.__init__ ( self )

GraphicsItemFlags GraphicsItemFlags.__and__ ( self , int  mask )

int GraphicsItemFlags.__bool__ ( self )

bool GraphicsItemFlags.__eq__ ( self , GraphicsItemFlags   f )

GraphicsItemFlags GraphicsItemFlags.__iand__ ( self , int  mask )

int GraphicsItemFlags.__int__ ( self )

GraphicsItemFlags GraphicsItemFlags.__invert__ ( self )

GraphicsItemFlags GraphicsItemFlags.__ior__ ( self , GraphicsItemFlags   f )

GraphicsItemFlags GraphicsItemFlags.__ixor__ ( self , GraphicsItemFlags   f )

bool GraphicsItemFlags.__ne__ ( self , GraphicsItemFlags   f )

GraphicsItemFlags GraphicsItemFlags.__or__ ( self , GraphicsItemFlags   f )

GraphicsItemFlags GraphicsItemFlags.__or__ ( self , int  f )

GraphicsItemFlags GraphicsItemFlags.__xor__ ( self , GraphicsItemFlags   f )

GraphicsItemFlags GraphicsItemFlags.__xor__ ( self , int  f )