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

Method MarkerPoints_T

src/backend/worksheet/InfoElement.cpp:35–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33#include <QTextEdit>
34
35InfoElement::MarkerPoints_T::MarkerPoints_T(CustomPoint* custompoint, const XYCurve* curve, const QString& curvePath)
36 : customPoint(custompoint)
37 , curve(curve)
38 , curvePath(curvePath) {
39 if (customPoint)
40 visible = custompoint->isVisible();
41}
42
43/**
44 * \class InfoElement

Callers

nothing calls this directly

Calls 1

isVisibleMethod · 0.45

Tested by

no test coverage detected