PyANGGui.GDrawerHit

class GDrawerHit

Data related to an object that has been hit

Details

An object returns a GDrawerHit when it is hit (clicked over it) Operation is 0 when the object will not handle any further events related to the PRESS/MOTION/RELEASE cycle. Operation different than 0 means that the target will handle the P/M/R cycle. Note that target can be different from the object interrogated during the hit call (maybe is a subobject).

Synopsis

Methods

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

PyANGGui.GDrawerHit.target
PyANGGui.GDrawerHit.operation
PyANGGui.GDrawerHit.anchorPoint
PyANGGui.GDrawerHit.lastPoint
__init__(rhs)
Parameters:

rhsGDrawerHit

__init__(t, p[, aoperation=0])
Parameters: