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