MCPcopy Create free account

hub / github.com/collin80/SavvyCAN / functions

Functions2,036 in github.com/collin80/SavvyCAN

↓ 648 callersMethodat
qcustomplot.h:2448
↓ 565 callersMethodappend
! Adds the specified \a bars plottable to this group. Alternatively, you can also use \ref QCPBars::setBarsGroup on the \a bars instance. \see
qcustomplot.cpp:23307
↓ 445 callersMethodsize
! \internal Returns the size ("margin" in QCPAxisRect context, so measured perpendicular to the axis backbone direction) needed to fit the axis
qcustomplot.cpp:9416
↓ 285 callersMethoddata
undocumented getter */
qcustomplot.cpp:25119
↓ 254 callersMethodwrite
test/tst_cancon.cpp:261
↓ 180 callersMethodsetText
! Sets the text that will be displayed to \a text. Multiple lines can be created by insertion of "\n". \see setFont, setTextColor, setTextFlags
qcustomplot.cpp:19041
↓ 165 callersMethodcoordToPixel
! Transforms \a value, in coordinates of the axis, to pixel coordinates of the QCustomPlot widget. */
qcustomplot.cpp:8604
↓ 154 callersMethodcontains
! Returns whether all data points of \a other are also contained inside this data range. \see intersects */
qcustomplot.cpp:2312
↓ 103 callersMethodisEmpty
! Returns whether this margin group is empty. If this function returns true, no layout elements use this margin group to synchronize margin sides.
qcustomplot.cpp:3033
↓ 93 callersMethodsetPen
! Sets the pen of the painter and applies certain fixes to it, depending on the mode of this QCPPainter. \note this function hides the non-vi
qcustomplot.cpp:317
↓ 85 callersMethoditem
! Returns the item with \a index. If the index is invalid, returns 0. There is an overloaded version of this function with no parameter which r
qcustomplot.cpp:13809
↓ 84 callersMethoddrawLine
! \overload Works around a Qt bug introduced with Qt 4.8 which makes drawing QLineF unpredictable when antialiasing is disabled. Thus when anti
qcustomplot.cpp:360
↓ 83 callersMethodconstBegin
qcustomplot.h:2442
↓ 78 callersMethodclear
qcustomplot.h:2839
↓ 67 callersMethodclear
re/sniffer/sniffermodel.cpp:213
↓ 67 callersMethodsetBrush
! Sets the brush that will be used to fill the selection rect. By default the selection rect is not filled, i.e. \a brush is <tt>Qt::NoBrush</tt>.
qcustomplot.cpp:2867
↓ 65 callersMethodrange
! A convenience function which returns the coordinate range of the provided \a axis, that this selection rect currently encompasses. */
qcustomplot.cpp:2836
↓ 64 callersMethodaxisRect
can't make this a header inline function, because QPointer breaks with forward declared types, see QTBUG-29588 */
qcustomplot.cpp:11533
↓ 62 callersMethodbegin
! Sets the QPainter::NonCosmeticDefaultPen in Qt versions before Qt5 after beginning painting on \a device. This is necessary to get cosmetic pen
qcustomplot.cpp:410
↓ 61 callersMethodend
qcustomplot.h:2445
↓ 59 callersMethodaddItem
! Adds \a item to the legend, if it's not present already. The element is arranged according to the current fill order (\ref setFillOrder) and wra
qcustomplot.cpp:18682
↓ 51 callersMethodconstEnd
qcustomplot.h:2443
↓ 49 callersMethodpixelToCoord
! Transforms \a value, in pixel coordinates of the QCustomPlot widget, to axis coordinates. */
qcustomplot.cpp:8566
↓ 49 callersMethodstop
connections/canconnection.cpp:101
↓ 48 callersMethodpixelPosition
! Returns the final absolute pixel position of the QCPItemAnchor on the QCustomPlot surface. The pixel information is internally retrieved via
qcustomplot.cpp:11355
↓ 48 callersMethodsetRange
! Sets the range of the axis. This slot may be connected with the \ref rangeChanged signal of another axis so this axis is always synchronize
qcustomplot.cpp:7694
↓ 47 callersMethodclear
inherits documentation from base class */
qcustomplot.cpp:684
↓ 40 callersMethodaddChild
! \internal Adds the \a layerable to the list of this layer. If \a prepend is set to true, the layerable will be prepended to the list, i.e. be
qcustomplot.cpp:1198
↓ 40 callersMethodsetCoords
! Sets the coordinates of this QCPItemPosition. What the coordinates mean, is defined by the type (\ref setType, \ref setTypeX, \ref setTypeY).
qcustomplot.cpp:11801
↓ 39 callersFunctionaxis
getters:
qcustomplot.h:5067
↓ 37 callersMethodinsert
! Inserts the specified \a bars plottable into this group at the specified index position \a i. This gives you full control over the ordering of t
qcustomplot.cpp:23330
↓ 37 callersMethodrowCount
canframemodel.cpp:16
↓ 37 callersMethodselectedParts
no doc for getter, see setSelectedParts */
qcustomplot.cpp:18361
↓ 37 callersMethodstart
connections/canconnection.cpp:58
↓ 36 callersMethodcolor
! \internal This method is used to colorize a single data value given in \a position, to colors. The data range that shall be used for mapping th
qcustomplot.cpp:16116
↓ 34 callersMethodreplot
! If the layer mode (\ref setMode) is set to \ref lmBuffered, this method allows replotting only the layerables on this specific layer, without th
qcustomplot.cpp:1172
↓ 33 callersMethodgraph
! Returns the graph with \a index. If the index is invalid, returns 0. There is an overloaded version of this function with no parameter which
qcustomplot.cpp:13669
↓ 32 callersFunctionorientation
non-property methods:
qcustomplot.h:2108
↓ 31 callersMethodsetVisible
! Sets whether this layer is visible or not. If \a visible is set to false, all layerables on this layer will be invisible. This function doesn
qcustomplot.cpp:1076
↓ 28 callersMethodremoveAt
! Removes and deletes the element at the provided \a index. Returns true on success. If \a index is invalid or points to an empty cell, returns fa
qcustomplot.cpp:3713
↓ 28 callersFunctionsize
getters:
qcustomplot.h:527
↓ 24 callersMethoddistanceSquaredToLine
! \overload Returns the squared shortest distance of this vector (interpreted as a point) to the finite line segment given by \a start and \a e
qcustomplot.cpp:178
↓ 24 callersFunctionrect
getters:
qcustomplot.h:1107
↓ 23 callersFunctionrowCount
getters:
qcustomplot.h:1358
↓ 22 callersMethodgetListReference
*This used to not be const correct but it is now. So, there's little harm in * allowing external code to peek at our frames. There's just no touching
canframemodel.cpp:811
↓ 22 callersMethodnormalized
! Returns a normalized version of this vector. The length of the returned vector is equal to 1. \see normalize, length, lengthSquared */
qcustomplot.cpp:164
↓ 22 callersMethodreplace
connections/canconmanager.cpp:69
↓ 22 callersMethodsetFont
! Sets the default font of this specific legend item to \a font. \see setTextColor, QCPLegend::setFont */
qcustomplot.cpp:18025
↓ 22 callersMethodshowHelp
helpwindow.cpp:67
↓ 22 callersMethodsize
getters:
qcustomplot.h:2421
↓ 21 callersFunctioncolumnCount
qcustomplot.h:1359
↓ 20 callersMethodalpha
! Returns the alpha map value of the cell with the indices \a keyIndex and \a valueIndex. If this color map data doesn't have an alpha map (becau
qcustomplot.cpp:25146
↓ 18 callersFunctionend
qcustomplot.h:906
↓ 18 callersMethodflags
re/sniffer/sniffermodel.cpp:129
↓ 18 callersMethodinsertRow
! 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.cpp:4441
↓ 18 callersMethodscaleRange
! Scales the range of this axis by \a factor around the center of the current axis range. For example, if \a factor is 2.0, then the axis range wi
qcustomplot.cpp:8440
↓ 16 callersMethodgetCount
dbc/dbchandler.cpp:80
↓ 16 callersMethodintersects
! Returns whether this data range and \a other share common data points. \see intersection, contains */
qcustomplot.cpp:2301
↓ 16 callersMethodsendFrame
scriptcontainer.cpp:230
↓ 16 callersMethodsetColor
jsedit.cpp:253
↓ 16 callersMethodsetWidth
! Sets the width of the ending decoration, if the style supports it. On arrows, for example, the width defines the size perpendicular to the arrow
qcustomplot.cpp:5197
↓ 15 callersMethodadd
qcustomplot.h:2672
↓ 15 callersFunctionbegin
getters:
qcustomplot.h:905
↓ 15 callersMethodgetNumBuses
connections/canconnection.cpp:192
↓ 15 callersMethodsetLabel
! Sets the text of the axis label that will be shown below/above or next to the axis, depending on its orientation. To disable axis labels, pass a
qcustomplot.cpp:8245
↓ 15 callersMethodsetLayer
! Sets the \a layer of this layerable object. The object will be placed on top of the other objects already on \a layer. If \a layer is 0, th
qcustomplot.cpp:1384
↓ 14 callersMethodaddDataRange
! Adds the given \a dataRange to this data selection. This is equivalent to the += operator but allows disabling immediate simplification by setti
qcustomplot.cpp:2547
↓ 14 callersMethodgetFileByIdx
dbc/dbchandler.cpp:1506
↓ 14 callersMethodisActive
connections/canbus.cpp:60
↓ 14 callersMethodkeyRange
qcustomplot.h:2960
↓ 14 callersMethodsetAntialiasedElements
! Sets which elements are forcibly drawn antialiased as an \a or combination of QCP::AntialiasedElement. This overrides the antialiasing settin
qcustomplot.cpp:12989
↓ 13 callersFunctionisEmpty
qcustomplot.h:916
↓ 13 callersMethodsetData
! \overload Replaces the current data container with the provided \a data container. Since a QSharedPointer is used, multiple QCPGraphs may
qcustomplot.cpp:20142
↓ 13 callersMethodsetupFullAxesBox
! Convenience function to create an axis on each side that doesn't have any axes yet and set their visibility to true. Further, the top/right axes
qcustomplot.cpp:17115
↓ 12 callersMethodclearGraphs
! Removes all graphs from the plot and deletes them. Corresponding legend items are also removed from the default legend (QCustomPlot::legend).
qcustomplot.cpp:13764
↓ 12 callersMethodfill
! Sets all cells to the value \a z. */
qcustomplot.cpp:25412
↓ 12 callersMethodfindMsgByID
dbc/dbchandler.cpp:85
↓ 12 callersMethodlog
scriptingwindow.cpp:359
↓ 12 callersMethodpeek
utils/lfqueue.h:64
↓ 12 callersMethodsetOpenGl
! \warning This is still an experimental feature and its performance depends on the system that it runs on. Having multiple QCustomPlot widgets in
qcustomplot.cpp:13328
↓ 12 callersMethodsimplify
! Sorts all data ranges by range begin index in ascending order, and then joins directly adjacent or overlapping ranges. This can reduce the numbe
qcustomplot.cpp:2573
↓ 12 callersMethodvalueRange
qcustomplot.h:3083
↓ 11 callersFunctionforeach
qcustomplot.cpp:1120
↓ 11 callersFunctionviewport
getters:
qcustomplot.h:3632
↓ 10 callersFunctionelementCount
qcustomplot.h:1379
↓ 10 callersMethodfindSignalByName
dbc/dbchandler.cpp:25
↓ 10 callersMethodgetNumBuses
Get total number of buses currently registered with the program
connections/canconmanager.cpp:75
↓ 10 callersMethodindex
re/sniffer/sniffermodel.cpp:159
↓ 10 callersMethodsetSelectedParts
! Sets the selected state of the respective axis parts described by \ref SelectablePart. When a part is selected, it uses a different pen/font.
qcustomplot.cpp:7746
↓ 9 callersMethodfindBegin
inherits documentation from base class */
qcustomplot.cpp:27506
↓ 9 callersMethodgetFilteredListReference
canframemodel.cpp:816
↓ 9 callersMethodposition
! Returns the QCPItemPosition with the specified \a name. If this item doesn't have a position by that name, returns 0. This function provide
qcustomplot.cpp:12319
↓ 9 callersMethodremove
! Removes and deletes the provided \a element. Returns true on success. If \a element is not in the layout, returns false. This function inte
qcustomplot.cpp:3734
↓ 9 callersMethodremove
qcustomplot.h:2797
↓ 9 callersMethodsanitizedForLogScale
! Returns a sanitized version of the range. Sanitized means for logarithmic scales, that the range won't span the positive and negative sign domai
qcustomplot.cpp:2037
↓ 9 callersMethodsetInvalidated
! Sets the invalidated flag to \a invalidated. This mechanism is used internally in conjunction with isolated replotting of \ref QCPLayer insta
qcustomplot.cpp:613
↓ 9 callersMethodupdate
! Updates the layout element and sub-elements. This function is automatically called before every replot by the parent layout element. It is calle
qcustomplot.cpp:3411
↓ 8 callersMethodapplyPen
! Sets the pen of \a painter to the pen of this selection decorator. \see applyBrush, getFinalScatterStyle */
qcustomplot.cpp:10401
↓ 8 callersMethoddata
re/sniffer/sniffermodel.cpp:45
↓ 8 callersMethodfindEnd
inherits documentation from base class */
qcustomplot.cpp:27522
next →1–100 of 2,036, ranked by callers