Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
Data
PolyChart
PolyChartController.h
1
// Copyright (c) 2015 eeGeo. All rights reserved.
2
3
#pragma once
4
5
#include "PolyChartModel.h"
6
#include "PolyChartView.h"
7
#include "PolyChartRenderer.h"
8
#include "PolyChartViewFactory.h"
9
#include "DataEntityController.h"
10
11
namespace
Eegeo
12
{
13
namespace
Data
14
{
15
namespace
PolyChart
16
{
17
struct
PolyChartArgs
18
{
19
typedef
TPolyChartId TId;
20
typedef
PolyChartModel
TModel
;
21
typedef
PolyChartView
TView
;
22
typedef
PolyChartViewFactory
TViewFactory
;
23
typedef
PolyChartRenderer
TRenderableFilter
;
24
};
25
26
class
PolyChartController
:
public
DataEntityController
<PolyChartArgs>
27
{
28
public
:
29
PolyChartController
(
PolyChartViewFactory
& viewFactory,
PolyChartRenderer
& renderableFilter)
30
:
DataEntityController
(viewFactory, renderableFilter)
31
{
32
}
33
};
34
}
35
}
36
}
Generated on Sat Jun 10 2023 02:00:29 for eeGeo Platform SDK by
1.8.3.1