[poincare] Change names: LayoutReference-->Layout

This commit is contained in:
Émilie Feral
2018-09-18 16:28:39 +02:00
parent f5298650a7
commit 365b145cf3
277 changed files with 1654 additions and 1671 deletions

View File

@@ -76,8 +76,8 @@ void VariableBoxLeafCell::setSubtitle(const char * text) {
layoutSubviews();
}
void VariableBoxLeafCell::setLayoutReference(LayoutReference layoutRef) {
m_expressionView.setLayoutReference(layoutRef);
void VariableBoxLeafCell::setLayout(Layout layout) {
m_expressionView.setLayout(layout);
}
void VariableBoxLeafCell::drawRect(KDContext * ctx, KDRect rect) const {