QGraphicsView.CacheMode Class Reference

[ QtGui module]

方法

Special Methods


详细描述

CacheModeFlag may be used whenever CacheMode is expected.


方法文档编制

CacheMode.__init__ ( self , CacheMode )

CacheMode.__init__ ( self , int)

CacheMode.__init__ ( self )

CacheMode CacheMode.__and__ ( self , int  mask )

int CacheMode.__bool__ ( self )

bool CacheMode.__eq__ ( self , CacheMode   f )

CacheMode CacheMode.__iand__ ( self , int  mask )

int CacheMode.__int__ ( self )

CacheMode CacheMode.__invert__ ( self )

CacheMode CacheMode.__ior__ ( self , CacheMode   f )

CacheMode CacheMode.__ixor__ ( self , CacheMode   f )

bool CacheMode.__ne__ ( self , CacheMode   f )

CacheMode CacheMode.__or__ ( self , CacheMode   f )

CacheMode CacheMode.__or__ ( self , int  f )

CacheMode CacheMode.__xor__ ( self , CacheMode   f )

CacheMode CacheMode.__xor__ ( self , int  f )