QGIS API Documentation  2.12.0-Lyon
Public Member Functions | Public Attributes | List of all members
QgsSvgCacheEntry Class Reference

#include <qgssvgcache.h>

Public Member Functions

 QgsSvgCacheEntry ()
 
 QgsSvgCacheEntry (const QString &file, double size, double outlineWidth, double widthScaleFactor, double rasterScaleFactor, const QColor &fill, const QColor &outline, const QString &lookupKey=QString())
 Constructor. More...
 
 ~QgsSvgCacheEntry ()
 
int dataSize () const
 Return memory usage in bytes. More...
 
bool operator== (const QgsSvgCacheEntry &other) const
 Don't consider image, picture, last used timestamp for comparison. More...
 

Public Attributes

QString file
 Absolute path to SVG file. More...
 
QColor fill
 
QImageimage
 
QString lookupKey
 Lookup key used by QgsSvgCache's hashtable (relative or absolute path). Needed for removal from the hashtable. More...
 
QgsSvgCacheEntrynextEntry
 
QColor outline
 
double outlineWidth
 
QPicturepicture
 
QgsSvgCacheEntrypreviousEntry
 
double rasterScaleFactor
 
double size
 
QByteArray svgContent
 
double widthScaleFactor
 

Detailed Description

Definition at line 33 of file qgssvgcache.h.

Constructor & Destructor Documentation

QgsSvgCacheEntry::QgsSvgCacheEntry ( )

Definition at line 39 of file qgssvgcache.cpp.

QgsSvgCacheEntry::QgsSvgCacheEntry ( const QString file,
double  size,
double  outlineWidth,
double  widthScaleFactor,
double  rasterScaleFactor,
const QColor fill,
const QColor outline,
const QString lookupKey = QString() 
)

Constructor.

Parameters
fileAbsolute path to SVG file (relative paths are not resolved).
size
outlineWidthwidth of outline
widthScaleFactorwidth scale factor
rasterScaleFactorraster scale factor
fillcolor of fill
outlinecolor of outline
lookupKeythe key string used in QgsSvgCache for quick lookup of this entry (relative or absolute path)

Definition at line 54 of file qgssvgcache.cpp.

QgsSvgCacheEntry::~QgsSvgCacheEntry ( )

Definition at line 71 of file qgssvgcache.cpp.

Member Function Documentation

int QgsSvgCacheEntry::dataSize ( ) const

Return memory usage in bytes.

Definition at line 83 of file qgssvgcache.cpp.

bool QgsSvgCacheEntry::operator== ( const QgsSvgCacheEntry other) const

Don't consider image, picture, last used timestamp for comparison.

Definition at line 77 of file qgssvgcache.cpp.

Member Data Documentation

QString QgsSvgCacheEntry::file

Absolute path to SVG file.

Definition at line 51 of file qgssvgcache.h.

QColor QgsSvgCacheEntry::fill

Definition at line 58 of file qgssvgcache.h.

QImage* QgsSvgCacheEntry::image

Definition at line 60 of file qgssvgcache.h.

QString QgsSvgCacheEntry::lookupKey

Lookup key used by QgsSvgCache's hashtable (relative or absolute path). Needed for removal from the hashtable.

Definition at line 53 of file qgssvgcache.h.

QgsSvgCacheEntry* QgsSvgCacheEntry::nextEntry

Definition at line 66 of file qgssvgcache.h.

QColor QgsSvgCacheEntry::outline

Definition at line 59 of file qgssvgcache.h.

double QgsSvgCacheEntry::outlineWidth

Definition at line 55 of file qgssvgcache.h.

QPicture* QgsSvgCacheEntry::picture

Definition at line 61 of file qgssvgcache.h.

QgsSvgCacheEntry* QgsSvgCacheEntry::previousEntry

Definition at line 67 of file qgssvgcache.h.

double QgsSvgCacheEntry::rasterScaleFactor

Definition at line 57 of file qgssvgcache.h.

double QgsSvgCacheEntry::size

Definition at line 54 of file qgssvgcache.h.

QByteArray QgsSvgCacheEntry::svgContent

Definition at line 63 of file qgssvgcache.h.

double QgsSvgCacheEntry::widthScaleFactor

Definition at line 56 of file qgssvgcache.h.


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