Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CieNTi/serial_port_plotter
/ functions
Functions
1,161 in github.com/CieNTi/serial_port_plotter
⨍
Functions
1,161
◇
Types & classes
65
Method
removeLayer
! Removes the specified \a layer and returns true on success. All layerables (e.g. plottables and items) on the removed layer will be moved to
qcustomplot/qcustomplot.cpp:14105
Method
removePlottable
! Removes the specified plottable from the plot and deletes it. If necessary, the corresponding legend item is also removed from the default legen
qcustomplot/qcustomplot.cpp:13540
Method
replaceUnit
! \internal Replaces all occurrences of the format pattern belonging to \a unit in \a text with the specified \a value, using the field width a
qcustomplot/qcustomplot.cpp:6388
Method
rescaleAxes
! Rescales the key and value axes associated with this plottable to contain all displayed data, so the whole plottable is visible. If the scaling
qcustomplot/qcustomplot.cpp:10994
Method
rescaleDataRange
! Changes the data range such that all color maps associated with this color scale are fully mapped to the gradient in the data dimension. \s
qcustomplot/qcustomplot.cpp:19635
Method
rescaleKeyAxis
! Rescales the key axis of the plottable so the whole plottable is visible. See \ref rescaleAxes for detailed behaviour. */
qcustomplot/qcustomplot.cpp:11005
Method
rescaleValueAxis
! Rescales the value axis of the plottable so the whole plottable is visible. If \a inKeyRange is set to true, only the data points which are in t
qcustomplot/qcustomplot.cpp:11047
Method
resizeEvent
! \internal Event handler for a resize of the QCustomPlot widget. The viewport (which becomes the outer rect of mPlotLayout) is resized appropr
qcustomplot/qcustomplot.cpp:14765
Function
right
qcustomplot/qcustomplot.h:4656
Function
rotation
qcustomplot/qcustomplot.h:6328
Method
rowColToIndex
! Converts the given \a row and \a column to the linear index used by some methods of \ref QCPLayoutGrid and \ref QCPLayout. The way the cells
qcustomplot/qcustomplot.cpp:4499
Function
rowSpacing
qcustomplot/qcustomplot.h:1363
Function
rowStretchFactors
qcustomplot/qcustomplot.h:1361
Method
saveBmp
! Saves a BMP image file to \a fileName on disc. The output plot will have the dimensions \a width and \a height in pixels, multiplied by \a scale
qcustomplot/qcustomplot.cpp:14712
Method
saveJpg
! Saves a JPEG image file to \a fileName on disc. The output plot will have the dimensions \a width and \a height in pixels, multiplied by \a scal
qcustomplot/qcustomplot.cpp:14668
Method
savePdf
! Saves a PDF with the vectorized plot to the file \a fileName. The axis ratio as well as the scale of texts and lines will be derived from the sp
qcustomplot/qcustomplot.cpp:14513
Method
saveRastered
! Saves the plot to a rastered image file \a fileName in the image format \a format. The plot is sized to \a width and \a height in pixels and sca
qcustomplot/qcustomplot.cpp:15635
Method
saveStream
* @brief Open a new CSV file to save received data * */
mainwindow.cpp:843
Function
scaleStrategy
qcustomplot/qcustomplot.h:1716
Function
scaleType
qcustomplot/qcustomplot.h:2016
Function
scaled
qcustomplot/qcustomplot.h:6470
Function
scatterSkip
qcustomplot/qcustomplot.h:5196
Function
scatterStyle
qcustomplot/qcustomplot.h:3258
Method
segmentsIntersect
! \internal Returns whether the segments defined by the coordinates (aLower, aUpper) and (bLower, bUpper) have overlap. The output parame
qcustomplot/qcustomplot.cpp:21330
Method
selectTest
qcustomplot/qcustomplot.h:4296
Method
selectTestRect
qcustomplot/qcustomplot.h:4222
Function
selectable
qcustomplot/qcustomplot.h:3322
Function
selectableParts
qcustomplot/qcustomplot.h:2046
Method
selectedAxes
! Returns the axes that currently have selected parts, i.e. whose selection state is not \ref QCPAxis::spNone. \see selectedPlottables, selec
qcustomplot/qcustomplot.cpp:14331
Function
selectedBasePen
qcustomplot/qcustomplot.h:2051
Function
selectedBorderPen
qcustomplot/qcustomplot.h:4853
Function
selectedBrush
qcustomplot/qcustomplot.h:4855
Function
selectedColor
qcustomplot/qcustomplot.h:6318
Function
selectedFont
qcustomplot/qcustomplot.h:4738
Method
selectedGraphs
! Returns a list of the selected graphs. If no graphs are currently selected, the list is empty. If you are not only interested in selected gra
qcustomplot/qcustomplot.cpp:13790
Function
selectedIconBorderPen
qcustomplot/qcustomplot.h:4854
Method
selectedItems
! Returns a list of the selected items. If no items are currently selected, the list is empty. \see setInteractions, QCPAbstractItem::setSelect
qcustomplot/qcustomplot.cpp:13903
Function
selectedLabelColor
qcustomplot/qcustomplot.h:2050
Function
selectedLabelFont
qcustomplot/qcustomplot.h:2048
Method
selectedLegends
! Returns the legends that currently have selected parts, i.e. whose selection state is not \ref QCPLegend::spNone. \see selectedPlottables,
qcustomplot/qcustomplot.cpp:14353
Function
selectedPen
qcustomplot/qcustomplot.h:6104
Method
selectedPlottables
! Returns a list of the selected plottables. If no plottables are currently selected, the list is empty. There is a convenience function if you
qcustomplot/qcustomplot.cpp:13607
Function
selectedSubTickPen
qcustomplot/qcustomplot.h:2053
Function
selectedTextColor
qcustomplot/qcustomplot.h:4739
Function
selectedTickLabelColor
qcustomplot/qcustomplot.h:2049
Function
selectedTickLabelFont
qcustomplot/qcustomplot.h:2047
Function
selectedTickPen
qcustomplot/qcustomplot.h:2052
Function
selectionDecorator
qcustomplot/qcustomplot.h:3325
Method
selectionHitBox
! \internal Returns the hit box in pixel coordinates that will be used for data selection with the selection rect (\ref selectTestRect), of the
qcustomplot/qcustomplot.cpp:27076
Function
selectionRect
qcustomplot/qcustomplot.h:3647
Function
selectionRectMode
qcustomplot/qcustomplot.h:3646
Method
setAdaptiveSampling
! Sets whether adaptive sampling shall be used when plotting this graph. QCustomPlot's adaptive sampling technique can drastically improve the rep
qcustomplot/qcustomplot.cpp:20262
Method
setAntialiased
! Sets whether this object will be drawn antialiased or not. Note that antialiasing settings may be overridden by QCustomPlot::setAntialiasedEl
qcustomplot/qcustomplot.cpp:1417
Method
setAntialiasedElement
! Sets whether the specified \a antialiasedElement is forcibly drawn antialiased. See \ref setAntialiasedElements for details. \see setNot
qcustomplot/qcustomplot.cpp:13005
Method
setAntialiasedFill
! Sets whether fills of this plottable are drawn antialiased or not. Note that this setting may be overridden by \ref QCustomPlot::setAntialias
qcustomplot/qcustomplot.cpp:10746
Method
setAntialiasedScatters
! Sets whether the scatter symbols of this plottable are drawn antialiased or not. Note that this setting may be overridden by \ref QCustomPlot
qcustomplot/qcustomplot.cpp:10757
Method
setAntialiasedSubGrid
! Sets whether sub grid lines are drawn antialiased. */
qcustomplot/qcustomplot.cpp:7196
Method
setAntialiasedZeroLine
! Sets whether zero lines are drawn antialiased. */
qcustomplot/qcustomplot.cpp:7204
Method
setAutoAddPlottableToLegend
! If set to true, adding a plottable (e.g. a graph) to the QCustomPlot automatically also adds the plottable to the legend (QCustomPlot::legend).
qcustomplot/qcustomplot.cpp:13069
Method
setAutoMargins
! Sets on which sides the margin shall be calculated automatically. If a side is calculated automatically, a minimum margin value may be provided
qcustomplot/qcustomplot.cpp:3270
Method
setAutoSqueeze
qcustomplot/qcustomplot.h:2623
Method
setBackgroundScaled
! Sets whether the viewport background pixmap shall be scaled to fit the viewport. If \a scaled is set to true, control whether and how the aspect
qcustomplot/qcustomplot.cpp:13480
Method
setBackgroundScaledMode
! If scaling of the viewport background pixmap is enabled (\ref setBackgroundScaled), use this function to define whether and how the aspect ratio
qcustomplot/qcustomplot.cpp:13491
Method
setBarWidth
! Sets the width (or height, for horizontal color scales) the bar where the gradient is displayed will have. */
qcustomplot/qcustomplot.cpp:19569
Method
setBaseValue
! Sets the base value of this bars plottable. The base value defines where on the value coordinate the bars start. How far the bars extend from
qcustomplot/qcustomplot.cpp:23763
Function
setBegin
setters:
qcustomplot/qcustomplot.h:911
Method
setBracketBrush
! Sets the brush that will be used to draw the brackets at the beginning and end of each selected data segment. */
qcustomplot/qcustomplot.cpp:16455
Method
setBracketHeight
! Sets the height of the drawn bracket. The height dimension is always perpendicular to the key axis of the data, or the tangent direction of the
qcustomplot/qcustomplot.cpp:16475
Method
setBracketPen
! Sets the pen that will be used to draw the brackets at the beginning and end of each selected data segment. */
qcustomplot/qcustomplot.cpp:16446
Method
setBracketStyle
! Sets the shape that the bracket/marker will have. \see setBracketWidth, setBracketHeight */
qcustomplot/qcustomplot.cpp:16485
Method
setBracketWidth
! Sets the width of the drawn bracket. The width dimension is always parallel to the key axis of the data, or the tangent direction of the current
qcustomplot/qcustomplot.cpp:16465
Method
setBrushNegative
! If \ref setTwoColored is set to true, this function controls the brush that is used to draw fills of data points with a negative trend (i.e. bar
qcustomplot/qcustomplot.cpp:26431
Method
setBrushPositive
! If \ref setTwoColored is set to true, this function controls the brush that is used to draw fills of data points with a positive trend (i.e. bar
qcustomplot/qcustomplot.cpp:26417
Method
setBufferDevicePixelRatio
! Sets the device pixel ratio used by the paint buffers of this QCustomPlot instance. Normally, this doesn't need to be set manually, because it
qcustomplot/qcustomplot.cpp:13400
Method
setCell
! Sets the data of the cell with indices \a keyIndex and \a valueIndex to \a z. The indices enumerate the cells starting from zero, up to the map'
qcustomplot/qcustomplot.cpp:25312
Method
setChannelFillGraph
! Sets the target graph for filling the area between this graph and \a targetGraph with the current brush (\ref setBrush). When \a targetGrap
qcustomplot/qcustomplot.cpp:20211
Method
setChartStyle
! Sets which representation style shall be used to display the OHLC data. */
qcustomplot/qcustomplot.cpp:26366
Method
setClipAxisRect
! Sets the clip axis rect. It defines the rect that will be used to clip the item when \ref setClipToAxisRect is set to true. \see setClipToA
qcustomplot/qcustomplot.cpp:12261
Method
setClipToAxisRect
! Sets whether the item shall be clipped to an axis rect or whether it shall be visible on the entire QCustomPlot. The axis rect can be set with \
qcustomplot/qcustomplot.cpp:12248
Method
setColorInterpolation
! Sets whether the colors in between the configured color stops (see \ref setColorStopAt) shall be interpolated linearly in RGB or in HSV color sp
qcustomplot/qcustomplot.cpp:15880
Method
setColorScale
! Associates the color scale \a colorScale with this color map. This means that both the color scale and the color map synchronize their gradie
qcustomplot/qcustomplot.cpp:25794
Method
setColorStops
! Sets at which positions from 0 to 1 which color shall occur. The positions are the keys, the colors are the values of the passed QMap \a colorSt
qcustomplot/qcustomplot.cpp:15855
Method
setColumnSpacing
! Sets the gap that is left blank between columns to \a pixels. \see setRowSpacing */
qcustomplot/qcustomplot.cpp:4315
Method
setColumnStretchFactor
! Sets the stretch \a factor of \a column. Stretch factors control the relative sizes of rows and columns. Cells will not be resized beyond t
qcustomplot/qcustomplot.cpp:4216
Method
setColumnStretchFactors
! Sets the stretch \a factors of all columns. \a factors must have the size \ref columnCount. Stretch factors control the relative sizes of row
qcustomplot/qcustomplot.cpp:4240
Method
setCurrentLayer
! Sets the layer with the specified \a name to be the current layer. All layerables (\ref QCPLayerable), e.g. plottables and items, are created on
qcustomplot/qcustomplot.cpp:14014
Method
setCustomPath
! Sets the custom shape that will be drawn as scatter point to \a customPath. The scatter shape is automatically set to \ref ssCustom. */
qcustomplot/qcustomplot.cpp:10120
Method
setData
! \overload Replaces the current data container with the provided \a data container. Since a QSharedPointer is used, multiple QCPGraphs may
qcustomplot/qcustomplot.cpp:20142
Method
setDataPlottable
! Sets the data plottable to which the error bars will be applied. The error values specified e.g. via \ref setData will be associated one-to-one
qcustomplot/qcustomplot.cpp:27285
Method
setDataRange
! Sets the range spanned by the color gradient and that is shown by the axis in the color scale. It is equivalent to calling QCPColorMap::setDa
qcustomplot/qcustomplot.cpp:19489
Method
setDataScaleType
! Sets the scale type of the color scale, i.e. whether values are associated with colors linearly or logarithmically. It is equivalent to cal
qcustomplot/qcustomplot.cpp:19519
Method
setDateTimeFormat
! Sets the format in which dates and times are displayed as tick labels. For details about the \a format string, see the documentation of QDateTim
qcustomplot/qcustomplot.cpp:5915
Method
setDateTimeSpec
! Sets the time spec that is used for creating the tick labels from corresponding dates/times. The default value of QDateTime objects (and also Q
qcustomplot/qcustomplot.cpp:5930
Function
setEnd
qcustomplot/qcustomplot.h:912
Method
setErrorType
! Sets in which orientation the error bars shall appear on the data points. If your data needs both error dimensions, create two \ref QCPErrorBars
qcustomplot/qcustomplot.cpp:27307
Method
setFieldWidth
! Sets the field widh of the specified \a unit to be \a width digits, when displayed in the tick label. If the number for the specific unit is sho
qcustomplot/qcustomplot.cpp:6264
Method
setFillOrder
! Sets the filling order and wrapping behaviour that is used when adding new elements with the method \ref addElement(QCPLayoutElement*). The s
qcustomplot/qcustomplot.cpp:4377
Method
setFractionStyle
! Sets how the numerical/fractional part preceding the symbolic constant is displayed in tick labels. See \ref FractionStyle for the various optio
qcustomplot/qcustomplot.cpp:6790
Method
setGradient
! Sets the color gradient that will be used to represent data values. It is equivalent to calling QCPColorMap::setGradient on any of the connec
qcustomplot/qcustomplot.cpp:19539
Method
setGraph
! Sets the QCPGraph this tracer sticks to. The tracer \a position will be set to type QCPItemPosition::ptPlotCoords and the axes will be set to th
qcustomplot/qcustomplot.cpp:29739
← previous
next →
801–900 of 1,161, ranked by callers