![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qvideotexturehelper_p.h>
Public Member Functions | |
| bool | update (const QSize &frameSize, QString text) |
| void | draw (QPainter *painter, const QPointF &translate) const |
| QImage | toImage () const |
Public Attributes | |
| QSize | videoSize |
| QRectF | bounds |
| QTextLayout | layout |
Definition at line 173 of file qvideotexturehelper_p.h.
| void QVideoTextureHelper::SubtitleLayout::draw | ( | QPainter * | painter, |
| const QPointF & | translate ) const |
Definition at line 974 of file qvideotexturehelper.cpp.
| QImage QVideoTextureHelper::SubtitleLayout::toImage | ( | ) | const |
Definition at line 994 of file qvideotexturehelper.cpp.
Definition at line 920 of file qvideotexturehelper.cpp.
| QRectF QVideoTextureHelper::SubtitleLayout::bounds |
Definition at line 176 of file qvideotexturehelper_p.h.
| QTextLayout QVideoTextureHelper::SubtitleLayout::layout |
Definition at line 177 of file qvideotexturehelper_p.h.
| QSize QVideoTextureHelper::SubtitleLayout::videoSize |
Definition at line 175 of file qvideotexturehelper_p.h.