QStyleOptionToolBar.ToolBarFeatures Class Reference

[ QtGui module]

方法

Special Methods


详细描述

ToolBarFeature may be used whenever ToolBarFeatures is expected.


方法文档编制

ToolBarFeatures.__init__ ( self , ToolBarFeatures )

ToolBarFeatures.__init__ ( self , int)

ToolBarFeatures.__init__ ( self )

ToolBarFeatures ToolBarFeatures.__and__ ( self , int  mask )

int ToolBarFeatures.__bool__ ( self )

bool ToolBarFeatures.__eq__ ( self , ToolBarFeatures   f )

ToolBarFeatures ToolBarFeatures.__iand__ ( self , int  mask )

int ToolBarFeatures.__int__ ( self )

ToolBarFeatures ToolBarFeatures.__invert__ ( self )

ToolBarFeatures ToolBarFeatures.__ior__ ( self , ToolBarFeatures   f )

ToolBarFeatures ToolBarFeatures.__ixor__ ( self , ToolBarFeatures   f )

bool ToolBarFeatures.__ne__ ( self , ToolBarFeatures   f )

ToolBarFeatures ToolBarFeatures.__or__ ( self , ToolBarFeatures   f )

ToolBarFeatures ToolBarFeatures.__or__ ( self , int  f )

ToolBarFeatures ToolBarFeatures.__xor__ ( self , ToolBarFeatures   f )

ToolBarFeatures ToolBarFeatures.__xor__ ( self , int  f )