! * Returns the Markerpoint at index \p index. Used in the InfoElementDock to fill listWidget * @param index */
| 447 | * @param index |
| 448 | */ |
| 449 | InfoElement::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 |
no outgoing calls