![]() |
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 154 of file qvideotexturehelper_p.h.
void QVideoTextureHelper::SubtitleLayout::draw | ( | QPainter * | painter, |
const QPointF & | translate ) const |
Definition at line 911 of file qvideotexturehelper.cpp.
QImage QVideoTextureHelper::SubtitleLayout::toImage | ( | ) | const |
Definition at line 931 of file qvideotexturehelper.cpp.
Definition at line 857 of file qvideotexturehelper.cpp.
QRectF QVideoTextureHelper::SubtitleLayout::bounds |
Definition at line 157 of file qvideotexturehelper_p.h.
QTextLayout QVideoTextureHelper::SubtitleLayout::layout |
Definition at line 158 of file qvideotexturehelper_p.h.
QSize QVideoTextureHelper::SubtitleLayout::videoSize |
Definition at line 156 of file qvideotexturehelper_p.h.