Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

QwtPlotPrintFilter Class Reference

List of all members.

Detailed Description

A base class for plot print filters.

QwtPlotPrintFilter can be used to customize QwtPlot::print.

Definition at line 26 of file qwt_plot_printfilter.h.

Public Types

enum  Options {
  PrintMargin = 1,
  PrintTitle = 2,
  PrintLegend = 4,
  PrintGrid = 8,
  PrintCanvasBackground = 16,
  PrintWidgetBackground = 32,
  PrintAll = ~PrintWidgetBackground
}
enum  Item {
  Title,
  Legend,
  Curve,
  CurveSymbol,
  Marker,
  MarkerSymbol,
  MajorGrid,
  MinorGrid,
  CanvasBackground,
  AxisScale,
  AxisTitle,
  WidgetBackground
}

Public Member Functions

 QwtPlotPrintFilter ()
virtual ~QwtPlotPrintFilter ()
virtual QColor color (const QColor &, Item item) const
virtual QFont font (const QFont &, Item item) const
void setOptions (int options)
int options () const
virtual void apply (QwtPlot *) const
virtual void reset (QwtPlot *) const
virtual void apply (QwtPlotItem *) const
virtual void reset (QwtPlotItem *) const


Member Enumeration Documentation

enum QwtPlotPrintFilter::Item
 

Print items.

Definition at line 43 of file qwt_plot_printfilter.h.

enum QwtPlotPrintFilter::Options
 

Print options.

Definition at line 30 of file qwt_plot_printfilter.h.


Constructor & Destructor Documentation

QwtPlotPrintFilter::QwtPlotPrintFilter  )  [explicit]
 

Sets filter options to QwtPlotPrintFilter::PrintAll

Definition at line 82 of file qwt_plot_printfilter.cpp.

QwtPlotPrintFilter::~QwtPlotPrintFilter  )  [virtual]
 

Destructor.

Definition at line 88 of file qwt_plot_printfilter.cpp.


Member Function Documentation

void QwtPlotPrintFilter::apply QwtPlot plot  )  const [virtual]
 

Change color and fonts of a plot

See also:
QwtPlotPrintFilter::apply

Definition at line 157 of file qwt_plot_printfilter.cpp.

References QwtPlot::autoReplot(), QwtPlot::axisWidget(), QwtSymbol::brush(), QwtPlot::canvasBackground(), QwtText::color(), color(), QwtLegendItem::curvePen(), QwtText::font(), font(), QwtScaleWidget::getBorderDistHint(), QwtPlot::legend(), QwtLegend::legendItems(), QwtText::paintAttributes(), QwtSymbol::pen(), QwtPlot::setAutoReplot(), QwtScaleWidget::setBorderDist(), QwtSymbol::setBrush(), QwtPlot::setCanvasBackground(), QwtText::setColor(), QwtLegendItem::setCurvePen(), QwtText::setFont(), QwtSymbol::setPen(), QwtLegendItem::setSymbol(), QwtScaleWidget::setTitle(), QwtLegendItem::symbol(), QwtScaleWidget::title(), and QwtPlot::titleLabel().

Referenced by QwtPlot::print().

QColor QwtPlotPrintFilter::color const QColor &  c,
Item  item
const [virtual]
 

Modifies a color for printing.

Parameters:
c Color to be modified
item Type of item where the color belongs
Returns:
Modified color.
In case of !(QwtPlotPrintFilter::options() & PrintBackground) MajorGrid is modified to Qt::darkGray, MinorGrid to Qt::gray. All other colors are returned unmodified.

Definition at line 124 of file qwt_plot_printfilter.cpp.

References options().

Referenced by apply().

QFont QwtPlotPrintFilter::font const QFont &  f,
Item  item
const [virtual]
 

Modifies a font for printing.

Parameters:
f Font to be modified
item Type of item where the font belongs
All fonts are returned unmodified

Definition at line 148 of file qwt_plot_printfilter.cpp.

Referenced by apply().

int QwtPlotPrintFilter::options  )  const
 

Get plot print options.

See also:
QwtPlotPrintFilter::setOptions()

Definition at line 108 of file qwt_plot_printfilter.cpp.

Referenced by color(), QwtPlot::drawItems(), QwtPlot::print(), and QwtPlot::printCanvas().

void QwtPlotPrintFilter::reset QwtPlot plot  )  const [virtual]
 

Reset color and fonts of a plot

See also:
QwtPlotPrintFilter::apply

Definition at line 370 of file qwt_plot_printfilter.cpp.

References QwtPlot::autoReplot(), QwtPlot::axisWidget(), QwtSymbol::brush(), QwtLegendItem::curvePen(), QwtLegend::find(), QwtScaleWidget::getBorderDistHint(), QwtPlot::legend(), QwtLegend::legendItems(), QwtText::paintAttributes(), QwtSymbol::pen(), QwtPlot::setAutoReplot(), QwtScaleWidget::setBorderDist(), QwtSymbol::setBrush(), QwtPlot::setCanvasBackground(), QwtText::setColor(), QwtLegendItem::setCurvePen(), QwtText::setFont(), QwtSymbol::setPen(), QwtLegendItem::setSymbol(), QwtTextLabel::setText(), QwtScaleWidget::setTitle(), QwtLegendItem::symbol(), QwtTextLabel::text(), and QwtPlot::titleLabel().

Referenced by QwtPlot::print().

void QwtPlotPrintFilter::setOptions int  options  ) 
 

Set plot print options.

Parameters:
options Or'd QwtPlotPrintFilter::Options values
See also:
QwtPlotPrintFilter::options()

Definition at line 99 of file qwt_plot_printfilter.cpp.


Generated on Mon Jan 30 22:17:33 2006 for Qwt User's Guide by  doxygen 1.4.4