All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
LabelTextStyleRepository.h
1 // Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2 
3 #pragma once
4 
5 
6 #include "Types.h"
7 #include "Labels.h"
8 #include "ModelRepository.h"
9 #include "LabelTextStyle.h"
10 
11 
12 namespace Eegeo
13 {
14  namespace Labels
15  {
16  typedef ModelRepository<LabelTextStyle::IdType, const LabelTextStyle*> _TLabelTextStyleRepository;
17 
18  class ILabelTextStyleRepository : public virtual IModelRepository<_TLabelTextStyleRepository::KeyType, _TLabelTextStyleRepository::ItemType, _TLabelTextStyleRepository::IteratorType>
19  {
20 
21  };
22 
24  {
25 
26  };
27  }
28 }