| 423 | /** class AnnotationObjectRect **/ |
| 424 | |
| 425 | AnnotationObjectRect::AnnotationObjectRect(Annotation *annotation) |
| 426 | : ObjectRect(QPolygonF(), OAnnotation, annotation) |
| 427 | , m_annotation(annotation) |
| 428 | { |
| 429 | } |
| 430 | |
| 431 | Annotation *AnnotationObjectRect::annotation() const |
| 432 | { |