|
|
__init__(self,
manager)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
changeVariables(self,
source,
variables)
Called when one or more variables handled by the implementing class
are changed. |
source code
|
|
|
|
handleDropRequest(self,
dropTarget,
variables)
Handles a drop request from the VDragAndDropManager. |
source code
|
|
|
|
handleDragRequest(self,
dropTarget,
variables)
Handles a drag/move request from the VDragAndDropManager. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
| constructTransferable(self,
dropHandlerOwner,
variables) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|