QCustomRasterPaintDevice Class Reference
|
| QCustomRasterPaintDevice ( QWidget * widget ) | |
| virtual int | bytesPerLine () const |
| virtual QImage::Format | format () const |
| virtual void * | memory () const |
| virtual int | metric ( PaintDeviceMetric m ) const |
The QCustomRasterPaintDevice class is provided to activate hardware accelerated paint engines in Qt for Embedded Linux.
Note that this class is only available in Qt for Embedded Linux.
In Qt for Embedded Linux, painting is a pure software implementation. But starting with Qt 4.2, it is possible to add an accelerated graphics driver to take advantage of available hardware resources.
Hardware acceleration is accomplished by creating a custom screen driver, accelerating the copying from memory to the screen, and implementing a custom paint engine accelerating the various painting operations. Then a custom paint device (derived from the QCustomRasterPaintDevice class) and a custom window surface (derived from QWSWindowSurface) must be implemented to make Qt for Embedded Linux aware of the accelerated driver.
See the Adding an Accelerated Graphics Driver to Qt for Embedded Linux documentation for details.
See also QRasterPaintEngine and QPaintDevice.
Constructs a custom raster based paint device for the given top-level widget.
Returns the number of bytes per line in the framebuffer. Note that this number might be larger than the framebuffer width.
Returns the format of the device's memory buffet.
The default format is QImage::Format_ARGB32_Premultiplied. The only other valid format is QImage::Format_RGB16.
Returns a pointer to the paint device's memory buffer, or 0 if no such buffer exists.
Reimplemented from QPaintDevice::metric().
| Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies) | Торговые марки | Qt 4.6.4 |
|
Попытка перевода Qt документации. Если есть желание присоединиться, или если есть замечания или пожелания, то заходите на форум: Перевод Qt документации на русский язык... Люди внесшие вклад в перевод: Команда переводчиков |