MCPcopy Create free account

hub / github.com/collin80/SavvyCAN / functions

Functions2,036 in github.com/collin80/SavvyCAN

MethodcopySignalToParamsUI
re/newgraphdialog.cpp:320
Methodcreate
connections/canconfactory.cpp:8
Methodcreate
connections/connectionwindow.cpp:416
MethodcreateAlpha
! \internal Allocates the internal alpha map with the current data map key/value size and, if \a initializeOpaque is true, initializes all values
qcustomplot.cpp:25502
MethodcreateAnchor
! \internal Creates a QCPItemAnchor, registers it with this item and returns a pointer to it. The specified \a name must be a unique string that
qcustomplot.cpp:12507
MethodcreateBlankRow
framesenderwindow.cpp:94
MethodcreateGraph
graphs the vector such that the X axis is just the index into the vector and Y is perfectly graphed within the window
re/rangestatewindow.cpp:401
MethodcreateGraph
re/graphingwindow.cpp:1095
MethodcreateGraph
re/flowviewwindow.cpp:482
MethodcreateLabelVector
! \internal Returns a vector containing all tick label strings corresponding to the tick coordinates provided in \a ticks. The default implemen
qcustomplot.cpp:5738
MethodcreateNewScript
scriptingwindow.cpp:226
MethodcreatePaintBuffer
! \internal This method is used by \ref setupPaintBuffers when it needs to create new paint buffers. Depending on the current setting of \ref se
qcustomplot.cpp:15135
MethodcreatePosition
! \internal Creates a QCPItemPosition, registers it with this item and returns a pointer to it. The specified \a name must be a unique string tha
qcustomplot.cpp:12473
MethodcreateSubTickVector
! \internal Returns a vector containing all coordinates of sub ticks that should be drawn. It generates \a subTickCount sub ticks between each
qcustomplot.cpp:5684
MethodcreateTickVector
! \internal Returns a vector containing all coordinates of ticks that should be drawn. The default implementation generates ticks with a spacin
qcustomplot.cpp:5715
MethodcurrentRowChanged
connections/connectionwindow.cpp:352
MethodcurrentTabChanged
connections/connectionwindow.cpp:347
FunctioncustomPath
qcustomplot.h:2361
FunctiondataBounds
qcustomplot.h:5704
MethoddataCount
qcustomplot.h:4119
MethoddataMainKey
qcustomplot.h:4128
MethoddataMainValue
qcustomplot.h:4160
MethoddataPixelPosition
qcustomplot.h:4192
FunctiondataPlottable
qcustomplot.h:6022
FunctiondataRange
qcustomplot.h:5069
FunctiondataRangeCount
getters:
qcustomplot.h:954
FunctiondataRanges
qcustomplot.h:957
FunctiondataScaleType
qcustomplot.h:5070
MethoddataSortKey
inherits documentation from base class */
qcustomplot.cpp:27411
MethoddataSortKey
qcustomplot.h:4144
MethoddataToImpulseLines
! \internal Takes raw data points in plot coordinates as \a data, and returns a vector containing pixel coordinate points which are suitable for
qcustomplot.cpp:20764
MethoddataToLines
! \internal Takes raw data points in plot coordinates as \a data, and returns a vector containing pixel coordinate points which are suitable for
qcustomplot.cpp:20570
MethoddataToStepCenterLines
! \internal Takes raw data points in plot coordinates as \a data, and returns a vector containing pixel coordinate points which are suitable for
qcustomplot.cpp:20704
MethoddataToStepLeftLines
! \internal Takes raw data points in plot coordinates as \a data, and returns a vector containing pixel coordinate points which are suitable for
qcustomplot.cpp:20608
MethoddataToStepRightLines
! \internal Takes raw data points in plot coordinates as \a data, and returns a vector containing pixel coordinate points which are suitable for
qcustomplot.cpp:20656
MethoddataValueRange
inherits documentation from base class */
qcustomplot.cpp:27431
MethoddataValueRange
qcustomplot.h:4176
FunctiondateTimeFormat
getters:
qcustomplot.h:1609
FunctiondateTimeSpec
qcustomplot.h:1610
MethoddateTimeToKey
! \overload A convenience method which turns a QDateTime object into a double value that corresponds to seconds since Epoch (1. Jan 1970, 00:00
qcustomplot.cpp:6122
MethoddebugInput
Debugging data sent from connection window. Inject it into Comm traffic.
connections/gvretserial.cpp:594
MethoddeleteCurrentMessage
dbc/dbcmaineditor.cpp:169
MethoddeleteCurrentNode
dbc/dbcmaineditor.cpp:152
MethoddeleteCurrentScript
scriptingwindow.cpp:243
MethoddeleteCurrentSignal
dbc/dbcsignaleditor.cpp:414
MethoddeleteCurrentValue
dbc/dbcsignaleditor.cpp:429
MethoddeselectAll
! Deselects all layerables (plottables, items, axes, legends,...) of the QCustomPlot. Since calling this function is not a user interaction, th
qcustomplot.cpp:14389
MethoddeviceConnected
connections/gvretserial.cpp:374
MethoddisableAll
framesenderwindow.cpp:220
MethoddisconnectDevice
connections/gvretserial.cpp:424
MethoddisconnectDevice
disconnect device */
connections/serialbusconnection.cpp:143
MethoddoModifiers
<summary> given an index into the sendingData list we run the modifiers that it has set up </summary> <param name="idx">The index into the sendingData
framesenderwindow.cpp:461
FunctiondonePainting
qcustomplot.h:538
Functiondot
qcustomplot.h:415
MethoddrawBackground
! \internal Draws the viewport background pixmap of the plot. If a pixmap was provided via \ref setBackground, this function buffers the sca
qcustomplot.cpp:15048
MethoddrawBitfield
re/newgraphdialog.cpp:272
MethoddrawBracket
! Draws the bracket shape with \a painter. The parameter \a direction is either -1 or 1 and indicates whether the bracket shall point to the left
qcustomplot.cpp:16530
MethoddrawCandlestickPlot
! \internal Draws the data from \a begin to \a end-1 as Candlesticks with the provided \a painter. This method is a helper function for \ref d
qcustomplot.cpp:26811
MethoddrawCurveLine
! \internal Draws lines between the points in \a lines, given in pixel coordinates. \see drawScatterPlot, getCurveLines */
qcustomplot.cpp:22222
MethoddrawFill
! \internal Draws the fill of the graph using the specified \a painter, with the currently set brush. Depending on whether a normal fill or
qcustomplot.cpp:20815
MethoddrawGridLines
! \internal Draws the main grid lines and possibly a zero line with the specified painter. This is a helper function called by \ref draw. */
qcustomplot.cpp:7274
MethoddrawImpulsePlot
! \internal Draws impulses from the provided data, i.e. it connects all line pairs in \a lines, given in pixel coordinates. The \a lines necessar
qcustomplot.cpp:20880
MethoddrawLinePlot
! \internal Draws lines between the points in \a lines, given in pixel coordinates. \see drawScatterPlot, drawImpulsePlot, QCPAbstractPlott
qcustomplot.cpp:20863
MethoddrawOhlcPlot
! \internal Draws the data from \a begin to \a end-1 as OHLC bars with the provided \a painter. This method is a helper function for \ref draw
qcustomplot.cpp:26754
MethoddrawScatterPlot
! \internal Draws scatter symbols at every point passed in \a scatters, given in pixel coordinates. The scatters will be drawn with \a painter an
qcustomplot.cpp:20849
MethoddrawStatisticalBox
! Draws the graphical representation of a single statistical box with the data given by the iterator \a it with the provided \a painter. If the
qcustomplot.cpp:24897
MethoddrawSubGridLines
! \internal Draws the sub grid lines with the specified painter. This is a helper function called by \ref draw. */
qcustomplot.cpp:7347
MethoddrawTickLabel
! \internal This is a \ref placeTickLabel helper function. Draws the tick label specified in \a labelData with \a painter at the pixel posit
qcustomplot.cpp:9588
MethoddumpNode
re/frameinfowindow.cpp:617
MethoddumpNode
re/udsscanwindow.cpp:183
MethodeditFile
dbc/dbcloadsavewindow.cpp:153
MethodeditSelectedGraph
re/graphingwindow.cpp:549
Methodelement
! Returns the element in the cell in \a row and \a column. Returns 0 if either the row/column is invalid or if the cell is empty. In those case
qcustomplot.cpp:4102
MethodelementAt
! \seebaseclassmethod Note that the association of the linear \a index to the row/column based cells depends on the current setting of \ref set
qcustomplot.cpp:4600
MethodelementCount
inherits documentation from base class */
qcustomplot.cpp:5004
Functionelements
non-virtual methods:
qcustomplot.h:1161
MethodenableAll
framesenderwindow.cpp:211
MethoderrorBarVisible
! \internal Returns whether the error bar at the specified \a index is visible within the current key axis range. This method assumes for perf
qcustomplot.cpp:28016
MethoderrorReceived
connections/serialbusconnection.cpp:150
FunctionerrorType
qcustomplot.h:6023
MethodeventFilter
scriptingwindow.cpp:106
MethodeventFilter
mainsettingsdialog.cpp:101
MethodeventFilter
framesenderwindow.cpp:76
MethodeventFilter
bisectwindow.cpp:46
MethodeventFilter
mainwindow.cpp:259
MethodeventFilter
frameplaybackwindow.cpp:116
MethodeventFilter
dbc/dbcloadsavewindow.cpp:51
MethodeventFilter
dbc/dbcsignaleditor.cpp:226
MethodeventFilter
dbc/dbcmaineditor.cpp:77
MethodeventFilter
connections/connectionwindow.cpp:129
MethodeventFilter
re/frameinfowindow.cpp:106
MethodeventFilter
re/isotp_interpreterwindow.cpp:75
MethodeventFilter
re/filecomparatorwindow.cpp:41
MethodeventFilter
re/rangestatewindow.cpp:104
MethodeventFilter
re/fuzzingwindow.cpp:55
MethodeventFilter
re/discretestatewindow.cpp:78
MethodeventFilter
re/graphingwindow.cpp:425
MethodeventFilter
* Keyboard shortcuts to allow for quick work without needing to move around a mouse. * R = resume or pause playback * T = go back one frame * Y = g
re/flowviewwindow.cpp:185
MethodeventFilter
re/temporalgraphwindow.cpp:332
MethodeventFilter
re/udsscanwindow.cpp:56
← previousnext →801–900 of 2,036, ranked by callers