QGLContext.BindOptions Class Reference

[ QtOpenGL module]

方法

Special Methods


详细描述


方法文档编制

BindOptions.__init__ ( self , BindOptions )

BindOptions.__init__ ( self , int)

BindOptions.__init__ ( self )

BindOptions BindOptions.__and__ ( self , int  mask )

int BindOptions.__bool__ ( self )

bool BindOptions.__eq__ ( self , BindOptions   f )

BindOptions BindOptions.__iand__ ( self , int  mask )

int BindOptions.__int__ ( self )

BindOptions BindOptions.__invert__ ( self )

BindOptions BindOptions.__ior__ ( self , BindOptions   f )

BindOptions BindOptions.__ixor__ ( self , BindOptions   f )

bool BindOptions.__ne__ ( self , BindOptions   f )

BindOptions BindOptions.__or__ ( self , BindOptions   f )

BindOptions BindOptions.__or__ ( self , int  f )

BindOptions BindOptions.__xor__ ( self , BindOptions   f )

BindOptions BindOptions.__xor__ ( self , int  f )