5 #include "VectorMath.h"
8 #include "CallbackCollection.h"
9 #include "IInteriorsHighlightRepository.h"
10 #include "InteriorsHighlightKey.h"
32 virtual void AssignHighlightsFor(
const std::vector<InteriorsHighlightKey>& entityKeys,
const InteriorHighlightStyle& highlightStyle);
33 virtual void RemoveHighlightsFor(
const std::vector<InteriorsHighlightKey>& entityKeys);
35 virtual std::vector<InteriorsHighlightKey> GetAllHighlightKeys()
const;
43 std::map<InteriorsHighlightKey, InteriorHighlightStyle> m_highlightMap;