# encoding: utf-8
# module PyQt6.QtSvg
# from C:\Users\xukai\Downloads\发票2\venv\Lib\site-packages\PyQt6\QtSvg.pyd
# by generator 1.147
# no doc

# imports
import PyQt6.QtCore as __PyQt6_QtCore
import PyQt6.QtGui as __PyQt6_QtGui


# no functions
# classes

class QSvgGenerator(__PyQt6_QtGui.QPaintDevice):
    """ QSvgGenerator() """
    def description(self): # real signature unknown; restored from __doc__
        """ description(self) -> str """
        return ""

    def fileName(self): # real signature unknown; restored from __doc__
        """ fileName(self) -> str """
        return ""

    def metric(self, metric): # real signature unknown; restored from __doc__
        """ metric(self, metric: QPaintDevice.PaintDeviceMetric) -> int """
        return 0

    def outputDevice(self): # real signature unknown; restored from __doc__
        """ outputDevice(self) -> QIODevice """
        pass

    def paintEngine(self): # real signature unknown; restored from __doc__
        """ paintEngine(self) -> QPaintEngine """
        pass

    def resolution(self): # real signature unknown; restored from __doc__
        """ resolution(self) -> int """
        return 0

    def setDescription(self, description): # real signature unknown; restored from __doc__
        """ setDescription(self, description: str) """
        pass

    def setFileName(self, fileName): # real signature unknown; restored from __doc__
        """ setFileName(self, fileName: str) """
        pass

    def setOutputDevice(self, outputDevice): # real signature unknown; restored from __doc__
        """ setOutputDevice(self, outputDevice: QIODevice) """
        pass

    def setResolution(self, resolution): # real signature unknown; restored from __doc__
        """ setResolution(self, resolution: int) """
        pass

    def setSize(self, size): # real signature unknown; restored from __doc__
        """ setSize(self, size: QSize) """
        pass

    def setTitle(self, title): # real signature unknown; restored from __doc__
        """ setTitle(self, title: str) """
        pass

    def setViewBox(self, viewBox): # real signature unknown; restored from __doc__ with multiple overloads
        """
        setViewBox(self, viewBox: QRect)
        setViewBox(self, viewBox: QRectF)
        """
        pass

    def size(self): # real signature unknown; restored from __doc__
        """ size(self) -> QSize """
        pass

    def title(self): # real signature unknown; restored from __doc__
        """ title(self) -> str """
        return ""

    def viewBox(self): # real signature unknown; restored from __doc__
        """ viewBox(self) -> QRect """
        pass

    def viewBoxF(self): # real signature unknown; restored from __doc__
        """ viewBoxF(self) -> QRectF """
        pass

    def __init__(self): # real signature unknown; restored from __doc__
        pass


class QSvgRenderer(__PyQt6_QtCore.QObject):
    """
    QSvgRenderer(parent: typing.Optional[QObject] = None)
    QSvgRenderer(filename: str, parent: typing.Optional[QObject] = None)
    QSvgRenderer(contents: QByteArray, parent: typing.Optional[QObject] = None)
    QSvgRenderer(contents: QXmlStreamReader, parent: typing.Optional[QObject] = None)
    """
    def animated(self): # real signature unknown; restored from __doc__
        """ animated(self) -> bool """
        return False

    def animationDuration(self): # real signature unknown; restored from __doc__
        """ animationDuration(self) -> int """
        return 0

    def aspectRatioMode(self): # real signature unknown; restored from __doc__
        """ aspectRatioMode(self) -> Qt.AspectRatioMode """
        pass

    def boundsOnElement(self, id): # real signature unknown; restored from __doc__
        """ boundsOnElement(self, id: str) -> QRectF """
        pass

    def childEvent(self, *args, **kwargs): # real signature unknown
        pass

    def connectNotify(self, *args, **kwargs): # real signature unknown
        pass

    def currentFrame(self): # real signature unknown; restored from __doc__
        """ currentFrame(self) -> int """
        return 0

    def customEvent(self, *args, **kwargs): # real signature unknown
        pass

    def defaultSize(self): # real signature unknown; restored from __doc__
        """ defaultSize(self) -> QSize """
        pass

    def disconnectNotify(self, *args, **kwargs): # real signature unknown
        pass

    def elementExists(self, id): # real signature unknown; restored from __doc__
        """ elementExists(self, id: str) -> bool """
        return False

    def framesPerSecond(self): # real signature unknown; restored from __doc__
        """ framesPerSecond(self) -> int """
        return 0

    def isSignalConnected(self, *args, **kwargs): # real signature unknown
        pass

    def isValid(self): # real signature unknown; restored from __doc__
        """ isValid(self) -> bool """
        return False

    def load(self, *__args): # real signature unknown; restored from __doc__ with multiple overloads
        """
        load(self, filename: str) -> bool
        load(self, contents: QByteArray) -> bool
        load(self, contents: QXmlStreamReader) -> bool
        """
        return False

    def receivers(self, *args, **kwargs): # real signature unknown
        pass

    def render(self, *__args): # real signature unknown; restored from __doc__ with multiple overloads
        """
        render(self, p: QPainter)
        render(self, p: QPainter, bounds: QRectF)
        render(self, painter: QPainter, elementId: str, bounds: QRectF = QRectF())
        """
        pass

    def repaintNeeded(self, *args, **kwargs): # real signature unknown
        """
        pyqtSignal(*types, name: str = ..., revision: int = ..., arguments: Sequence = ...) -> PYQT_SIGNAL
        
        types is normally a sequence of individual types.  Each type is either a
        type object or a string that is the name of a C++ type.  Alternatively
        each type could itself be a sequence of types each describing a different
        overloaded signal.
        name is the optional C++ name of the signal.  If it is not specified then
        the name of the class attribute that is bound to the signal is used.
        revision is the optional revision of the signal that is exported to QML.
        If it is not specified then 0 is used.
        arguments is the optional sequence of the names of the signal's arguments.
        """
        pass

    def sender(self, *args, **kwargs): # real signature unknown
        pass

    def senderSignalIndex(self, *args, **kwargs): # real signature unknown
        pass

    def setAspectRatioMode(self, mode): # real signature unknown; restored from __doc__
        """ setAspectRatioMode(self, mode: Qt.AspectRatioMode) """
        pass

    def setCurrentFrame(self, a0): # real signature unknown; restored from __doc__
        """ setCurrentFrame(self, a0: int) """
        pass

    def setFramesPerSecond(self, num): # real signature unknown; restored from __doc__
        """ setFramesPerSecond(self, num: int) """
        pass

    def setViewBox(self, viewbox): # real signature unknown; restored from __doc__ with multiple overloads
        """
        setViewBox(self, viewbox: QRect)
        setViewBox(self, viewbox: QRectF)
        """
        pass

    def timerEvent(self, *args, **kwargs): # real signature unknown
        pass

    def transformForElement(self, id): # real signature unknown; restored from __doc__
        """ transformForElement(self, id: str) -> QTransform """
        pass

    def viewBox(self): # real signature unknown; restored from __doc__
        """ viewBox(self) -> QRect """
        pass

    def viewBoxF(self): # real signature unknown; restored from __doc__
        """ viewBoxF(self) -> QRectF """
        pass

    def __init__(self, *__args): # real signature unknown; restored from __doc__ with multiple overloads
        pass


# variables with complex values

__loader__ = None # (!) real value is '<_frozen_importlib_external.ExtensionFileLoader object at 0x000001FD7F20C750>'

__spec__ = None # (!) real value is "ModuleSpec(name='PyQt6.QtSvg', loader=<_frozen_importlib_external.ExtensionFileLoader object at 0x000001FD7F20C750>, origin='C:\\\\Users\\\\xukai\\\\Downloads\\\\??2\\\\venv\\\\Lib\\\\site-packages\\\\PyQt6\\\\QtSvg.pyd')"

