7 #include "LabelAnchorCategory.h"
8 #include "LabelStyle.h"
30 const LabelAnchorCategory::IdType& defaultLineId,
31 const LabelAnchorCategory::IdType& defaultPointId);
48 bool ShouldRemoveViewFor(
const IAnchoredLabel& anchoredLabel)
const;
51 const LabelStyle::IdType& GetLabelStyleForAnchorCategory(
const LabelAnchorCategory& labelAnchorCategory)
const;
53 const LabelAnchorCategory::IdType& GetLabelAnchorCategoryIdOrDefault(
const LabelAnchorCategory& labelAnchorCategory)
const;
55 void OnInternallyModifiableLabelFilterModelChanged();
67 const LabelAnchorCategory::IdType& m_defaultLineId;
68 const LabelAnchorCategory::IdType& m_defaultPointId;
69 std::vector<const IAnchoredLabel*> m_anchoredLabelBuffer;