MCPcopy Create free account

hub / github.com/CieNTi/serial_port_plotter / functions

Functions1,161 in github.com/CieNTi/serial_port_plotter

MethodgetOverlappingSegments
! \internal This method takes two segment lists (e.g. created by \ref getNonNanSegments) \a thisSegments and \a otherSegments, and their assoc
qcustomplot/qcustomplot.cpp:21267
MethodgetPartAt
! Returns the part of the axis that is hit by \a pos (in pixels). The return value of this function is independent of the user-selectable parts de
qcustomplot/qcustomplot.cpp:8662
MethodgetPixelCoordinates
! \internal Returns the pixel coordinates of the data point at \a dataIndex, using \a interface1d to access the data points. */
qcustomplot/qcustomplot.cpp:16672
MethodgetPixelSpacing
! \internal Returns the spacing in pixels which is between this \a bars and the following one, both at the key coordinate \a keyCoord. \no
qcustomplot/qcustomplot.cpp:23461
MethodgetQuartileBox
! \internal Returns the box in plot coordinates (keys in x, values in y of the returned rect) that covers the value range from the lower to the
qcustomplot/qcustomplot.cpp:24956
MethodgetRectClippedLine
! \internal Returns the section of the line defined by \a start and \a end, that is visible in the specified \a rect. This is a helper funct
qcustomplot/qcustomplot.cpp:28369
MethodgetRectClippedStraightLine
! \internal Returns the section of the straight line defined by \a base and direction vector \a vec, that is visible in the specified \a rect.
qcustomplot/qcustomplot.cpp:28152
MethodgetRegion
! \internal This function is part of the curve optimization algorithm of \ref getCurveLines. It returns the region of the given point (\a key, \
qcustomplot/qcustomplot.cpp:22477
MethodgetScatters
! \internal This method retrieves an optimized set of data points via \ref getOptimizedScatterData and then converts them to pixel coordinates. T
qcustomplot/qcustomplot.cpp:20515
MethodgetSectionSizes
! \internal This is a helper function for the implementation of \ref updateLayout in subclasses. It calculates the sizes of one-dimensional
qcustomplot/qcustomplot.cpp:3870
MethodgetStackedBaseValue
! \internal This function is called to find at which value to start drawing the base of a bar at \a key, when it is stacked on top of another Q
qcustomplot/qcustomplot.cpp:24270
MethodgetSubTickCount
! \internal Takes the \a tickStep, i.e. the distance between two consecutive ticks, and returns an appropriate number of sub ticks for that spe
qcustomplot/qcustomplot.cpp:5607
MethodgetSubTickPen
! \internal Returns the pen that is used to draw the subticks. Depending on the selection state, this is either mSelectedSubTickPen or mSubTick
qcustomplot/qcustomplot.cpp:9058
MethodgetTangentAngle
! \internal If \ref setTangentToData is enabled, brackets need to be rotated according to the data slope. This method returns the angle in radi
qcustomplot/qcustomplot.cpp:16625
MethodgetTextColor
! \internal Returns the text color that shall be used to draw text, taking into account the selection state of this item. */
qcustomplot/qcustomplot.cpp:18202
MethodgetTextDrawPoint
! \internal Returns the point that must be given to the QPainter::drawText function (which expects the top left point of the text rect), accord
qcustomplot/qcustomplot.cpp:29088
MethodgetTickLabel
! \internal This method returns the tick label string as it should be printed under the \a tick coordinate. If a textual number is returned, it
qcustomplot/qcustomplot.cpp:5670
MethodgetTickLabelColor
! \internal Returns the color that is used to draw the tick labels. Depending on the selection state, this is either mSelectedTickLabelColor or
qcustomplot/qcustomplot.cpp:9088
MethodgetTickLabelData
! \internal This is a \ref placeTickLabel helper function. Transforms the passed \a text and \a font to a tickLabelData structure that can t
qcustomplot/qcustomplot.cpp:9627
MethodgetTickLabelDrawOffset
! \internal This is a \ref placeTickLabel helper function. Calculates the offset at which the top left corner of the specified tick label sh
qcustomplot/qcustomplot.cpp:9709
MethodgetTickLabelFont
! \internal Returns the font that is used to draw the tick labels. Depending on the selection state, this is either mSelectedTickLabelFont or m
qcustomplot/qcustomplot.cpp:9068
MethodgetTickPen
! \internal Returns the pen that is used to draw the (major) ticks. Depending on the selection state, this is either mSelectedTickPen or mTickP
qcustomplot/qcustomplot.cpp:9048
MethodgetTickStep
! \internal Takes the entire currently visible axis range and returns a sensible tick step in order to provide readable tick labels as well as
qcustomplot/qcustomplot.cpp:5594
MethodgetTraverse
! \internal This function is part of the curve optimization algorithm of \ref getCurveLines. This method assumes that the \ref mayTraverse t
qcustomplot/qcustomplot.cpp:22904
MethodgetTraverseCornerPoints
! \internal This function is part of the curve optimization algorithm of \ref getCurveLines. This method assumes that the \ref getTraverse t
qcustomplot/qcustomplot.cpp:23017
MethodgetVisibleDataBounds
! This method outputs the currently visible data range via \a begin and \a end. The returned range will also never exceed \a rangeRestriction.
qcustomplot/qcustomplot.cpp:21179
MethodgetWhiskerBackboneLines
! \internal Returns the whisker backbones (keys in x, values in y of the returned lines) that cover the value range from the minimum to the lowe
qcustomplot/qcustomplot.cpp:24972
MethodgetWhiskerBarLines
! \internal Returns the whisker bars (keys in x, values in y of the returned lines) that are placed at the end of the whisker backbones, at the
qcustomplot/qcustomplot.cpp:24987
Functiongradient
qcustomplot/qcustomplot.h:5071
Functiongraph
qcustomplot/qcustomplot.h:6560
FunctiongraphKey
qcustomplot/qcustomplot.h:6561
Methodgraphs
! Returns a list of all the graphs that have this axis as key or value axis. \see plottables, items */
qcustomplot/qcustomplot.cpp:8715
Functiongrid
qcustomplot/qcustomplot.h:2056
MethodhasAnchor
! Returns whether this item has an anchor with the specified \a name. Note that you can check for positions with this function, too. This is be
qcustomplot/qcustomplot.cpp:12359
MethodhasElement
! Returns whether the cell at \a row and \a column exists and contains a valid element, i.e. isn't empty. \see element */
qcustomplot/qcustomplot.cpp:4196
MethodhasItem
! Returns whether this QCustomPlot contains the \a item. \see item */
qcustomplot/qcustomplot.cpp:13955
Functionhead
qcustomplot/qcustomplot.h:6150
Functionheight
qcustomplot/qcustomplot.h:4660
FunctioniconBorderPen
qcustomplot/qcustomplot.h:4850
FunctioniconSize
qcustomplot/qcustomplot.h:4848
FunctioniconTextPadding
qcustomplot/qcustomplot.h:4849
Functionindex
qcustomplot/qcustomplot.h:659
MethodindexToRowCol
! Converts the linear index to row and column indices and writes the result to \a row and \a column. The way the cells are indexed depends on \
qcustomplot/qcustomplot.cpp:4532
MethodinsertColumn
! Inserts a new column with empty cells at the column index \a newIndex. Valid values for \a newIndex range from 0 (inserts a column at the left)
qcustomplot/qcustomplot.cpp:4468
MethodinsertRow
! Inserts a new row with empty cells at the row index \a newIndex. Valid values for \a newIndex range from 0 (inserts a row at the top) to \a rowC
qcustomplot/qcustomplot.cpp:4441
MethodinsetAlignment
! Returns the alignment of the element with the specified \a index. The alignment only has a meaning, if the inset placement (\ref setInsetPlaceme
qcustomplot/qcustomplot.cpp:4891
FunctioninsetLayout
qcustomplot/qcustomplot.h:4645
MethodinsetPlacement
! Returns the placement type of the element with the specified \a index. */
qcustomplot/qcustomplot.cpp:4876
MethodinsetRect
! Returns the rect of the element with the specified \a index. The rect only has a meaning, if the inset placement (\ref setInsetPlacement) is \re
qcustomplot/qcustomplot.cpp:4906
Functioninteractions
qcustomplot/qcustomplot.h:3641
Functioninterface1D
actually introduced in QCPLayerable as non-pure, but we want to force reimplementation for plottables
qcustomplot/qcustomplot.h:3341
Functioninterpolate
qcustomplot/qcustomplot.h:5767
Functioninterpolating
qcustomplot/qcustomplot.h:6562
Methodintersection
! Returns the data range which is contained in both this data range and \a other. This method is very similar to \ref bounded, with one distinc
qcustomplot/qcustomplot.cpp:2287
Functioninvalidated
qcustomplot/qcustomplot.h:528
Functioninverted
qcustomplot/qcustomplot.h:1509
MethodisInvalidData
! \internal Returns whether the specified \a value is considered an invalid data value for plottables (i.e. is \e nan or \e +/-inf). This funct
qcustomplot/qcustomplot.h:309
FunctionisNone
non-property methods:
qcustomplot/qcustomplot.h:2373
FunctionisNull
qcustomplot/qcustomplot.h:411
FunctionisPenDefined
qcustomplot/qcustomplot.h:2374
FunctionisValid
non-property methods:
qcustomplot/qcustomplot.h:915
MethoditemAt
! Returns the item at the pixel position \a pos. Items that only consist of single lines (e.g. \ref QCPItemLine or \ref QCPItemCurve) have a toler
qcustomplot/qcustomplot.cpp:13927
MethoditemCount
! Returns the number of currently existing items in the plot \see item */
qcustomplot/qcustomplot.cpp:13893
Methoditems
! Returns a list of all the items that are associated with this axis. An item is considered associated with an axis if at least one of its positio
qcustomplot/qcustomplot.cpp:8734
Functionkey
qcustomplot/qcustomplot.h:3474
MethodkeyPressEvent
! \internal This method is called by QCustomPlot when a key has been pressed by the user while the selection rect interaction is active. The de
qcustomplot/qcustomplot.cpp:2930
FunctionkeyRange
qcustomplot/qcustomplot.h:5702
FunctionkeySize
getters:
qcustomplot/qcustomplot.h:5700
MethodkeyToDateTime
! A convenience method which turns \a key (in seconds since Epoch 1. Jan 1970, 00:00 UTC) into a QDateTime object. This can be used to turn axis c
qcustomplot/qcustomplot.cpp:6102
Functionlabel
qcustomplot/qcustomplot.h:2041
FunctionlabelColor
qcustomplot/qcustomplot.h:2040
FunctionlabelFont
qcustomplot/qcustomplot.h:2039
MethodlabelPadding
No documentation as it is a property getter */
qcustomplot/qcustomplot.cpp:7637
MethodlayerCount
! Returns the number of currently existing layers in the plot \see layer, addLayer */
qcustomplot/qcustomplot.cpp:14051
MethodlayerableAt
! \internal Returns the top-most layerable at pixel position \a pos. If \a onlySelectable is set to true, only those layerables that are selectab
qcustomplot/qcustomplot.cpp:15564
MethodlayerableListAt
! \internal Returns the layerables at pixel position \a pos. If \a onlySelectable is set to true, only those layerables that are selectable will
qcustomplot/qcustomplot.cpp:15594
Functionlayout
getters:
qcustomplot/qcustomplot.h:1225
MethodlayoutElementAt
! Returns the layout element at pixel position \a pos. If there is no element at that position, returns 0. Only visible elements are used. If
qcustomplot/qcustomplot.cpp:14271
Functionleft
read-only interface imitating a QRect:
qcustomplot/qcustomplot.h:4655
Methodlegend_double_click
* @brief Rename a graph by double clicking on its legend item * @param legend * @param item */
mainwindow.cpp:615
FunctionlengthSquared
qcustomplot/qcustomplot.h:407
FunctionlessThanDataRangeBegin
qcustomplot/qcustomplot.h:975
FunctionlineStyle
qcustomplot/qcustomplot.h:5194
MethodloadPreset
! Clears the current color stops and loads the specified \a preset. A preset consists of predefined color stops and the corresponding color interp
qcustomplot/qcustomplot.cpp:16148
FunctionlogBase
getters:
qcustomplot/qcustomplot.h:1841
MethodlowerEnding
No documentation as it is a property getter */
qcustomplot/qcustomplot.cpp:7649
Functionmain
main.cpp:30
MethodmainBrush
! \internal Returns the brush that should be used for drawing fills of the item. Returns mBrush when the item is not selected and mSelectedBrush
qcustomplot/qcustomplot.cpp:28792
MethodmainColor
! \internal Returns the color that should be used for drawing text. Returns mColor when the item is not selected and mSelectedColor when it is. *
qcustomplot/qcustomplot.cpp:29120
MethodmainFont
! \internal Returns the main font to be used. This is mSelectedFont if \ref setSelected is set to <tt>true</tt>, else mFont is returned. */
qcustomplot/qcustomplot.cpp:19264
FunctionmainKey
qcustomplot/qcustomplot.h:5142
MethodmainPen
! \internal Returns the pen that should be used for drawing lines. Returns mPen when the item is not selected and mSelectedPen when it is. */
qcustomplot/qcustomplot.cpp:28236
MethodmainTextColor
! \internal Returns the main color to be used. This is mSelectedTextColor if \ref setSelected is set to <tt>true</tt>, else mTextColor is retur
qcustomplot/qcustomplot.cpp:19274
FunctionmainValue
qcustomplot/qcustomplot.h:5143
MethodmakeNonCosmetic
! Changes the pen width to 1 if it currently is 0. This function is called in the \ref setPen overrides when the \ref pmNonCosmetic mode is set. *
qcustomplot/qcustomplot.cpp:468
FunctionmarginGroups
qcustomplot/qcustomplot.h:1235
MethodmarginSideToAxisType
! Transforms a margin side to the logically corresponding axis type. (QCP::msLeft to QCPAxis::atLeft, QCP::msRight to QCPAxis::atRight, etc.) */
qcustomplot/qcustomplot.cpp:8758
Functionmargins
qcustomplot/qcustomplot.h:1228
FunctionmaximumSize
qcustomplot/qcustomplot.h:1232
MethodmayTraverse
! \internal This function is part of the curve optimization algorithm of \ref getCurveLines. This method returns whether a segment going fro
qcustomplot/qcustomplot.cpp:22801
← previousnext →601–700 of 1,161, ranked by callers