Qt.TouchPointStates Class Reference

[ QtCore module]

方法

Special Methods


详细描述


方法文档编制

TouchPointStates.__init__ ( self , TouchPointStates )

TouchPointStates.__init__ ( self , int)

TouchPointStates.__init__ ( self )

TouchPointStates TouchPointStates.__and__ ( self , int  mask )

int TouchPointStates.__bool__ ( self )

bool TouchPointStates.__eq__ ( self , TouchPointStates   f )

TouchPointStates TouchPointStates.__iand__ ( self , int  mask )

int TouchPointStates.__int__ ( self )

TouchPointStates TouchPointStates.__invert__ ( self )

TouchPointStates TouchPointStates.__ior__ ( self , TouchPointStates   f )

TouchPointStates TouchPointStates.__ixor__ ( self , TouchPointStates   f )

bool TouchPointStates.__ne__ ( self , TouchPointStates   f )

TouchPointStates TouchPointStates.__or__ ( self , TouchPointStates   f )

TouchPointStates TouchPointStates.__or__ ( self , int  f )

TouchPointStates TouchPointStates.__xor__ ( self , TouchPointStates   f )

TouchPointStates TouchPointStates.__xor__ ( self , int  f )