QwtPlotPrintFilter(3) | Qwt User's Guide | QwtPlotPrintFilter(3) |
QwtPlotPrintFilter -
#include <qwt_plot_printfilter.h>
enum Item { Title, Legend, Curve,
CurveSymbol, Marker, MarkerSymbol, MajorGrid,
MinorGrid, CanvasBackground, AxisScale,
AxisTitle, WidgetBackground }
enum Options { PrintMargin = 1, PrintTitle = 2,
PrintLegend = 4, PrintGrid = 8, PrintBackground = 16,
PrintFrameWithScales = 32, PrintAll = ~PrintFrameWithScales }
QwtPlotPrintFilter ()
virtual ~QwtPlotPrintFilter ()
virtual void apply (QwtPlot *) const
virtual void apply (QwtPlotItem *) const
virtual QColor color (const QColor &, Item item) const
virtual QFont font (const QFont &, Item item) const
int options () const
virtual void reset (QwtPlot *) const
virtual void reset (QwtPlotItem *) const
void setOptions (int options)
A base class for plot print filters.
A print filter can be used to customize QwtPlot::print().
Deprecated
Sets filter options to PrintAll
Change color and fonts of a plot
See also:
Modifies a color for printing. Parameters:
Returns:
In case of !(QwtPlotPrintFilter::options() & PrintBackground) MajorGrid is modified to Qt::darkGray, MinorGrid to Qt::gray. All other colors are returned unmodified.
Modifies a font for printing. Parameters:
All fonts are returned unmodified
Get plot print options. See also:
Reset color and fonts of a plot
See also:
Set plot print options. Parameters:
See also:
Generated automatically by Doxygen for Qwt User's Guide from the source code.
Tue Nov 20 2012 | Version 5.2.3 |