LibreOffice Module vcl (master) 1
|
#include <QtPainter.hxx>
Public Member Functions | |
QtPainter (QtGraphicsBackend &rGraphics, bool bPrepareBrush=false, sal_uInt8 nTransparency=255) | |
~QtPainter () | |
void | update (int nx, int ny, int nw, int nh) |
void | update (const QRect &rRect) |
void | update (const QRectF &rRectF) |
void | update () |
Private Attributes | |
QtGraphicsBackend & | m_rGraphics |
QRegion | m_aRegion |
Definition at line 29 of file qt5/QtPainter.hxx.
QtPainter::QtPainter | ( | QtGraphicsBackend & | rGraphics, |
bool | bPrepareBrush = false , |
||
sal_uInt8 | nTransparency = 255 |
||
) |
|
inline |
Definition at line 37 of file qt5/QtPainter.hxx.
References QtFrame::GetQWidget(), m_aRegion, QtGraphicsBackend::m_pFrame, and m_rGraphics.
|
inline |
Definition at line 61 of file qt5/QtPainter.hxx.
References QtFrame::GetQWidget(), m_aRegion, QtGraphicsBackend::m_pFrame, and m_rGraphics.
Referenced by update().
|
inline |
Definition at line 49 of file qt5/QtPainter.hxx.
References QtGraphicsBase::devicePixelRatioF(), m_aRegion, QtGraphicsBackend::m_pFrame, m_rGraphics, and scaledQRect().
|
inline |
Definition at line 55 of file qt5/QtPainter.hxx.
References QtGraphicsBase::devicePixelRatioF(), QtGraphicsBackend::m_pFrame, m_rGraphics, scaledQRect(), and update().
Definition at line 43 of file qt5/QtPainter.hxx.
References QtGraphicsBase::devicePixelRatioF(), m_aRegion, QtGraphicsBackend::m_pFrame, m_rGraphics, nx, ny, and scaledQRect().
|
private |
Definition at line 32 of file qt5/QtPainter.hxx.
Referenced by update(), and ~QtPainter().
|
private |
Definition at line 31 of file qt5/QtPainter.hxx.
Referenced by update(), and ~QtPainter().