33 const std::vector<const ILabelAnchorFilterModel*>& labelHiddenFilterModels,
34 const std::string& defaultLabelStyleName);
39 bool ShouldCreateLabelHidden(
const IAnchoredLabel& anchoredLabel)
const;
41 const LabelStyle* GetLabelStyleOrDefault(
const std::string& labelStyleName);
43 std::vector<const ILabelAnchorFilterModel*> m_labelHiddenFilterModels;
44 std::string m_defaultLabelStyleName;