mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 06:40:37 +01:00
[apps] Rule of 5 (3)
Change-Id: Ia85b23a09e9debd62b4f3590463a4f16454ef4b7
This commit is contained in:
@@ -7,10 +7,10 @@ namespace Graph {
|
||||
|
||||
CurveParameterController::CurveParameterController(InteractiveCurveViewRange * graphRange, BannerView * bannerView, CurveViewCursor * cursor) :
|
||||
FunctionCurveParameterController(graphRange, cursor),
|
||||
m_goToParameterController(FunctionGoToParameterController(this, graphRange, cursor, I18n::Message::X)),
|
||||
m_goToParameterController(this, graphRange, cursor, I18n::Message::X),
|
||||
m_bannerView(bannerView),
|
||||
m_calculationCell(MessageTableCellWithChevron(I18n::Message::Compute)),
|
||||
m_derivativeCell(MessageTableCellWithSwitch(I18n::Message::DerivateNumber))
|
||||
m_calculationCell(I18n::Message::Compute),
|
||||
m_derivativeCell(I18n::Message::DerivateNumber)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user