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

📄 qwtplot.3

📁 linux下qt的第三方的一个类
💻 3
📖 第 1 页 / 共 5 页
字号:
.SS "void QwtPlot::enableOutline (bool tf)".PPEnables or disables outline drawing. .PP\fBWarning:\fP.RS 4Outlining functionality is obsolete: use \fBQwtPlotPicker\fP or \fBQwtPlotZoomer\fP..RE.PPWhen the outline feature is enabled, a shape will be drawn in the plotting region when the user presses or drags the mouse. It can be used to implement crosshairs, mark a selected region, etc. .PP\fBParameters:\fP.RS 4\fItf\fP \fCTRUE\fP (enabled) or \fCFALSE\fP (disabled) .RE.PP\fBWarning:\fP.RS 4An outline style has to be specified. .RE.PP\fBSee also:\fP.RS 4\fBsetOutlineStyle()\fP .RE.PPDefinition at line 814 of file qwt_plot.cpp..PPReferences QwtPlotCanvas::enableOutline()..SS "void QwtPlot::enableXBottomAxis (bool b)".PPDesigner API for enableAxis. .PPDefinition at line 148 of file qwt_plot.h..SS "void QwtPlot::enableXTopAxis (bool b)".PPDesigner API for enableAxis. .PPDefinition at line 152 of file qwt_plot.h..SS "void QwtPlot::enableYLeftAxis (bool b)".PPDesigner API for enableAxis. .PPDefinition at line 160 of file qwt_plot.h..SS "void QwtPlot::enableYRightAxis (bool b)".PPDesigner API for enableAxis. .PPDefinition at line 156 of file qwt_plot.h..SS "bool QwtPlot::event (QEvent * e)\fC [virtual]\fP".PPAdds handling of QEvent::LayoutHint. .PPDefinition at line 147 of file qwt_plot.cpp..PPReferences updateLayout()..SS "const \fBQwtPlotGrid\fP & QwtPlot::grid () const".PPReturn the canvas grid. .PPDefinition at line 22 of file qwt_plot_grid.cpp..SS "\fBQwtPlotGrid\fP & QwtPlot::grid ()".PPReturn the canvas grid. .PPDefinition at line 16 of file qwt_plot_grid.cpp..SS "const QPen & QwtPlot::gridMajPen () const".PP\fBReturns:\fP.RS 4pen of the major grid .RE.PP\fBSee also:\fP.RS 4\fBQwtPlot::setGridMajPen\fP, \fBQwtPlot::gridMinPen\fP .RE.PPDefinition at line 181 of file qwt_plot_grid.cpp..PPReferences QwtGrid::majPen()..SS "const QPen & QwtPlot::gridMinPen () const".PP\fBReturns:\fP.RS 4pen of the minor grid .RE.PP\fBSee also:\fP.RS 4\fBQwtPlot::setGridMinPen\fP, \fBQwtPlot::gridMajPen\fP .RE.PPDefinition at line 163 of file qwt_plot_grid.cpp..PPReferences QwtGrid::minPen()..SS "int QwtPlot::gridXAxis () const".PP\fBReturns:\fP.RS 4x-axis where the grid is attached to. .RE.PP\fBSee also:\fP.RS 4\fBQwtPlot::setGridXAxis\fP .RE.PPDefinition at line 114 of file qwt_plot_grid.cpp..PPReferences QwtPlotMappedItem::xAxis()..SS "bool QwtPlot::gridXEnabled () const".PP\fBReturns:\fP.RS 4TRUE if the X major grid is enabled (visible), FALSE otherwise. .RE.PPDefinition at line 68 of file qwt_plot_grid.cpp..PPReferences QwtGrid::xEnabled()..SS "bool QwtPlot::gridXMinEnabled () const".PP\fBReturns:\fP.RS 4TRUE if the X minor grid is enabled (visible), FALSE otherwise. .RE.PPDefinition at line 76 of file qwt_plot_grid.cpp..PPReferences QwtGrid::xMinEnabled()..SS "int QwtPlot::gridYAxis () const".PP\fBReturns:\fP.RS 4y-axis where the grid is attached to. .RE.PP\fBSee also:\fP.RS 4\fBQwtPlot::setGridYAxis\fP .RE.PPDefinition at line 136 of file qwt_plot_grid.cpp..PPReferences QwtPlotMappedItem::yAxis()..SS "bool QwtPlot::gridYEnabled () const".PP\fBReturns:\fP.RS 4TRUE if the Y major grid is enabled (visible), FALSE otherwise. .RE.PPDefinition at line 84 of file qwt_plot_grid.cpp..PPReferences QwtGrid::yEnabled()..SS "bool QwtPlot::gridYMinEnabled () const".PP\fBReturns:\fP.RS 4TRUE if the X minor grid is enabled (visible), FALSE otherwise. .RE.PPDefinition at line 92 of file qwt_plot_grid.cpp..PPReferences QwtGrid::yMinEnabled()..SS "long QwtPlot::insertCurve (const QString & title, int xAxis = \fCxBottom\fP, int yAxis = \fCyLeft\fP)".PPInsert a new curve and return a unique key. .PP\fBParameters:\fP.RS 4\fItitle\fP title of the new curve .br\fIxAxis\fP x axis to be attached. Defaults to xBottom. .br\fIyAxis\fP y axis to be attached. Defaults to yLeft. .RE.PP\fBReturns:\fP.RS 4The key of the new curve or 0 if no new key could be found or if no new curve could be allocated. .RE.PPDefinition at line 276 of file qwt_plot_curve.cpp..PPReferences curve(), insertCurve(), QwtPlotMappedItem::setAxis(), and QwtCurve::setTitle()..SS "long QwtPlot::insertCurve (\fBQwtPlotCurve\fP * curve)".PPInsert a curve. .PP\fBParameters:\fP.RS 4\fIcurve\fP Curve .RE.PP\fBReturns:\fP.RS 4The key of the new curve or 0 if no new key could be found or if no new curve could be allocated. .RE.PPDefinition at line 247 of file qwt_plot_curve.cpp..PPReferences insertLegendItem(), QwtPlotItem::reparent(), and updateLayout()..PPReferenced by insertCurve()..SS "void QwtPlot::insertLegendItem (long curveKey)\fC [protected, virtual]\fP".PPInsert a \fBQwtLegendItem\fP for a specified curve. .PPIn case of \fBlegend()\fP->isReadOnly the item will be a \fBQwtLegendLabel\fP, otherwise a \fBQwtLegendButton\fP..PP\fBParameters:\fP.RS 4\fIcurveKey\fP curve key .RE.PP\fBSee also:\fP.RS 4\fBQwtLegendButton\fP, \fBQwtLegendItem\fP, \fBQwtLegend\fP, \fBupdateLegendItem()\fP, \fBprintLegendItem()\fP .RE.PPDefinition at line 644 of file qwt_plot_curve.cpp..PPReferences QwtLegend::contentsWidget(), QwtLegend::insertItem(), QwtLegend::isReadOnly(), lgdClicked(), and updateLegendItem()..PPReferenced by enableLegend(), and insertCurve()..SS "long QwtPlot::insertLineMarker (const QString & label, int axis)".PPThis function is a shortcut to insert a horizontal or vertical line marker, dependent on the specified axis. .PP\fBParameters:\fP.RS 4\fIlabel\fP Label .br\fIaxis\fP Axis to be attached .RE.PP\fBReturns:\fP.RS 4New key if the marker could be inserted, 0 if not. .RE.PPDefinition at line 113 of file qwt_plot_marker.cpp..PPReferences insertMarker(), marker(), QwtPlotMappedItem::setAxis(), QwtMarker::setLabel(), QwtMarker::setLabelAlignment(), and QwtMarker::setLineStyle()..SS "long QwtPlot::insertMarker (const QString & label = \fCQString::null\fP, int xAxis = \fCxBottom\fP, int yAxis = \fCyLeft\fP)".PPInsert a new marker. .PP\fBParameters:\fP.RS 4\fIlabel\fP Label .br\fIxAxis\fP X axis to be attached .br\fIyAxis\fP Y axis to be attached .RE.PP\fBReturns:\fP.RS 4New key if the marker could be inserted, 0 if not. .RE.PPDefinition at line 156 of file qwt_plot_marker.cpp..PPReferences insertMarker(), marker(), QwtPlotMappedItem::setAxis(), and QwtMarker::setLabel()..SS "long QwtPlot::insertMarker (\fBQwtPlotMarker\fP * marker)".PPInsert a new marker. .PP\fBParameters:\fP.RS 4\fImarker\fP Marker .RE.PP\fBReturns:\fP.RS 4New key if the marker could be inserted, 0 if not. .RE.PPDefinition at line 177 of file qwt_plot_marker.cpp..PPReferences autoRefresh(), and QwtPlotItem::reparent()..PPReferenced by insertLineMarker(), and insertMarker()..SS "double QwtPlot::invTransform (int axis, int pos) const".PPTransform the x or y coordinate of a position in the drawing region into a value. .PP\fBParameters:\fP.RS 4\fIaxis\fP axis index .br\fIpos\fP position .RE.PP\fBWarning:\fP.RS 4The position can be an x or a y coordinate, depending on the specified axis. .RE.PPDefinition at line 268 of file qwt_plot_axis.cpp..PPReferences axisValid(), canvasMap(), and QwtDiMap::invTransform()..SS "const \fBQwtLegend\fP * QwtPlot::legend () const".PP\fBReturns:\fP.RS 4the plot's legend .RE.PP\fBSee also:\fP.RS 4\fBinsertLegendItem()\fP, \fBupdateLegendItem()\fP, \fBprintLegendItem()\fP .RE.PPDefinition at line 282 of file qwt_plot.cpp..SS "\fBQwtLegend\fP * QwtPlot::legend ()".PP\fBReturns:\fP.RS 4the plot's legend .RE.PP\fBSee also:\fP.RS 4\fBinsertLegendItem()\fP, \fBupdateLegendItem()\fP, \fBprintLegendItem()\fP .RE.PPDefinition at line 273 of file qwt_plot.cpp..PPReferenced by QwtPlotLayout::activate(), and QwtPlotLayout::minimumSizeHint()..SS "void QwtPlot::legendClicked (long key)\fC [signal]\fP".PPA signal which is emitted when \fBlegend()\fP->isReadOnly() == FALSE and the user has clicked on a legend item,.PP\fBParameters:\fP.RS 4\fIkey\fP Key of the curve corresponding to the selected legend item.RE.PP\fBNote:\fP.RS 4To enable clicks \fBlegend()\fP->setReadOnly(FALSE) has to be set before the items have been inserted..RE.PP\fBSee also:\fP.RS 4\fBQwtLegend::setReadOnly\fP, \fBQwtLegend::isReadOnly\fP .RE.PP.PPReferenced by lgdClicked()..SS "bool QwtPlot::legendEnabled (long curveKey) const".PP\fBParameters:\fP.RS 4\fIcurveKey\fP Curve key. .RE.PP\fBReturns:\fP.RS 4\fCTRUE\fP if legend is enabled, otherwise \fCFALSE\fP .RE.PPDefinition at line 1037 of file qwt_plot.cpp..PPReferences QwtLegend::findItem()..SS "const QFont QwtPlot::legendFont () const".PP\fBReturns:\fP.RS 4the font of the legend items .RE.PPDefinition at line 1180 of file qwt_plot.cpp..SS "int QwtPlot::legendFrameStyle () const".PP\fBReturns:\fP.RS 4the frame style of the legend .RE.PPDefinition at line 1172 of file qwt_plot.cpp..SS "int QwtPlot::legendPos () const".PP\fBReturns:\fP.RS 4position of the legend .RE.PP\fBSee also:\fP.RS 4\fBQwtPlot::setLegendPosition()\fP, \fBQwtPlotLayout::legendPosition()\fP .RE.PP\fBWarning:\fP.RS 4This function is deprecated. Use \fBQwtPlot::legendPosition()\fP. .RE.PPDefinition at line 1141 of file qwt_plot.cpp..PPReferences QwtPlotLayout::legendPosition()..SS "\fBQwtPlot::Position\fP QwtPlot::legendPosition () const".PP\fBReturns:\fP.RS 4position of the legend .RE.PP\fBSee also:\fP.RS 4\fBQwtPlot::setLegendPosition()\fP, \fBQwtPlotLayout::legendPosition()\fP .RE.PPDefinition at line 1105 of file qwt_plot.cpp..PPReferences QwtPlotLayout::legendPosition(), and Position..SS "void QwtPlot::lgdClicked ()\fC [protected, virtual, slot]\fP".PPCalled internally when the legend has been clicked on. Emits a \fBlegendClicked()\fP signal. Definition at line 921 of file qwt_plot.cpp..PPReferences QwtLegend::key(), and legendClicked()..PPReferenced by insertLegendItem()..SS "int QwtPlot::margin () const".PP\fBReturns:\fP.RS 4margin .RE.PP\fBSee also:\fP.RS 4\fBQwtPlot::setMargin()\fP, \fBQwtPlotLayout::margin()\fP, \fBQwtPlot::plotLayout()\fP .RE.PPDefinition at line 742 of file qwt_plot.cpp..PPReferences QwtPlotLayout::margin()..PPReferenced by canvasMap(), and print()..SS "const \fBQwtPlotMarker\fP * QwtPlot::marker (long key) const".PPFind and return an existing marker. .PP\fBParameters:\fP.RS 4\fIkey\fP Key of the marker .RE.PP\fBReturns:\fP.RS 4The marker for the given key or 0 if key is not valid. .RE.PPDefinition at line 211 of file qwt_plot_marker.cpp..SS "\fBQwtPlotMarker\fP * QwtPlot::marker (long key)".PPFind and return an existing marker. .PP\fBParameters:\fP.RS 4\fIkey\fP Key of the marker .RE.PP\fBReturns:\fP.RS 4The marker for the given key or 0 if key is not valid. .RE.PPDefinition at line 200 of file qwt_plot_marker.cpp..PPReferenced by drawCanvasItems(), insertLineMarker(), and insertMarker()..SS "QFont QwtPlot::markerFont (long key) const".PP\fBReturns:\fP.RS 4the font of a marker .RE.PPDefinition at line 235 of file qwt_plot_marker.cpp..PPReferences QwtMarker::font()..SS "QwtPlotMarkerIterator QwtPlot::markerIterator () const".PPReturn an iterator for the plot curves. .PPDefinition at line 17 of file qwt_plot_marker.cpp..PPReferenced by closestMarker(), drawCanvasItems(), and markerKeys()..SS "QwtArray< long > QwtPlot::markerKeys () const".PP\fBReturns:\fP.RS 4an array containing the keys of all markers .RE.PPDefinition at line 219 of file qwt_plot_marker.cpp..PPReferences markerIterator()..SS "const QString QwtPlot::markerLabel (long key) const".PP\fBReturns:\fP.RS 4a marker's label .RE.PP\fBParameters:\fP.RS 4\fIkey\fP Marker key .RE.PPDefinition at line 248 of file qwt_plot_marker.cpp..PPReferences QwtMarker::label()..SS "int QwtPlot::markerLabelAlign (long key) const".PP\fBReturns:\fP.RS 4a marker's label alignment .RE.PP\fBParameters:\fP.RS 4\fIkey\fP Marker key .RE.PPDefinition at line 261 of file qwt_plot_marker.cpp..PPReferences QwtMarker::labelAlignment()..SS "QPen QwtPlot::markerLabelPen (long key) const".PP\fBReturns:\fP.RS 4the pen of a marker's label .RE.PP

⌨️ 快捷键说明

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