⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 qwtplotprintfilter.3

📁 linux下qt的第三方的一个类
💻 3
字号:
.TH "QwtPlotPrintFilter" 3 "16 Nov 2004" "Version 4.2.0" "Qwt User's Guide" \" -*- nroff -*-.ad l.nh.SH NAMEQwtPlotPrintFilter \- .SH SYNOPSIS.br.PP.SH "Detailed Description".PP A base class for plot print filters. QwtPlotPrintFilter can be used to customize \fBQwtPlot::print\fP. .PPDefinition at line 28 of file qwt_plot_printfilter.h..SS "Public Types".in +1c.ti -1c.RI "enum \fBOptions\fP { \fBPrintMargin\fP =  1, \fBPrintTitle\fP =  2, \fBPrintLegend\fP =  4, \fBPrintGrid\fP =  8, \fBPrintCanvasBackground\fP =  16, \fBPrintWidgetBackground\fP =  32, \fBPrintAll\fP =  ~PrintWidgetBackground }".br.ti -1c.RI "enum \fBItem\fP { \fBTitle\fP, \fBLegend\fP, \fBCurve\fP, \fBCurveSymbol\fP, \fBMarker\fP, \fBMarkerSymbol\fP, \fBMajorGrid\fP, \fBMinorGrid\fP, \fBCanvasBackground\fP, \fBAxisScale\fP, \fBAxisTitle\fP, \fBWidgetBackground\fP }".br.in -1c.SS "Public Member Functions".in +1c.ti -1c.RI "\fBQwtPlotPrintFilter\fP ()".br.ti -1c.RI "virtual \fB~QwtPlotPrintFilter\fP ()".br.ti -1c.RI "virtual QColor \fBcolor\fP (const QColor &, \fBItem\fP item, int id=-1) const".br.ti -1c.RI "virtual QFont \fBfont\fP (const QFont &, \fBItem\fP item, int id=-1) const".br.ti -1c.RI "void \fBsetOptions\fP (int options)".br.ti -1c.RI "int \fBoptions\fP () const".br.ti -1c.RI "virtual void \fBapply\fP (\fBQwtPlot\fP *) const".br.ti -1c.RI "virtual void \fBreset\fP (\fBQwtPlot\fP *) const".br.in -1c.SH "Member Enumeration Documentation".PP .SS "enum \fBQwtPlotPrintFilter::Item\fP".PPPrint items. .PPDefinition at line 45 of file qwt_plot_printfilter.h..SS "enum \fBQwtPlotPrintFilter::Options\fP".PPPrint options. .PPDefinition at line 32 of file qwt_plot_printfilter.h..SH "Constructor & Destructor Documentation".PP .SS "QwtPlotPrintFilter::QwtPlotPrintFilter ()".PPSets filter options to QwtPlotPrintFilter::PrintAll Definition at line 66 of file qwt_plot_printfilter.cpp..SS "QwtPlotPrintFilter::~\fBQwtPlotPrintFilter\fP ()\fC [virtual]\fP".PPDestructor. .PPDefinition at line 73 of file qwt_plot_printfilter.cpp..SH "Member Function Documentation".PP .SS "void QwtPlotPrintFilter::apply (\fBQwtPlot\fP * plot) const\fC [virtual]\fP".PPChange color and fonts of a plot .PP\fBSee also:\fP.RS 4\fBQwtPlotPrintFilter::apply\fP .RE.PPDefinition at line 124 of file qwt_plot_printfilter.cpp..PPReferences QwtSymbol::brush(), QwtPlot::canvasBackground(), color(), QwtLegendItem::curvePen(), d_cache, QwtPlot::d_curves, QwtPlot::d_grid, QwtPlot::d_lblTitle, QwtPlot::d_legend, QwtPlot::d_markers, QwtPlot::d_scale, QwtMarker::font(), font(), QwtLegend::itemIterator(), QwtMarker::labelPen(), QwtMarker::linePen(), QwtGrid::majPen(), QwtScale::minBorderDist(), QwtGrid::minPen(), QwtCurve::pen(), QwtSymbol::pen(), QwtScale::setBorderDist(), QwtSymbol::setBrush(), QwtPlot::setCanvasBackground(), QwtLegendItem::setCurvePen(), QwtMarker::setFont(), QwtMarker::setLabelPen(), QwtMarker::setLinePen(), QwtGrid::setMajPen(), QwtGrid::setMinPen(), QwtCurve::setPen(), QwtSymbol::setPen(), QwtMarker::setSymbol(), QwtCurve::setSymbol(), QwtLegendItem::setSymbol(), QwtScale::setTitleColor(), QwtScale::setTitleFont(), QwtMarker::symbol(), QwtCurve::symbol(), QwtLegendItem::symbol(), QwtScale::titleColor(), and QwtScale::titleFont()..PPReferenced by QwtPlot::print()..SS "QColor QwtPlotPrintFilter::color (const QColor & c, \fBItem\fP item, int id = \fC-1\fP) const\fC [virtual]\fP".PPModifies a color for printing. .PP\fBParameters:\fP.RS 4\fIc\fP Color to be modified .br\fIitem\fP Type of item where the color belongs .br\fIid\fP Optional id of the item (curveId/markerId) .RE.PP\fBReturns:\fP.RS 4Modified color..RE.PPIn case of !(\fBQwtPlotPrintFilter::options()\fP & PrintBackground) MajorGrid is modified to Qt::darkGray, MinorGrid to Qt::gray. All other colors are returned unmodified. Definition at line 90 of file qwt_plot_printfilter.cpp..PPReferences options()..PPReferenced by apply(), and reset()..SS "QFont QwtPlotPrintFilter::font (const QFont & f, \fBItem\fP item, int id = \fC-1\fP) const\fC [virtual]\fP".PPModifies a font for printing. .PP\fBParameters:\fP.RS 4\fIf\fP Font to be modified .br\fIitem\fP Type of item where the font belongs .br\fIid\fP Optional id of the item (curveId/markerId).RE.PPAll fonts are returned unmodified Definition at line 115 of file qwt_plot_printfilter.cpp..PPReferenced by apply(), and reset()..SS "int QwtPlotPrintFilter::options () const".PPGet plot print options. .PP\fBSee also:\fP.RS 4\fBQwtPlotPrintFilter::setOptions()\fP .RE.PPDefinition at line 81 of file qwt_plot_printfilter.h..PPReferenced by color(), QwtPlot::drawCanvasItems(), QwtPlot::print(), and QwtPlot::printCanvas()..SS "void QwtPlotPrintFilter::reset (\fBQwtPlot\fP * plot) const\fC [virtual]\fP".PPReset color and fonts of a plot .PP\fBSee also:\fP.RS 4\fBQwtPlotPrintFilter::apply\fP .RE.PPDefinition at line 284 of file qwt_plot_printfilter.cpp..PPReferences QwtSymbol::brush(), color(), QwtLegendItem::curvePen(), d_cache, QwtPlot::d_curves, QwtPlot::d_grid, QwtPlot::d_lblTitle, QwtPlot::d_legend, QwtPlot::d_markers, QwtPlot::d_scale, font(), QwtLegend::itemIterator(), QwtMarker::labelPen(), QwtMarker::linePen(), QwtGrid::majPen(), QwtScale::minBorderDist(), QwtGrid::minPen(), QwtCurve::pen(), QwtSymbol::pen(), QwtScale::setBorderDist(), QwtSymbol::setBrush(), QwtPlot::setCanvasBackground(), QwtLegendItem::setCurvePen(), QwtMarker::setFont(), QwtMarker::setLabelPen(), QwtMarker::setLinePen(), QwtGrid::setMajPen(), QwtGrid::setMinPen(), QwtCurve::setPen(), QwtSymbol::setPen(), QwtMarker::setSymbol(), QwtCurve::setSymbol(), QwtLegendItem::setSymbol(), QwtScale::setTitleColor(), QwtScale::setTitleFont(), QwtMarker::symbol(), QwtCurve::symbol(), and QwtLegendItem::symbol()..PPReferenced by QwtPlot::print()..SS "void QwtPlotPrintFilter::setOptions (int options)".PPSet plot print options. .PP\fBParameters:\fP.RS 4\fIoptions\fP Or'd \fBQwtPlotPrintFilter::Options\fP values.RE.PP\fBSee also:\fP.RS 4\fBQwtPlotPrintFilter::options()\fP .RE.PPDefinition at line 74 of file qwt_plot_printfilter.h..SH "Author".PP Generated automatically by Doxygen for Qwt User's Guide from the source code.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -