QStyleOptionFrameV2.FrameFeatures Class Reference
[QtGui module]
Methods
Special Methods
Detailed Description
FrameFeature
may be used whenever
FrameFeatures
is expected.
Method Documentation
FrameFeatures.__init__ (self)
FrameFeatures.__init__ (self, int f)
FrameFeatures.__init__ (self, FrameFeatures)
FrameFeatures FrameFeatures.__and__ (self, int f)
int FrameFeatures.__bool__ (self)
bool FrameFeatures.__eq__ (self, FrameFeatures f)
FrameFeatures FrameFeatures.__iand__ (self, int f)
int FrameFeatures.__int__ (self)
FrameFeatures FrameFeatures.__invert__ (self)
FrameFeatures FrameFeatures.__ior__ (self, int f)
FrameFeatures FrameFeatures.__ixor__ (self, int f)
bool FrameFeatures.__ne__ (self, FrameFeatures f)
FrameFeatures FrameFeatures.__or__ (self, int f)
FrameFeatures FrameFeatures.__xor__ (self, int f)