QwtPlotPrintFilter (3) Linux Manual Page
QwtPlotPrintFilter – A base class for plot print filters. Synopsis #include <qwt_plot_printfilter.h> Public Types enum Options { PrintMargin = 1, PrintTitle = 2, PrintLegend = 4, PrintGrid = 8, PrintBackground = 16, PrintFrameWithScales = 32, PrintAll = ~PrintFrameWithScales } enum Item { Title, Legend, Curve, CurveSymbol, Marker, MarkerSymbol, MajorGrid, MinorGrid, CanvasBackground, AxisScale, AxisTitle, WidgetBackground }…
