QGestureRecognizer.Result Class Reference

[ QtGui module]

方法

Special Methods


详细描述


方法文档编制

Result.__init__ ( self , 结果 )

Result.__init__ ( self , int)

Result.__init__ ( self )

结果 Result.__and__ ( self , int  mask )

int Result.__bool__ ( self )

bool Result.__eq__ ( self , 结果   f )

结果 Result.__iand__ ( self , int  mask )

int Result.__int__ ( self )

结果 Result.__invert__ ( self )

结果 Result.__ior__ ( self , 结果   f )

结果 Result.__ixor__ ( self , 结果   f )

bool Result.__ne__ ( self , 结果   f )

结果 Result.__or__ ( self , 结果   f )

结果 Result.__or__ ( self , int  f )

结果 Result.__xor__ ( self , 结果   f )

结果 Result.__xor__ ( self , int  f )