equal
deleted
inserted
replaced
241 |
241 |
242 int screenSize() const { return size; } |
242 int screenSize() const { return size; } |
243 int totalSize() const { return mapsize; } |
243 int totalSize() const { return mapsize; } |
244 |
244 |
245 QRgb * clut() { return screenclut; } |
245 QRgb * clut() { return screenclut; } |
246 int numCols() { return screencols; } |
246 #ifdef QT_DEPRECATED |
|
247 QT_DEPRECATED int numCols() { return screencols; } |
|
248 #endif |
|
249 int colorCount() { return screencols; } |
247 |
250 |
248 virtual QSize mapToDevice(const QSize &) const; |
251 virtual QSize mapToDevice(const QSize &) const; |
249 virtual QSize mapFromDevice(const QSize &) const; |
252 virtual QSize mapFromDevice(const QSize &) const; |
250 virtual QPoint mapToDevice(const QPoint &, const QSize &) const; |
253 virtual QPoint mapToDevice(const QPoint &, const QSize &) const; |
251 virtual QPoint mapFromDevice(const QPoint &, const QSize &) const; |
254 virtual QPoint mapFromDevice(const QPoint &, const QSize &) const; |