| 58 | } |
| 59 | |
| 60 | void PrerenderedElement::setReferencePoint(KDChartEnums::PositionValue point) |
| 61 | { // this does not invalidate the element |
| 62 | m_referencePoint = point; |
| 63 | } |
| 64 | |
| 65 | KDChartEnums::PositionValue PrerenderedElement::referencePoint() const |
| 66 | { |
no outgoing calls
no test coverage detected