MCPcopy Create free account

hub / github.com/collin80/SavvyCAN / functions

Functions2,036 in github.com/collin80/SavvyCAN

MethodgetOptimizedLineData
! \internal Returns via \a lineData the data points that need to be visualized for this graph when plotting graph lines, taking into consideratio
qcustomplot.cpp:20906
MethodgetOptimizedPoint
! \internal This function is part of the curve optimization algorithm of \ref getCurveLines. This method is used in case the current segment
qcustomplot.cpp:22521
MethodgetOptimizedScatterData
! \internal Returns via \a scatterData the data points that need to be visualized for this graph when plotting scatter points, taking into consid
qcustomplot.cpp:20998
MethodgetOverlappingSegments
! \internal This method takes two segment lists (e.g. created by \ref getNonNanSegments) \a thisSegments and \a otherSegments, and their assoc
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.cpp:8662
MethodgetPath
dbc/dbchandler.cpp:284
MethodgetPixelCoordinates
! \internal Returns the pixel coordinates of the data point at \a dataIndex, using \a interface1d to access the data points. */
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.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.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.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.cpp:28152
MethodgetRef
helpwindow.cpp:57
MethodgetReference
mainwindow.cpp:22
MethodgetReference
dbc/dbchandler.cpp:1532
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.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.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.cpp:3870
MethodgetServiceLongDesc
bus_protocols/uds_handler.cpp:287
MethodgetShortDesc
bus_protocols/uds_handler.cpp:260
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.cpp:24270
MethodgetStatusUpdate
frameplaybackwindow.cpp:371
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.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.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.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.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.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.cpp:5670
MethodgetTickLabel
re/temporalgraphwindow.cpp:6
MethodgetTickLabelColor
! \internal Returns the color that is used to draw the tick labels. Depending on the selection state, this is either mSelectedTickLabelColor or
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.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.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.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.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.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.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.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.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.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.cpp:24987
FunctiongotCANFrame
(bus, id, len, data)
examples/GetCANandTick.js:10
FunctiongotCANFrame
(bus, id, len, data)
examples/CaptureAllMsgTypes.js:12
FunctiongotCANFrame
(bus, id, len, data)
examples/RLEC.js:10
MethodgotCellClick
re/flowviewwindow.cpp:212
MethodgotCenterTimeID
A sub-window is sending us a center on timestamp and ID signal try to find the relevant frame in the list and focus on it.
mainwindow.cpp:545
MethodgotCenterTimeID
re/graphingwindow.cpp:259
MethodgotCenterTimeID
re/flowviewwindow.cpp:243
MethodgotFrames
mainwindow.cpp:527
FunctiongotISOTPMessage
(bus, id, len, data)
examples/CaptureAllMsgTypes.js:17
MethodgotTargettedFrame
scriptcontainer.cpp:255
MethodgotTargettedFrame
firmwareuploaderwindow.cpp:71
FunctiongotUDSMessage
(bus, id, service, subFunc, len, data)
examples/CaptureAllMsgTypes.js:22
MethodgotUDSReply
re/udsscanwindow.cpp:349
MethodgrabAlphaNumeric
parses the input string to grab as much of it as possible while staying alpha numeric
utility.h:141
MethodgrabOperation
utility.h:162
Functiongradient
qcustomplot.h:5071
Functiongraph
qcustomplot.h:6560
FunctiongraphKey
qcustomplot.h:6561
Methodgraphs
! Returns a list of all the graphs that have this axis as key or value axis. \see plottables, items */
qcustomplot.cpp:8715
Functiongrid
qcustomplot.h:2056
MethodgridClicked
mainwindow.cpp:372
MethodgridDoubleClicked
mainwindow.cpp:384
MethodhandleCalculateButton
bisectwindow.cpp:108
MethodhandleClearDebugText
connections/connectionwindow.cpp:396
MethodhandleConnTypeChanged
connections/newconnectiondialog.cpp:48
MethodhandleContinousLogging
mainwindow.cpp:616
MethodhandleCreateButton
connections/newconnectiondialog.cpp:43
MethodhandleDataLenUpdate
re/newgraphdialog.cpp:311
MethodhandleDeviceTypeChanged
connections/newconnectiondialog.cpp:55
MethodhandleLoadFile
firmwareuploaderwindow.cpp:196
MethodhandleLoadFile
mainwindow.cpp:572
MethodhandleLoadFilters
mainwindow.cpp:668
MethodhandleNewConn
connections/connectionwindow.cpp:192
MethodhandleRemoveConn
connections/connectionwindow.cpp:211
MethodhandleReplaceButton
bisectwindow.cpp:138
MethodhandleResetConn
connections/connectionwindow.cpp:232
MethodhandleSaveButton
bisectwindow.cpp:143
MethodhandleSaveDecoded
mainwindow.cpp:691
MethodhandleSaveFile
mainwindow.cpp:605
MethodhandleSaveFilteredFile
mainwindow.cpp:633
MethodhandleSaveFilters
mainwindow.cpp:644
MethodhandleSendHex
connections/connectionwindow.cpp:400
MethodhandleSendText
connections/connectionwindow.cpp:409
MethodhandleStartButton
re/discretestatewindow.cpp:255
MethodhandleStartStopTransfer
firmwareuploaderwindow.cpp:159
MethodhandleTick
<summary> Called every millisecond to set the system update figures and send frames if necessary. </summary> <param name="sender"></param> <param name
framesenderwindow.cpp:423
MethodhandleTick
connections/gvretserial.cpp:997
MethodhandleTick
re/discretestatewindow.cpp:287
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.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.cpp:4196
MethodhasItem
! Returns whether this QCustomPlot contains the \a item. \see item */
qcustomplot.cpp:13955
Functionhead
qcustomplot.h:6150
MethodheaderClicked
mainwindow.cpp:366
MethodheaderClicked
re/isotp_interpreterwindow.cpp:180
MethodheaderData
canframemodel.cpp:490
MethodheaderData
connections/canconnectionmodel.cpp:22
MethodheaderData
re/sniffer/sniffermodel.cpp:138
MethodhighlightBlock
jsedit.cpp:259
FunctioniconBorderPen
qcustomplot.h:4850
FunctioniconSize
qcustomplot.h:4848
FunctioniconTextPadding
qcustomplot.h:4849
← previousnext →1,001–1,100 of 2,036, ranked by callers