src/qt3support/painting/q3paintdevicemetrics.h
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
    61     int heightMM() const { return pdev->heightMM(); }
    61     int heightMM() const { return pdev->heightMM(); }
    62     int logicalDpiX() const { return pdev->logicalDpiX(); }
    62     int logicalDpiX() const { return pdev->logicalDpiX(); }
    63     int logicalDpiY() const { return pdev->logicalDpiY(); }
    63     int logicalDpiY() const { return pdev->logicalDpiY(); }
    64     int physicalDpiX() const { return pdev->physicalDpiX(); }
    64     int physicalDpiX() const { return pdev->physicalDpiX(); }
    65     int physicalDpiY() const { return pdev->physicalDpiY(); }
    65     int physicalDpiY() const { return pdev->physicalDpiY(); }
    66     int numColors() const { return pdev->numColors(); }
    66     int numColors() const { return pdev->colorCount(); }
    67     int depth() const { return pdev->depth(); }
    67     int depth() const { return pdev->depth(); }
    68 
    68 
    69 private:
    69 private:
    70     const QPaintDevice *pdev;
    70     const QPaintDevice *pdev;
    71 };
    71 };