Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
BuildingHighlights
IBuildingHighlightViewFactory.h
1
#pragma once
2
3
#include "BuildingHighlights.h"
4
5
namespace
Eegeo
6
{
7
namespace
BuildingHighlights
8
{
9
class
IBuildingHighlightViewFactory
10
{
11
public
:
12
virtual
~
IBuildingHighlightViewFactory
() {}
13
14
virtual
IBuildingHighlightView
* CreateView(
const
BuildingHighlightModel
& model) = 0;
15
};
16
}
17
}
Generated on Sat Jun 10 2023 02:00:29 for eeGeo Platform SDK by
1.8.3.1