Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
Labels
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
23
class
LabelTextStyleRepository
:
public
ILabelTextStyleRepository
,
public
_TLabelTextStyleRepository
24
{
25
26
};
27
}
28
}
Generated on Sat Jun 10 2023 02:00:31 for eeGeo Platform SDK by
1.8.3.1