Searched refs:AnnotationIDs (Results 1 – 4 of 4) sorted by relevance
43 AnnotationIDs queryPointAnnotations(const ScreenBox& box) const;44 AnnotationIDs queryShapeAnnotations(const ScreenBox& box) const;45 AnnotationIDs getAnnotationIDs(const std::vector<Feature>&) const;
57 AnnotationIDs Renderer::queryPointAnnotations(const ScreenBox& box) const { in queryPointAnnotations()64 AnnotationIDs Renderer::queryShapeAnnotations(const ScreenBox& box) const { in queryShapeAnnotations()75 AnnotationIDs Renderer::getAnnotationIDs(const std::vector<Feature>& features) const { in getAnnotationIDs()83 AnnotationIDs ids; in getAnnotationIDs()
16 using AnnotationIDs = std::vector<AnnotationID>; typedef
98 typedef QList<AnnotationID> AnnotationIDs; typedef