6 #include "ILabelPicker.h"
7 #include "LabelViewRepositoryObserver.h"
8 #include "LabelLayer.h"
27 void FetchViewsFromRepository();
31 typedef std::vector<LabelView*> LabelViewList;
33 LabelViewList m_labelViews;
35 typedef std::pair<const LabelView*, LabelComponent::Type> LabelComponentPair;
36 typedef std::vector<LabelComponentPair> LabelComponentPairVector;
37 LabelComponentPairVector m_pickableComponents;