QSsl.SslOptions Class Reference

[ QtNetwork module]

方法

Special Methods


详细描述


方法文档编制

SslOptions.__init__ ( self , SslOptions )

SslOptions.__init__ ( self , int)

SslOptions.__init__ ( self )

SslOptions SslOptions.__and__ ( self , int  mask )

int SslOptions.__bool__ ( self )

bool SslOptions.__eq__ ( self , SslOptions   f )

SslOptions SslOptions.__iand__ ( self , int  mask )

int SslOptions.__int__ ( self )

SslOptions SslOptions.__invert__ ( self )

SslOptions SslOptions.__ior__ ( self , SslOptions   f )

SslOptions SslOptions.__ixor__ ( self , SslOptions   f )

bool SslOptions.__ne__ ( self , SslOptions   f )

SslOptions SslOptions.__or__ ( self , SslOptions   f )

SslOptions SslOptions.__or__ ( self , int  f )

SslOptions SslOptions.__xor__ ( self , SslOptions   f )

SslOptions SslOptions.__xor__ ( self , int  f )