Home
·
All Classes
·
Modules
QGraphicsItem.GraphicsItemFlags Class Reference
[
QtGui
module]
Methods
__init__
(
self
)
__init__
(
self
, int
f
)
__init__
(
self
, GraphicsItemFlags)
Special Methods
GraphicsItemFlags
__and__
(
self
, int
f
)
int
__bool__
(
self
)
bool
__eq__
(
self
, GraphicsItemFlags
f
)
GraphicsItemFlags
__iand__
(
self
, int
f
)
int
__int__
(
self
)
GraphicsItemFlags
__invert__
(
self
)
GraphicsItemFlags
__ior__
(
self
, int
f
)
GraphicsItemFlags
__ixor__
(
self
, int
f
)
bool
__ne__
(
self
, GraphicsItemFlags
f
)
GraphicsItemFlags
__or__
(
self
, int
f
)
GraphicsItemFlags
__xor__
(
self
, int
f
)
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
)
PyQt 4.12.dev1605051544 for X11
Copyright ©
Riverbank Computing Ltd
and
The Qt Company
2015
Qt 4.8.7