mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 05:40:38 +01:00
[apps] Modular reimplementation of application models (stores and
ranges) and of curve views/curve view controllers. Change-Id: If4ca9bf1bec024917ef540a3fc7baefa8700f7ba
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
|
||||
namespace Regression {
|
||||
|
||||
GraphView::GraphView(Store * store, BannerView * bannerView, CursorView * cursorView) :
|
||||
CurveViewWithBannerAndCursor(store, bannerView, cursorView, 0.05f, 0.05f, 0.25f, 0.05f),
|
||||
GraphView::GraphView(Store * store, CurveViewCursor * cursor, View * bannerView, View * cursorView) :
|
||||
CurveView(store, cursor, bannerView, cursorView, 0.05f, 0.05f, 0.25f, 0.05f),
|
||||
m_store(store)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user