LibreOffice Module vcl (master) 1
Public Member Functions | Private Attributes | List of all members
QtGraphicsBase Class Reference

#include <QtGraphicsBase.hxx>

Inheritance diagram for QtGraphicsBase:
[legend]

Public Member Functions

 QtGraphicsBase ()
 
void setDevicePixelRatioF (qreal fDPR)
 
qreal devicePixelRatioF () const
 

Private Attributes

qreal m_fDPR
 

Detailed Description

Definition at line 14 of file qt5/QtGraphicsBase.hxx.

Constructor & Destructor Documentation

◆ QtGraphicsBase()

QtGraphicsBase::QtGraphicsBase ( )
inline

Definition at line 19 of file qt5/QtGraphicsBase.hxx.

Member Function Documentation

◆ devicePixelRatioF()

qreal QtGraphicsBase::devicePixelRatioF ( ) const
inline

Definition at line 26 of file qt5/QtGraphicsBase.hxx.

References m_fDPR.

Referenced by QtPainter::update().

◆ setDevicePixelRatioF()

void QtGraphicsBase::setDevicePixelRatioF ( qreal  fDPR)
inline

Definition at line 24 of file qt5/QtGraphicsBase.hxx.

References m_fDPR.

Member Data Documentation

◆ m_fDPR

qreal QtGraphicsBase::m_fDPR
private

Definition at line 16 of file qt5/QtGraphicsBase.hxx.

Referenced by devicePixelRatioF(), and setDevicePixelRatioF().


The documentation for this class was generated from the following file: