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

📄 qwtplotlayout.3

📁 linux下qt的第三方的一个类
💻 3
📖 第 1 页 / 共 2 页
字号:
.PP\fBReturns:\fP.RS 4Position of the legend .RE.PP\fBSee also:\fP.RS 4\fBQwtPlotLayout::setLegendPosition()\fP, \fBQwtPlot::setLegendPosition()\fP, \fBQwtPlot::legendPosition()\fP .RE.PP\fBWarning:\fP.RS 4This function is deprecated. Use \fBQwtPlotLayout::setLegendPosition()\fP. .RE.PPDefinition at line 300 of file qwt_plot_layout.cpp..SS "\fBQwtPlot::Position\fP QwtPlotLayout::legendPosition () const".PP\fBReturns:\fP.RS 4Position of the legend .RE.PP\fBSee also:\fP.RS 4\fBQwtPlotLayout::setLegendPosition()\fP, \fBQwtPlot::setLegendPosition()\fP, \fBQwtPlot::legendPosition()\fP .RE.PPDefinition at line 266 of file qwt_plot_layout.cpp..PPReferenced by QwtPlot::legendPos(), QwtPlot::legendPosition(), QwtPlot::setLegendPosition(), setLegendRatio(), and QwtPlot::updateTabOrder()..SS "double QwtPlotLayout::legendRatio () const".PP\fBReturns:\fP.RS 4The relative size of the legend in the plot. .RE.PP\fBSee also:\fP.RS 4\fBQwtPlotLayout::setLegendPos()\fP, \fBQwtPlot::setLegendPos()\fP .RE.PPDefinition at line 328 of file qwt_plot_layout.cpp..SS "const QRect & QwtPlotLayout::legendRect () const".PP\fBReturns:\fP.RS 4Geometry for the legend .RE.PP\fBSee also:\fP.RS 4\fBQwtPlotLayout::activate()\fP, \fBQwtPlotLayout::invalidate()\fP .RE.PPDefinition at line 348 of file qwt_plot_layout.cpp..PPReferenced by layoutLegend(), QwtPlot::print(), and QwtPlot::updateLayout()..SS "int QwtPlotLayout::margin () const".PP\fBReturns:\fP.RS 4margin .RE.PP\fBSee also:\fP.RS 4\fBQwtPlotLayout::setMargin()\fP, \fBQwtPlotLayout::spacing()\fP, \fBQwtPlot::margin()\fP .RE.PPDefinition at line 106 of file qwt_plot_layout.cpp..PPReferenced by QwtPlot::margin(), and QwtPlot::setMargin()..SS "QSize QwtPlotLayout::minimumSizeHint (const \fBQwtPlot\fP * plot) const\fC [virtual]\fP".PPReturn a minimum size hint. .PP\fBSee also:\fP.RS 4\fBQwtPlot::minimumSizeHint()\fP .RE.PPDefinition at line 395 of file qwt_plot_layout.cpp..PPReferences QwtPlot::axis(), QwtScale::baseLineDist(), QwtPlot::canvas(), QwtLegend::heightForWidth(), QwtLegend::isEmpty(), QwtPlot::legend(), QwtScaleDraw::majTickLength(), QwtScale::minBorderDist(), QwtScale::minimumSizeHint(), QwtScale::scaleDraw(), QwtLegend::sizeHint(), and QwtPlot::titleLabel()..PPReferenced by QwtPlot::minimumSizeHint()..SS "const QRect & QwtPlotLayout::scaleRect (int axis) const".PP\fBParameters:\fP.RS 4\fIaxis\fP Axis index .RE.PP\fBReturns:\fP.RS 4Geometry for the scale .RE.PP\fBSee also:\fP.RS 4\fBQwtPlotLayout::activate()\fP, \fBQwtPlotLayout::invalidate()\fP .RE.PPDefinition at line 359 of file qwt_plot_layout.cpp..PPReferenced by activate(), alignScales(), QwtPlot::print(), and QwtPlot::updateLayout()..SS "void QwtPlotLayout::setAlignCanvasToScales (bool alignCanvasToScales)".PPChange the align-canvas-to-axis-scales setting. The canvas may:.IP "\(bu" 2extend beyond the axis scale ends to maximize its size,.IP "\(bu" 2align with the axis scale ends to control its size..PP.PP\fBParameters:\fP.RS 4\fIalignCanvasToScales\fP New align-canvas-to-axis-scales setting.RE.PP\fBSee also:\fP.RS 4QwtPlotLayout::alignCanvasToTicks, \fBQwtPlotLayout::setCanvasMargin()\fP .RE.PP\fBNote:\fP.RS 4In this context the term 'scale' means the backbone of a scale. .RE.PP\fBWarning:\fP.RS 4In case of alignCanvasToScales == TRUE canvasMargin will have no effect .RE.PPDefinition at line 165 of file qwt_plot_layout.cpp..SS "void QwtPlotLayout::setCanvasMargin (int margin, int axis = \fC-1\fP)".PPChange a margin of the canvas. The margin is the space above/below the scale ticks. A negative margin will be set to -1, excluding the borders of the scales..PP\fBParameters:\fP.RS 4\fImargin\fP New margin .br\fIaxis\fP One of \fBQwtPlot::Axis\fP. Specifies where the position of the margin. -1 means margin at all borders. .RE.PP\fBSee also:\fP.RS 4\fBQwtPlotLayout::canvasMargin()\fP.RE.PP\fBWarning:\fP.RS 4The canvas will have no effect when alignCanvasToScales is TRUE .RE.PPDefinition at line 124 of file qwt_plot_layout.cpp..PPReferenced by QwtPlotLayout()..SS "void QwtPlotLayout::setLegendPos (int pos, double ratio = \fC0.0\fP)".PPSpecify the position of the legend. .PP\fBParameters:\fP.RS 4\fIpos\fP The legend's position. Valid values are \fCQwt::Left\fP, \fCQwt::Right\fP, \fCQwt::Top\fP, \fCQwtBottom\fP. .br\fIratio\fP Ratio between legend and the bounding rect of title, canvas and axes. The legend will be shrinked if it would need more space than the given ratio. The ratio is limited to ]0.0 .. 1.0]. In case of <= 0.0 it will be reset to the default ratio. The default vertical/horizontal ratio is 0.33/0.5..RE.PP\fBSee also:\fP.RS 4\fBQwtPlot::setLegendPosition()\fP .RE.PP\fBWarning:\fP.RS 4This function is deprecated. Use \fBQwtPlotLayout::setLegendPosition()\fP. .RE.PPDefinition at line 288 of file qwt_plot_layout.cpp..PPReferences setLegendPosition()..SS "void QwtPlotLayout::setLegendPosition (\fBQwtPlot::Position\fP pos)".PPSpecify the position of the legend. .PP\fBParameters:\fP.RS 4\fIpos\fP The legend's position. Valid values are \fCQwtPlot::Left\fP, \fCQwtPlot::Right\fP, \fCQwtPlot::Top\fP, \fCQwtPlot::Bottom\fP..RE.PP\fBSee also:\fP.RS 4\fBQwtPlot::setLegendPosition()\fP .RE.PPDefinition at line 255 of file qwt_plot_layout.cpp..PPReferences setLegendPosition()..SS "void QwtPlotLayout::setLegendPosition (\fBQwtPlot::Position\fP pos, double ratio)".PPSpecify the position of the legend. .PP\fBParameters:\fP.RS 4\fIpos\fP The legend's position. Valid values are \fCQwtPlot::Left\fP, \fCQwtPlot::Right\fP, \fCQwtPlot::Top\fP, \fCQwtPlot::Bottom\fP. .br\fIratio\fP Ratio between legend and the bounding rect of title, canvas and axes. The legend will be shrinked if it would need more space than the given ratio. The ratio is limited to ]0.0 .. 1.0]. In case of <= 0.0 it will be reset to the default ratio. The default vertical/horizontal ratio is 0.33/0.5..RE.PP\fBSee also:\fP.RS 4\fBQwtPlot::setLegendPosition()\fP .RE.PPDefinition at line 221 of file qwt_plot_layout.cpp..PPReferenced by QwtPlotLayout(), setLegendPos(), setLegendPosition(), QwtPlot::setLegendPosition(), and setLegendRatio()..SS "void QwtPlotLayout::setLegendRatio (double ratio)".PPSpecify the relative size of the legend in the plot .PP\fBParameters:\fP.RS 4\fIratio\fP Ratio between legend and the bounding rect of title, canvas and axes. The legend will be shrinked if it would need more space than the given ratio. The ratio is limited to ]0.0 .. 1.0]. In case of <= 0.0 it will be reset to the default ratio. The default vertical/horizontal ratio is 0.33/0.5..RE.PP\fBSee also:\fP.RS 4\fBQwtPlot::setLegendPosition()\fP .RE.PPDefinition at line 318 of file qwt_plot_layout.cpp..PPReferences legendPosition(), and setLegendPosition()..SS "void QwtPlotLayout::setMargin (int margin)".PPChange the margin of the plot. The margin is the space around all components..PP\fBParameters:\fP.RS 4\fImargin\fP new margin .RE.PP\fBSee also:\fP.RS 4\fBQwtPlotLayout::margin()\fP, \fBQwtPlotLayout::setSpacing()\fP, \fBQwtPlot::setMargin()\fP .RE.PPDefinition at line 93 of file qwt_plot_layout.cpp..PPReferenced by QwtPlot::setMargin()..SS "void QwtPlotLayout::setSpacing (int spacing)".PPChange the spacing of the plot. The spacing is the distance between the plot components..PP\fBParameters:\fP.RS 4\fIspacing\fP new spacing .RE.PP\fBSee also:\fP.RS 4\fBQwtPlotLayout::setMargin()\fP, \fBQwtPlotLayout::spacing()\fP .RE.PPDefinition at line 193 of file qwt_plot_layout.cpp..SS "int QwtPlotLayout::spacing () const".PP\fBReturns:\fP.RS 4spacing .RE.PP\fBSee also:\fP.RS 4\fBQwtPlotLayout::margin()\fP, \fBQwtPlotLayout::setSpacing()\fP .RE.PPDefinition at line 202 of file qwt_plot_layout.cpp..SS "const QRect & QwtPlotLayout::titleRect () const".PP\fBReturns:\fP.RS 4Geometry for the title .RE.PP\fBSee also:\fP.RS 4\fBQwtPlotLayout::activate()\fP, \fBQwtPlotLayout::invalidate()\fP .RE.PPDefinition at line 338 of file qwt_plot_layout.cpp..PPReferenced by QwtPlot::print(), and QwtPlot::updateLayout()..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 + -