| 33 | #include <QTextEdit> |
| 34 | |
| 35 | InfoElement::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 |