# encoding: utf-8
# module PyQt5.QtGui
# from C:\Programs\Python\Python311\Lib\site-packages\pyqt5-5.15.9-py3.11-win-amd64.egg\PyQt5\QtGui.pyd
# by generator 1.147
# no doc

# imports
import PyQt5.QtCore as __PyQt5_QtCore
import sip as __sip


class QPictureIO(__sip.simplewrapper):
    """
    QPictureIO()
    QPictureIO(ioDevice: QIODevice, format: str)
    QPictureIO(fileName: str, format: str)
    """
    def defineIOHandler(self, format, header, flags, read_picture, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """ defineIOHandler(format: str, header: str, flags: str, read_picture: Optional[Callable[[QPictureIO], None]], write_picture: Optional[Callable[[QPictureIO], None]]) """
        pass

    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 format(self): # real signature unknown; restored from __doc__
        """ format(self) -> str """
        return ""

    def gamma(self): # real signature unknown; restored from __doc__
        """ gamma(self) -> float """
        return 0.0

    def inputFormats(self): # real signature unknown; restored from __doc__
        """ inputFormats() -> List[QByteArray] """
        return []

    def ioDevice(self): # real signature unknown; restored from __doc__
        """ ioDevice(self) -> QIODevice """
        pass

    def outputFormats(self): # real signature unknown; restored from __doc__
        """ outputFormats() -> List[QByteArray] """
        return []

    def parameters(self): # real signature unknown; restored from __doc__
        """ parameters(self) -> str """
        return ""

    def picture(self): # real signature unknown; restored from __doc__
        """ picture(self) -> QPicture """
        return QPicture

    def pictureFormat(self, *__args): # real signature unknown; restored from __doc__ with multiple overloads
        """
        pictureFormat(fileName: str) -> QByteArray
        pictureFormat(a0: QIODevice) -> QByteArray
        """
        pass

    def quality(self): # real signature unknown; restored from __doc__
        """ quality(self) -> int """
        return 0

    def read(self): # real signature unknown; restored from __doc__
        """ read(self) -> bool """
        return False

    def setDescription(self, a0): # real signature unknown; restored from __doc__
        """ setDescription(self, a0: str) """
        pass

    def setFileName(self, a0): # real signature unknown; restored from __doc__
        """ setFileName(self, a0: str) """
        pass

    def setFormat(self, a0): # real signature unknown; restored from __doc__
        """ setFormat(self, a0: str) """
        pass

    def setGamma(self, a0): # real signature unknown; restored from __doc__
        """ setGamma(self, a0: float) """
        pass

    def setIODevice(self, a0): # real signature unknown; restored from __doc__
        """ setIODevice(self, a0: QIODevice) """
        pass

    def setParameters(self, a0): # real signature unknown; restored from __doc__
        """ setParameters(self, a0: str) """
        pass

    def setPicture(self, a0): # real signature unknown; restored from __doc__
        """ setPicture(self, a0: QPicture) """
        pass

    def setQuality(self, a0): # real signature unknown; restored from __doc__
        """ setQuality(self, a0: int) """
        pass

    def setStatus(self, a0): # real signature unknown; restored from __doc__
        """ setStatus(self, a0: int) """
        pass

    def status(self): # real signature unknown; restored from __doc__
        """ status(self) -> int """
        return 0

    def write(self): # real signature unknown; restored from __doc__
        """ write(self) -> bool """
        return False

    def __init__(self, *__args): # real signature unknown; restored from __doc__ with multiple overloads
        pass

    __weakref__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """list of weak references to the object (if defined)"""



