# encoding: utf-8
# module PyQt6.QtGui
# from C:\Users\xukai\Downloads\发票2\venv\Lib\site-packages\PyQt6\QtGui.pyd
# by generator 1.147
# no doc

# imports
import PyQt6.QtCore as __PyQt6_QtCore
import PyQt6.sip as __PyQt6_sip


class QEventPoint(__PyQt6_sip.simplewrapper):
    """
    QEventPoint(pointId: int, state: QEventPoint.State, scenePosition: QPointF, globalPosition: QPointF)
    QEventPoint(other: QEventPoint)
    """
    def device(self): # real signature unknown; restored from __doc__
        """ device(self) -> QPointingDevice """
        return QPointingDevice

    def ellipseDiameters(self): # real signature unknown; restored from __doc__
        """ ellipseDiameters(self) -> QSizeF """
        pass

    def globalGrabPosition(self): # real signature unknown; restored from __doc__
        """ globalGrabPosition(self) -> QPointF """
        pass

    def globalLastPosition(self): # real signature unknown; restored from __doc__
        """ globalLastPosition(self) -> QPointF """
        pass

    def globalPosition(self): # real signature unknown; restored from __doc__
        """ globalPosition(self) -> QPointF """
        pass

    def globalPressPosition(self): # real signature unknown; restored from __doc__
        """ globalPressPosition(self) -> QPointF """
        pass

    def grabPosition(self): # real signature unknown; restored from __doc__
        """ grabPosition(self) -> QPointF """
        pass

    def id(self): # real signature unknown; restored from __doc__
        """ id(self) -> int """
        return 0

    def isAccepted(self): # real signature unknown; restored from __doc__
        """ isAccepted(self) -> bool """
        return False

    def lastPosition(self): # real signature unknown; restored from __doc__
        """ lastPosition(self) -> QPointF """
        pass

    def lastTimestamp(self): # real signature unknown; restored from __doc__
        """ lastTimestamp(self) -> int """
        return 0

    def normalizedPosition(self): # real signature unknown; restored from __doc__
        """ normalizedPosition(self) -> QPointF """
        pass

    def position(self): # real signature unknown; restored from __doc__
        """ position(self) -> QPointF """
        pass

    def pressPosition(self): # real signature unknown; restored from __doc__
        """ pressPosition(self) -> QPointF """
        pass

    def pressTimestamp(self): # real signature unknown; restored from __doc__
        """ pressTimestamp(self) -> int """
        return 0

    def pressure(self): # real signature unknown; restored from __doc__
        """ pressure(self) -> float """
        return 0.0

    def rotation(self): # real signature unknown; restored from __doc__
        """ rotation(self) -> float """
        return 0.0

    def sceneGrabPosition(self): # real signature unknown; restored from __doc__
        """ sceneGrabPosition(self) -> QPointF """
        pass

    def sceneLastPosition(self): # real signature unknown; restored from __doc__
        """ sceneLastPosition(self) -> QPointF """
        pass

    def scenePosition(self): # real signature unknown; restored from __doc__
        """ scenePosition(self) -> QPointF """
        pass

    def scenePressPosition(self): # real signature unknown; restored from __doc__
        """ scenePressPosition(self) -> QPointF """
        pass

    def setAccepted(self, accepted=True): # real signature unknown; restored from __doc__
        """ setAccepted(self, accepted: bool = True) """
        pass

    def state(self): # real signature unknown; restored from __doc__
        """ state(self) -> QEventPoint.State """
        pass

    def swap(self, other): # real signature unknown; restored from __doc__
        """ swap(self, other: QEventPoint) """
        pass

    def timeHeld(self): # real signature unknown; restored from __doc__
        """ timeHeld(self) -> float """
        return 0.0

    def timestamp(self): # real signature unknown; restored from __doc__
        """ timestamp(self) -> int """
        return 0

    def uniqueId(self): # real signature unknown; restored from __doc__
        """ uniqueId(self) -> QPointingDeviceUniqueId """
        return QPointingDeviceUniqueId

    def velocity(self): # real signature unknown; restored from __doc__
        """ velocity(self) -> QVector2D """
        return QVector2D

    def __eq__(self, *args, **kwargs): # real signature unknown
        """ Return self==value. """
        pass

    def __ge__(self, *args, **kwargs): # real signature unknown
        """ Return self>=value. """
        pass

    def __gt__(self, *args, **kwargs): # real signature unknown
        """ Return self>value. """
        pass

    def __init__(self, *__args): # real signature unknown; restored from __doc__ with multiple overloads
        pass

    def __le__(self, *args, **kwargs): # real signature unknown
        """ Return self<=value. """
        pass

    def __lt__(self, *args, **kwargs): # real signature unknown
        """ Return self<value. """
        pass

    def __ne__(self, *args, **kwargs): # real signature unknown
        """ Return self!=value. """
        pass

    __weakref__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """list of weak references to the object (if defined)"""


    State = None # (!) real value is "<flag 'State'>"
    __hash__ = None


