QwtPlotSvgItem(3) | Qwt User's Guide | QwtPlotSvgItem(3) |
QwtPlotSvgItem -
#include <qwt_plot_svgitem.h>
Inherits QwtPlotItem.
QwtPlotSvgItem (const QString
&title=QString::null)
QwtPlotSvgItem (const QwtText &title)
virtual ~QwtPlotSvgItem ()
virtual QwtDoubleRect boundingRect () const
virtual void draw (QPainter *p, const QwtScaleMap &xMap,
const QwtScaleMap &yMap, const QRect &rect) const
bool loadData (const QwtDoubleRect &, const QByteArray &)
bool loadFile (const QwtDoubleRect &, const QString &fileName)
virtual int rtti () const
void render (QPainter *painter, const QwtDoubleRect
&viewBox, const QRect &rect) const
QwtDoubleRect viewBox (const QwtDoubleRect &area) 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:
Reimplemented from QwtPlotItem.
Calculate the viewBox from an rect and boundingRect().
Parameters:
Returns:
Generated automatically by Doxygen for Qwt User's Guide from the source code.
Tue Nov 20 2012 | Version 5.2.3 |