QwtPlotSvgItem(3) | Qwt User's Guide | QwtPlotSvgItem(3) |
QwtPlotSvgItem - A plot item, which displays data in Scalable Vector Graphics (SVG) format.
#include <qwt_plot_svgitem.h>
Inherits QwtPlotItem.
QwtPlotSvgItem (const QString &title=QString())
Constructor. QwtPlotSvgItem (const QwtText &title)
Constructor. virtual ~QwtPlotSvgItem ()
Destructor. bool loadFile (const QRectF &, const QString
&fileName)
bool loadData (const QRectF &, const QByteArray &)
virtual QRectF boundingRect () const
Bounding rectangle of the item. virtual void draw (QPainter *, const
QwtScaleMap &xMap, const QwtScaleMap &yMap, const
QRectF &canvasRect) const
virtual int rtti () const
const QSvgRenderer & renderer () const
QSvgRenderer & renderer ()
void render (QPainter *, const QRectF &viewBox, const QRectF
&rect) const
QRectF viewBox (const QRectF &rect) const
A plot item, which displays data in Scalable Vector Graphics (SVG) format.
SVG images are often used to display maps
Constructor. Sets the following item attributes:
Parameters:
Constructor. Sets the following item attributes:
Parameters:
Draw the SVG item
Parameters:
Implements QwtPlotItem.
Load SVG data
Parameters:
Returns:
Load a SVG file
Parameters:
Returns:
Render the SVG data
Parameters:
Returns:
Returns:
Returns:
Reimplemented from QwtPlotItem.
Calculate the view box from rect and boundingRect().
Parameters:
Returns:
Generated automatically by Doxygen for Qwt User's Guide from the source code.
Wed Jan 2 2019 | Version 6.1.4 |