# 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


from .QPointerEvent import QPointerEvent

class QSinglePointEvent(QPointerEvent):
    # no doc
    def button(self): # real signature unknown; restored from __doc__
        """ button(self) -> Qt.MouseButton """
        pass

    def buttons(self): # real signature unknown; restored from __doc__
        """ buttons(self) -> Qt.MouseButton """
        pass

    def clone(self): # real signature unknown; restored from __doc__
        """ clone(self) -> QSinglePointEvent """
        return QSinglePointEvent

    def exclusivePointGrabber(self): # real signature unknown; restored from __doc__
        """ exclusivePointGrabber(self) -> QObject """
        pass

    def globalPosition(self): # real signature unknown; restored from __doc__
        """ globalPosition(self) -> QPointF """
        pass

    def isBeginEvent(self): # real signature unknown; restored from __doc__
        """ isBeginEvent(self) -> bool """
        return False

    def isEndEvent(self): # real signature unknown; restored from __doc__
        """ isEndEvent(self) -> bool """
        return False

    def isUpdateEvent(self): # real signature unknown; restored from __doc__
        """ isUpdateEvent(self) -> bool """
        return False

    def position(self): # real signature unknown; restored from __doc__
        """ position(self) -> QPointF """
        pass

    def scenePosition(self): # real signature unknown; restored from __doc__
        """ scenePosition(self) -> QPointF """
        pass

    def setExclusivePointGrabber(self, exclusiveGrabber): # real signature unknown; restored from __doc__
        """ setExclusivePointGrabber(self, exclusiveGrabber: QObject) """
        pass

    def __init__(self, *args, **kwargs): # real signature unknown
        pass


