MCPcopy Create free account
hub / github.com/KDE/labplot / markerPointAt

Method markerPointAt

src/backend/worksheet/InfoElement.cpp:449–451  ·  view source on GitHub ↗

! * Returns the Markerpoint at index \p index. Used in the InfoElementDock to fill listWidget * @param index */

Source from the content-addressed store, hash-verified

447 * @param index
448 */
449InfoElement::MarkerPoints_T InfoElement::markerPointAt(int index) const {
450 return markerpoints.at(index);
451}
452
453/*!
454 * create Text which will be shown in the TextLabel

Callers 13

setInfoElementsMethod · 0.80
addPlotMethod · 0.80
removeCurveMethod · 0.80
removeColumnMethod · 0.80
changeColumnMethod · 0.80
columnValueChangedMethod · 0.80
addRemoveRenameColumnMethod · 0.80
moveCurveMethod · 0.80
saveLoadMethod · 0.80

Calls

no outgoing calls

Tested by 12

addPlotMethod · 0.64
removeCurveMethod · 0.64
removeColumnMethod · 0.64
changeColumnMethod · 0.64
columnValueChangedMethod · 0.64
addRemoveRenameColumnMethod · 0.64
moveCurveMethod · 0.64
saveLoadMethod · 0.64