dRonin  adbada4
dRonin GCS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Groups Pages
Viewer Plugin

Svg QtQuick image provider. More...

Classes

class  SvgImageProvider
 

Functions

 SvgImageProvider::SvgImageProvider (const QString &basePath)
 
 SvgImageProvider::~SvgImageProvider ()
 
QSvgRenderer * SvgImageProvider::loadRenderer (const QString &svgFile)
 
QPixmap SvgImageProvider::requestPixmap (const QString &id, QSize *size, const QSize &requestedSize)
 

Detailed Description

Svg QtQuick image provider.

Function Documentation

QSvgRenderer * SvgImageProvider::loadRenderer ( const QString &  svgFile)

Definition at line 45 of file svgimageprovider.cpp.

QPixmap SvgImageProvider::requestPixmap ( const QString &  id,
QSize *  size,
const QSize &  requestedSize 
)

Definition at line 217 of file svgimageprovider.cpp.

SvgImageProvider::SvgImageProvider ( const QString &  basePath)

Definition at line 33 of file svgimageprovider.cpp.

SvgImageProvider::~SvgImageProvider ( )

Definition at line 40 of file svgimageprovider.cpp.