Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
Positioning
PointOnMapComponent.h
1
#pragma once
2
3
#include "Types.h"
4
#include "Positioning.h"
5
#include "VectorMathDecl.h"
6
#include "IEvent.h"
7
#include "IPointOnMap.h"
8
9
namespace
Eegeo
10
{
11
namespace
Positioning
12
{
13
class
PointOnMapComponent
:
private
Eegeo::NonCopyable
14
{
15
public
:
16
typedef
IPointOnMap::ChangedEvent
ChangedEvent
;
17
18
virtual
~
PointOnMapComponent
() {}
19
20
virtual
ChangedEvent
& Changed() {
return
m_changedEvent; }
21
22
virtual
void
NotifyNeedsRefresh(
const
IPointOnMap
& pointOnMap) = 0;
23
private
:
24
Helpers::TSingleObserverEvent0<ChangedEvent>
m_changedEvent;
25
};
26
}
27
}
Generated on Sat Jun 10 2023 02:00:31 for eeGeo Platform SDK by
1.8.3.1