QSizePolicy.ControlTypes Class Reference

[ QtGui module]

方法

Special Methods


详细描述

ControlType may be used whenever ControlTypes is expected.


方法文档编制

ControlTypes.__init__ ( self , ControlTypes )

ControlTypes.__init__ ( self , int)

ControlTypes.__init__ ( self )

ControlTypes ControlTypes.__and__ ( self , int  mask )

int ControlTypes.__bool__ ( self )

bool ControlTypes.__eq__ ( self , ControlTypes   f )

ControlTypes ControlTypes.__iand__ ( self , int  mask )

int ControlTypes.__int__ ( self )

ControlTypes ControlTypes.__invert__ ( self )

ControlTypes ControlTypes.__ior__ ( self , ControlTypes   f )

ControlTypes ControlTypes.__ixor__ ( self , ControlTypes   f )

bool ControlTypes.__ne__ ( self , ControlTypes   f )

ControlTypes ControlTypes.__or__ ( self , ControlTypes   f )

ControlTypes ControlTypes.__or__ ( self , int  f )

ControlTypes ControlTypes.__xor__ ( self , ControlTypes   f )

ControlTypes ControlTypes.__xor__ ( self , int  f )