Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
Labels
LabelStyleFactory.h
1
// Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2
3
#pragma once
4
5
6
#include "Labels.h"
7
#include "ILabelStyleFactory.h"
8
#include "Fonts.h"
9
#include "Types.h"
10
11
12
namespace
Eegeo
13
{
14
namespace
Labels
15
{
16
class
LabelStyleFactory
:
public
ILabelStyleFactory
,
private
Eegeo::NonCopyable
17
{
18
public
:
19
LabelStyleFactory
(
const
ILabelTextStyleRepository
& labelTextStyleRepository,
20
const
ILabelIconStyleRepository
& labelIconStyleRepository,
21
float
sizeScaleForProjection);
22
23
LabelStyle
* Create(
const
LabelStyleDto
& labelStyleDto);
24
private
:
25
const
ILabelTextStyleRepository
& m_labelTextStyleRepository;
26
const
ILabelIconStyleRepository
& m_labelIconStyleRepository;
27
const
float
m_sizeScaleForProjection;
28
int
m_styleCount;
29
};
30
}
31
}
Generated on Sat Jun 10 2023 02:00:31 for eeGeo Platform SDK by
1.8.3.1