MCPcopy Create free account
hub / github.com/KDE/okular / AnnotationObjectRect

Method AnnotationObjectRect

core/area.cpp:425–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

QPolygonFClass · 0.85

Tested by

no test coverage detected