# 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 QPaintDevice(__PyQt6_sip.simplewrapper):
    """ QPaintDevice() """
    def colorCount(self): # real signature unknown; restored from __doc__
        """ colorCount(self) -> int """
        return 0

    def depth(self): # real signature unknown; restored from __doc__
        """ depth(self) -> int """
        return 0

    def devicePixelRatio(self): # real signature unknown; restored from __doc__
        """ devicePixelRatio(self) -> float """
        return 0.0

    def devicePixelRatioF(self): # real signature unknown; restored from __doc__
        """ devicePixelRatioF(self) -> float """
        return 0.0

    def devicePixelRatioFScale(self): # real signature unknown; restored from __doc__
        """ devicePixelRatioFScale() -> float """
        return 0.0

    def height(self): # real signature unknown; restored from __doc__
        """ height(self) -> int """
        return 0

    def heightMM(self): # real signature unknown; restored from __doc__
        """ heightMM(self) -> int """
        return 0

    def logicalDpiX(self): # real signature unknown; restored from __doc__
        """ logicalDpiX(self) -> int """
        return 0

    def logicalDpiY(self): # real signature unknown; restored from __doc__
        """ logicalDpiY(self) -> int """
        return 0

    def metric(self, metric): # real signature unknown; restored from __doc__
        """ metric(self, metric: QPaintDevice.PaintDeviceMetric) -> int """
        return 0

    def paintEngine(self): # real signature unknown; restored from __doc__
        """ paintEngine(self) -> QPaintEngine """
        return QPaintEngine

    def paintingActive(self): # real signature unknown; restored from __doc__
        """ paintingActive(self) -> bool """
        return False

    def physicalDpiX(self): # real signature unknown; restored from __doc__
        """ physicalDpiX(self) -> int """
        return 0

    def physicalDpiY(self): # real signature unknown; restored from __doc__
        """ physicalDpiY(self) -> int """
        return 0

    def width(self): # real signature unknown; restored from __doc__
        """ width(self) -> int """
        return 0

    def widthMM(self): # real signature unknown; restored from __doc__
        """ widthMM(self) -> int """
        return 0

    def __init__(self): # real signature unknown; restored from __doc__
        pass

    __weakref__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """list of weak references to the object (if defined)"""


    PaintDeviceMetric = None # (!) real value is "<enum 'PaintDeviceMetric'>"


