QGraphicsView.CacheMode Class Reference
[QtGui module]
Methods
Special Methods
bool
__eq__ (
self, CacheMode
f)
bool
__ne__ (
self, CacheMode
f)
CacheMode
__or__ (
self, int
f)
Detailed Description
CacheModeFlag
may be used whenever
CacheMode
is expected.
Method Documentation
CacheMode CacheMode.__and__ (self, int f)
CacheMode CacheMode.__iand__ (self, int f)
CacheMode CacheMode.__invert__ (self)
CacheMode CacheMode.__ior__ (self, int f)
CacheMode CacheMode.__ixor__ (self, int f)
CacheMode CacheMode.__or__ (self, int f)
CacheMode CacheMode.__xor__ (self, int f)