Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
IndoorMapFloorOutlineInformation
IndoorMapFloorOutlineInformationModule.h
1
// Copyright eeGeo Ltd (2012-2019), All Rights Reserved
2
3
#pragma once
4
5
#include "IndoorMapFloorOutlineInformation.h"
6
#include "Interiors.h"
7
#include "Types.h"
8
9
namespace
Eegeo
10
{
11
namespace
IndoorMapFloorOutlineInformation
12
{
13
class
IndoorMapFloorOutlineInformationModule
:
private
Eegeo::NonCopyable
14
{
15
public
:
16
static
IndoorMapFloorOutlineInformationModule
* Create(
Resources::Interiors::InteriorsModelRepository
& interiorsModelRepository);
17
18
~
IndoorMapFloorOutlineInformationModule
();
19
20
void
Update(
float
deltaTime);
21
22
IIndoorMapFloorOutlineInformationService
& GetIndoorMapFloorOutlineInformationService()
const
;
23
private
:
24
IndoorMapFloorOutlineInformationModule
(
25
IIndoorMapFloorOutlineInformationLoadedEvent
* pIndoorMapFloorOutlineInformationLoadedEvent,
26
IndoorMapFloorOutlineInformationModelFactory
* pIndoorMapFloorOutlineInformationModelFactory,
27
IndoorMapFloorOutlineInformationRepository
* pIndoorMapFloorOutlineInformationRepository,
28
IndoorMapFloorOutlineRepository
* pIndoorMapFloorOutlineRepository,
29
IndoorMapFloorOutlineInformationService
* pIndoorMapFloorOutlineInformationService);
30
31
IIndoorMapFloorOutlineInformationLoadedEvent
* m_pIndoorMapFloorOutlineInformationLoadedEvent;
32
IndoorMapFloorOutlineInformationModelFactory
*
const
m_pIndoorMapFloorOutlineInformationModelFactory;
33
IndoorMapFloorOutlineInformationRepository
*
const
m_pIndoorMapFloorOutlineInformationRepository;
34
IndoorMapFloorOutlineRepository
*
const
m_pIndoorMapFloorOutlineRepository;
35
IndoorMapFloorOutlineInformationService
*
const
m_pIndoorMapFloorOutlineInformationService;
36
};
37
}
38
}
Generated on Sat Jun 10 2023 02:00:30 for eeGeo Platform SDK by
1.8.3.1