Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/collin80/SavvyCAN
/ functions
Functions
2,036 in github.com/collin80/SavvyCAN
⨍
Functions
2,036
◇
Types & classes
196
Method
QCPSelectionRect
! Creates a new QCPSelectionRect instance. To make QCustomPlot use the selection rect instance, pass it to \ref QCustomPlot::setSelectionRect. \a
qcustomplot.cpp:2819
Method
QCPStatisticalBox
! Constructs a statistical box which uses \a keyAxis as its key axis ("x") and \a valueAxis as its value axis ("y"). \a keyAxis and \a valueAxis m
qcustomplot.cpp:24534
Method
QCPStatisticalBoxData
! Constructs a data point with key and all values set to zero. */
qcustomplot.cpp:24435
Method
QCPTextElement
! \overload Creates a new QCPTextElement instance and sets default values. The initial text is empty (\ref setText). */
qcustomplot.cpp:18925
Method
QCPVector2D
! Creates a QCPVector2D object and initializes the x and y coordinates to 0. */
qcustomplot.cpp:111
Method
QCustomPlot
! Constructs a QCustomPlot and sets reasonable default values. */
qcustomplot.cpp:12859
Function
QSharedPointer<QCPCurveDataContainer> data
qcustomplot.h:5322
Function
QSharedPointer<QCPFinancialDataContainer> data
qcustomplot.h:5894
Function
QSharedPointer<QCPGraphDataContainer> data
qcustomplot.h:5189
Method
RangeStateWindow
re/rangestatewindow.cpp:7
Method
ScriptContainer
scriptcontainer.cpp:7
Method
ScriptingWindow
scriptingwindow.cpp:11
Method
SerialBusConnection
connections/serialbusconnection.cpp:14
Method
SidebarWidget
jsedit.cpp:474
Method
SignalViewerWindow
signalviewerwindow.cpp:7
Method
SnifferDelegate
re/sniffer/SnifferDelegate.cpp:8
Method
SnifferItem
re/sniffer/snifferitem.cpp:6
Method
SnifferModel
re/sniffer/sniffermodel.cpp:8
Method
SnifferWindow
re/sniffer/snifferwindow.cpp:9
Method
TemporalGraphWindow
re/temporalgraphwindow.cpp:16
Method
TestCanCon
test/tst_cancon.cpp:25
Method
UDSScanWindow
re/udsscanwindow.cpp:9
Method
UDSScriptHelper
UDSScriptHelper methods */
scriptcontainer.cpp:350
Method
UDS_HANDLER
bus_protocols/uds_handler.cpp:164
Method
UDS_MESSAGE
bus_protocols/uds_handler.cpp:155
Function
adaptiveSampling
qcustomplot.h:5198
Method
adaptiveToggled
re/udsscanwindow.cpp:74
Method
add
connections/canconnectionmodel.cpp:110
Method
addAxes
! Adds a new axis with \ref addAxis to each axis rect side specified in \a types. This may be an <tt>or</tt>-combination of QCPAxis::AxisType, so
qcustomplot.cpp:17014
Method
addAxis
! Adds a new axis to the axis rect side specified with \a type, and returns it. If \a axis is 0, a new QCPAxis instance is created internally. QCu
qcustomplot.cpp:16959
Method
addButtonClicked
re/newgraphdialog.cpp:75
Method
addFilter
bus_protocols/isotp_handler.cpp:351
Method
addFrameToDisplay
mainwindow.cpp:533
Method
addFrames
canframemodel.cpp:620
Method
addLayer
! Adds a new layer to this QCustomPlot instance. The new layer will have the name \a name, which must be unique. Depending on \a insertMode, it is
qcustomplot.cpp:14069
Method
addNewGraph
re/graphingwindow.cpp:1065
Method
addNewSignal
dbc/dbcsignaleditor.cpp:349
Method
addSignal
signalviewerwindow.cpp:132
Method
addTick
! Adds a single tick to the axis at the given axis coordinate \a position, with the provided tick \a label. \see addTicks, setTicks, clear */
qcustomplot.cpp:6610
Method
addTicks
! \overload Adds the provided \a ticks to the ones already existing. The map key of \a ticks corresponds to the axis coordinate, and the map va
qcustomplot.cpp:6625
Function
adjusted
qcustomplot.h:920
Method
adoptElement
! \internal Associates \a el with this layout. This is done by setting the \ref QCPLayoutElement::layout, the \ref QCPLayerable::parentLayerabl
qcustomplot.cpp:3805
Method
anchor
! Returns the QCPItemAnchor with the specified \a name. If this item doesn't have an anchor by that name, returns 0. This function provides a
qcustomplot.cpp:12340
Function
anchors
qcustomplot.h:3543
Function
antialiased
qcustomplot.h:716
Function
antialiasedElements
qcustomplot.h:3638
Function
antialiasedFill
qcustomplot.h:3316
Function
antialiasedScatters
qcustomplot.h:3317
Function
antialiasedSubGrid
qcustomplot.h:1884
Function
antialiasedZeroLine
qcustomplot.h:1885
Function
antialiasing
getters:
qcustomplot.h:482
Method
any_filters_are_configured
canframemodel.cpp:531
Method
appendToGraph
re/graphingwindow.cpp:1070
Method
applyAntialiasingHint
! \internal Sets the QCPainter::setAntialiasing state on the provided \a painter, depending on the \a localAntialiased value as well as the overr
qcustomplot.cpp:1570
Method
applyFillAntialiasingHint
! \internal A convenience function to easily set the QPainter::Antialiased hint on the provided \a painter before drawing plottable fills. T
qcustomplot.cpp:11213
Method
applyScattersAntialiasingHint
! \internal A convenience function to easily set the QPainter::Antialiased hint on the provided \a painter before drawing plottable scatter point
qcustomplot.cpp:11229
Function
aspectRatioMode
qcustomplot.h:6471
Function
autoAddPlottableToLegend
qcustomplot.h:3640
Method
autoDetectLoadFile
Try every format by first uses the "is" functions which try to detect whether a given file is a good match to that file format or not. Those functions
framefileio.cpp:230
Function
autoMargins
qcustomplot.h:1230
Method
autoSqueeze
qcustomplot.h:2423
Method
axisCount
! Returns the number of axes on the axis rect side specified with \a type. \see axis */
qcustomplot.cpp:16878
Method
axisLabelDoubleClick
re/graphingwindow.cpp:295
Method
axisRectAt
! Returns the layout element of type \ref QCPAxisRect at pixel position \a pos. This method ignores other layout elements even if they are visuall
qcustomplot.cpp:14301
Method
axisSelectableChanged
! \internal This slot is connected to the selectableChanged signals of the four axes in the constructor. It synchronizes the selectability of the
qcustomplot.cpp:19928
Method
axisSelectionChanged
! \internal This slot is connected to the selectionChanged signals of the four axes in the constructor. It synchronizes the selection state of th
qcustomplot.cpp:19903
Function
axisType
getters:
qcustomplot.h:2014
Function
background
qcustomplot.h:3634
Function
backgroundBrush
qcustomplot.h:4609
Function
backgroundScaled
qcustomplot.h:3635
Function
backgroundScaledMode
qcustomplot.h:3636
Function
barAbove
qcustomplot.h:5517
Function
barBelow
qcustomplot.h:5516
Function
barWidth
qcustomplot.h:5073
Function
bars
non-virtual methods:
qcustomplot.h:5418
Method
bars
! Returns the QCPBars instance with the specified \a index in this group. If no such QCPBars exists, returns 0. \see bars(), size */
qcustomplot.cpp:23278
Function
barsGroup
qcustomplot.h:5513
Function
basePen
qcustomplot.h:2036
Function
baseValue
qcustomplot.h:5514
Method
bitfieldClicked
dbc/dbcsignaleditor.cpp:615
Method
bitfieldClicked
bitGrid stores the state of all 64 bits. The grid is capable of showing the following colors: White = not used (left as 0) Gray = past the end of the
re/fuzzingwindow.cpp:416
Method
bitfieldClicked
re/newgraphdialog.cpp:263
Function
borderPen
getters:
qcustomplot.h:4844
Function
bottom
qcustomplot.h:4658
Function
bottomLeft
qcustomplot.h:4664
Function
bottomRight
qcustomplot.h:4665
Function
bracketBrush
qcustomplot.h:4548
Function
bracketHeight
qcustomplot.h:4550
Function
bracketPen
getters:
qcustomplot.h:4547
Function
bracketStyle
qcustomplot.h:4551
Function
bracketWidth
qcustomplot.h:4549
Function
brush
qcustomplot.h:1110
Function
brushNegative
qcustomplot.h:5904
Function
brushPositive
qcustomplot.h:5903
Method
btnBackOneClick
frameplaybackwindow.cpp:535
Method
btnBackOneClick
re/flowviewwindow.cpp:594
Method
btnDeleteCurrSeq
frameplaybackwindow.cpp:450
Method
btnFwdOneClick
frameplaybackwindow.cpp:583
Method
btnFwdOneClick
re/flowviewwindow.cpp:637
Method
btnLoadFile
frameplaybackwindow.cpp:472
← previous
next →
601–700 of 2,036, ranked by callers