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