QSymbianGraphicsSystemHelper Class ReferenceQSymbianGraphicsSystemHelper defines functions required by QtMultimediaKit in order to enable video rendering. Далее... #include <QSymbianGraphicsSystemHelper>
Открытые типы
Статические открытые члены
Подробное описаниеQSymbianGraphicsSystemHelper defines functions required by QtMultimediaKit in order to enable video rendering. This class is not intended for use by applications. Описание типов-членовenum QSymbianGraphicsSystemHelper::NativePaintModeThis enum controls the way in which QWidget paints content from the Qt backing store into the corresponding native window surface.
Описание функций-членовvoid QSymbianGraphicsSystemHelper::releaseCachedGpuResources () [static]void QSymbianGraphicsSystemHelper::setIgnoreFocusChanged ( QWidget * widget, bool value ) [static]Specify whether native focus change events should be ignored by the widget. void QSymbianGraphicsSystemHelper::setNativePaintMode ( QWidget * widget, NativePaintMode mode ) [static]Set the native paint mode to the specified mode. void QSymbianGraphicsSystemHelper::setNativePaintMode ( WId wid, NativePaintMode mode ) [static]Set the native paint mode to the specified mode. void QSymbianGraphicsSystemHelper::setReceiveNativePaintEvents ( QWidget * widget, bool value ) [static]Specify whether the widget should receive receive native paint events. If enabled, the QWidget::beginNativePaintEvent slot is called before content from the backing store is written into the native window surface, and QWidget::endNativePaintEvent is called once writing to the native window surface is complete. This function is intended for use by QWidget clients such as video widgets, which wish to use Direct Screen Access to write into the native window surface. Such clients should stop their DSA session on receipt of QWidget::beginNativePaintEvent, and re-start it on receipt of QWidget::endNativePaintEvent. |
Попытка перевода Qt документации. Если есть желание присоединиться, или если есть замечания или пожелания, то заходите на форум: Перевод Qt документации на русский язык... Люди внесшие вклад в перевод: Команда переводчиков |