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
Function
medianPen
qcustomplot/qcustomplot.h:5635
Function
minimumMargins
qcustomplot/qcustomplot.h:1229
Function
minimumSize
qcustomplot/qcustomplot.h:1231
Method
minimumSizeHint
! \internal Returns a minimum size hint that corresponds to the minimum size of the top level layout (\ref plotLayout). To prevent QCustomPlot
qcustomplot/qcustomplot.cpp:14725
Function
mode
qcustomplot/qcustomplot.h:662
Function
modes
qcustomplot/qcustomplot.h:483
Method
mouseDoubleClickEvent
! This event gets called when the user presses the mouse button a second time in a double-click, while the cursor is over the layerable. Whether a
qcustomplot/qcustomplot.cpp:1780
Method
mouseMoveEvent
! This event gets called when the user moves the mouse while holding a mouse button, after this layerable has become the mouse grabber by acceptin
qcustomplot/qcustomplot.cpp:1730
Method
mousePressEvent
qcustomplot/qcustomplot.cpp:1712
Method
mouseReleaseEvent
! This event gets called when the user releases the mouse button, after this layerable has become the mouse grabber by accepting the preceding \re
qcustomplot/qcustomplot.cpp:1748
Method
moveAbove
! Moves this bars plottable above \a bars. In other words, the bars of this plottable will appear above the bars of \a bars. The move target \a ba
qcustomplot/qcustomplot.cpp:23867
Method
moveBelow
! Moves this bars plottable below \a bars. In other words, the bars of this plottable will appear below the bars of \a bars. The move target \a ba
qcustomplot/qcustomplot.cpp:23834
Method
moveLayer
! Moves the specified \a layer either above or below \a otherLayer. Whether it's placed above or below is controlled with \a insertMode. Retu
qcustomplot/qcustomplot.cpp:14154
Method
moveRange
! If the scale type (\ref setScaleType) is \ref stLinear, \a diff is added to the lower and upper bounds of the range. The range is simply moved b
qcustomplot/qcustomplot.cpp:8415
Function
multiSelectModifier
qcustomplot/qcustomplot.h:3645
Function
notAntialiasedElements
qcustomplot/qcustomplot.h:3639
Function
numberPrecision
qcustomplot/qcustomplot.h:2028
Method
ohlcSelectTest
! \internal This method is a helper function for \ref selectTest. It is used to test for selection when the chart style is \ref csOhlc. It only t
qcustomplot/qcustomplot.cpp:26931
Method
onMouseMoveInPlot
* @brief Prints coordinates of mouse pointer in status bar on mouse release * @param event */
mainwindow.cpp:561
Method
onNewDataArrived
* @brief Slot for new data from serial port . Data is comming in QStringList and needs to be parsed * @param newData */
mainwindow.cpp:380
Method
onPortClosed
* @brief Slot for closing the port */
mainwindow.cpp:301
Method
on_actionClear_triggered
* @brief Clear all channels data and reset plot area * * This function will not delete the channel itself (legend will stay) */
mainwindow.cpp:800
Method
on_actionConnect_triggered
* @brief Connects to COM port or restarts plotting */
mainwindow.cpp:665
Method
on_actionDisconnect_triggered
* @brief Closes COM port and stop plotting */
mainwindow.cpp:769
Method
on_actionHow_to_use_triggered
* @brief Shows a window with instructions */
mainwindow.cpp:653
Method
on_actionPause_Plot_triggered
* @brief Keep COM port open but pause plotting */
mainwindow.cpp:737
Method
on_actionRecord_stream_triggered
* @brief Keep COM port open but pause plotting */
mainwindow.cpp:753
Method
on_comboPort_currentIndexChanged
* @brief Port Combo Box index changed slot; displays info for selected port when combo box is changed * @param arg1 */
mainwindow.cpp:325
Method
on_listWidget_Channels_itemDoubleClicked
mainwindow.cpp:903
Method
on_mouse_wheel_in_plot
* @brief Send plot wheelmouse to spinbox * @param event */
mainwindow.cpp:575
Method
on_pushButton_AutoScale_clicked
mainwindow.cpp:887
Method
on_pushButton_ResetVisible_clicked
mainwindow.cpp:894
Method
on_pushButton_ShowallData_clicked
mainwindow.cpp:873
Method
on_pushButton_TextEditHide_clicked
mainwindow.cpp:859
Method
on_pushButton_clicked
mainwindow.cpp:920
Method
on_savePNGButton_clicked
* @brief Save a PNG image of the plot to current EXE directory */
mainwindow.cpp:551
Method
on_spinAxesMax_valueChanged
* @brief Slot for spin box for plot maximum value on y axis * @param arg1 */
mainwindow.cpp:466
Method
on_spinAxesMin_valueChanged
* @brief Slot for spin box for plot minimum value on y axis * @param arg1 */
mainwindow.cpp:455
Method
on_spinPoints_valueChanged
* @brief Spin box controls how many data points are collected and displayed * @param arg1 */
mainwindow.cpp:642
Method
on_spinYStep_valueChanged
* @brief Spin box for changing the Y Tick step * @param arg1 */
mainwindow.cpp:540
Method
openCsvFile
* @brief Open a new CSV file to save received data * */
mainwindow.cpp:815
Function
openGl
qcustomplot/qcustomplot.h:3648
Method
openPort
* @brief Open the inside serial port; connect its signals * @param portInfo * @param baudRate * @param dataBits * @param parity * @param sto
mainwindow.cpp:270
Function
operator!=
qcustomplot/qcustomplot.h:786
Method
operator!=
qcustomplot/qcustomplot.h:4477
Function
operator*
qcustomplot/qcustomplot.h:438
Function
operator+
qcustomplot/qcustomplot.h:441
Function
operator-
qcustomplot/qcustomplot.h:442
Function
operator/
qcustomplot/qcustomplot.h:440
Function
operator<<
! \relates QCPVector2D Prints \a vec in a human readable format to the qDebug output. */
qcustomplot/qcustomplot.h:449
Function
operator==
qcustomplot/qcustomplot.h:785
Method
operator==
! Returns true if this selection is identical (contains the same data ranges with the same begin and end indices) to \a other. Note that both d
qcustomplot/qcustomplot.cpp:2407
Method
opposite
! Returns the axis type that describes the opposite axis of an axis with the specified \a type. */
qcustomplot/qcustomplot.cpp:8775
Function
outerRect
qcustomplot/qcustomplot.h:1227
Function
outlierStyle
qcustomplot/qcustomplot.h:5636
Function
padding
qcustomplot/qcustomplot.h:2043
Method
paintEvent
! \internal Event handler for when the QCustomPlot widget needs repainting. This does not cause a \ref replot, but draws the internal buffer on
qcustomplot/qcustomplot.cpp:14745
Function
parentAnchor
qcustomplot/qcustomplot.h:3471
Function
parentAnchorY
qcustomplot/qcustomplot.h:3473
Function
parentLayerable
qcustomplot/qcustomplot.h:714
Function
parentLegend
getters:
qcustomplot/qcustomplot.h:4735
Method
parentPlotInitialized
! \internal propagates the parent plot initialization to all child elements, by calling \ref QCPLayerable::initializeParentPlot on them. */
qcustomplot/qcustomplot.cpp:3525
Function
penNegative
qcustomplot/qcustomplot.h:5906
Function
penPositive
qcustomplot/qcustomplot.h:5905
Method
performAutoSqueeze
qcustomplot/qcustomplot.h:3219
Method
periodic
qcustomplot/qcustomplot.h:4483
Function
periodicity
qcustomplot/qcustomplot.h:1796
Function
perpendicular
qcustomplot/qcustomplot.h:414
Function
piSymbol
getters:
qcustomplot/qcustomplot.h:1794
Function
piValue
qcustomplot/qcustomplot.h:1795
Method
pickClosest
! \internal Returns the coordinate contained in \a candidates which is closest to the provided \a target. This method assumes \a candidates
qcustomplot/qcustomplot.cpp:5796
Function
pixelOrientation
qcustomplot/qcustomplot.h:2109
Method
pixelsToCoords
! Convenience function for transforming a x/y pixel pair on the QCustomPlot surface to plot coordinates, taking the orientations of the axes assoc
qcustomplot/qcustomplot.cpp:10955
Function
pixmap
qcustomplot/qcustomplot.h:2360
Method
placeTickLabel
! \internal Draws a single tick label with the provided \a painter, utilizing the internal label cache to significantly speed up drawing of lab
qcustomplot/qcustomplot.cpp:9499
Function
plotLayout
qcustomplot/qcustomplot.h:3637
Function
plottable
getters:
qcustomplot/qcustomplot.h:4790
Method
plottableAt
! Returns the plottable at the pixel position \a pos. Plottables that only consist of single lines (like graphs) have a tolerance band around them
qcustomplot/qcustomplot.cpp:13630
Function
plottingHints
qcustomplot/qcustomplot.h:3644
Method
pointDistance
! \internal Calculates the minimum distance in pixels the graph's representation has from the given \a pixelPoint. This is used to determine wh
qcustomplot/qcustomplot.cpp:21632
Method
portOpenedFail
* @brief Slot for fail to open the port */
mainwindow.cpp:359
Method
portOpenedSuccess
* @brief Slot for port opened successfully */
mainwindow.cpp:335
Function
positionAlignment
qcustomplot/qcustomplot.h:6326
Function
positions
non-virtual methods:
qcustomplot/qcustomplot.h:3542
Method
preallocateGrow
qcustomplot/qcustomplot.h:3189
Method
processPointSelection
! \internal This method is called when a simple left mouse click was detected on the QCustomPlot surface. It first determines the layerable that
qcustomplot/qcustomplot.cpp:15413
Method
processRectSelection
! \internal This slot is connected to the selection rect's \ref QCPSelectionRect::accepted signal when \ref setSelectionRectMode is set to \ref
qcustomplot/qcustomplot.cpp:15299
Method
processRectZoom
! \internal This slot is connected to the selection rect's \ref QCPSelectionRect::accepted signal when \ref setSelectionRectMode is set to \ref
qcustomplot/qcustomplot.cpp:15384
Function
qcpLessThanSortKey
qcustomplot/qcustomplot.h:2409
Function
rangeDrag
qcustomplot/qcustomplot.h:4612
Function
rangeZoom
qcustomplot/qcustomplot.h:4613
Method
readData
* @brief Read data for inside serial port */
mainwindow.cpp:476
Method
reallocateBuffer
inherits documentation from base class */
qcustomplot/qcustomplot.cpp:690
Method
rectDistance
! \internal A convenience function which returns the selectTest value for a specified \a rect and a specified click position \a pos. \a filledRec
qcustomplot/qcustomplot.cpp:12417
Method
rectIntersectsLine
! \internal Returns whether \a line intersects (or is contained in) \a pixelRect. \a line is assumed to be either perfectly horizontal or perfec
qcustomplot/qcustomplot.cpp:28046
Method
releaseElement
! \internal Disassociates \a el from this layout. This is done by setting the \ref QCPLayoutElement::layout and the \ref QCPLayerable::parentLa
qcustomplot/qcustomplot.cpp:3829
Method
removeAfter
qcustomplot/qcustomplot.h:2780
Method
removeAxis
! Removes the specified \a axis from the axis rect and deletes it. Returns true on success, i.e. if \a axis was a valid axis in this axis rect.
qcustomplot/qcustomplot.cpp:17035
Method
removeBefore
qcustomplot/qcustomplot.h:2765
Method
removeGraph
! Removes the specified \a graph from the plot and deletes it. If necessary, the corresponding legend item is also removed from the default legend
qcustomplot/qcustomplot.cpp:13739
← previous
next →
701–800 of 1,161, ranked by callers