equal
deleted
inserted
replaced
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 }; |