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