Qt.WindowFlags Class Reference

[ QtCore module]

方法

Special Methods


详细描述


方法文档编制

WindowFlags.__init__ ( self , WindowFlags )

WindowFlags.__init__ ( self , int)

WindowFlags.__init__ ( self )

WindowFlags WindowFlags.__and__ ( self , int  mask )

int WindowFlags.__bool__ ( self )

bool WindowFlags.__eq__ ( self , WindowFlags   f )

WindowFlags WindowFlags.__iand__ ( self , int  mask )

int WindowFlags.__int__ ( self )

WindowFlags WindowFlags.__invert__ ( self )

WindowFlags WindowFlags.__ior__ ( self , WindowFlags   f )

WindowFlags WindowFlags.__ixor__ ( self , WindowFlags   f )

bool WindowFlags.__ne__ ( self , WindowFlags   f )

WindowFlags WindowFlags.__or__ ( self , WindowFlags   f )

WindowFlags WindowFlags.__or__ ( self , int  f )

WindowFlags WindowFlags.__xor__ ( self , WindowFlags   f )

WindowFlags WindowFlags.__xor__ ( self , int  f )