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

Method markerPointsCount

src/backend/worksheet/InfoElement.cpp:433–435  ·  view source on GitHub ↗

! * Returns the amount of markerpoints. Used in the InfoElementDock to fill listWidget. */

Source from the content-addressed store, hash-verified

431 * Returns the amount of markerpoints. Used in the InfoElementDock to fill listWidget.
432 */
433int InfoElement::markerPointsCount() const {
434 return markerpoints.length();
435}
436
437TextLabel::GluePoint InfoElement::gluePoint(int index) const {
438 return m_title->gluePointAt(index);

Callers 15

setInfoElementsMethod · 0.80
retransformMethod · 0.80
mouseMoveEventMethod · 0.80
keyPressEventMethod · 0.80
addPlotMethod · 0.80
removeCurveMethod · 0.80
removeColumnMethod · 0.80
changeColumnMethod · 0.80
columnValueChangedMethod · 0.80
addRemoveRenameColumnMethod · 0.80

Calls 1

lengthMethod · 0.80

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