mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/shared] Specifiy the meaning of a defined sequence in sequence/
Change-Id: I082a7f9f9785c12dfedcee070badb4eded66ab89
This commit is contained in:
@@ -62,6 +62,10 @@ Poincare::ExpressionLayout * Function::layout() {
|
||||
return m_layout;
|
||||
}
|
||||
|
||||
bool Function::isDefined() {
|
||||
return m_layout != nullptr;
|
||||
}
|
||||
|
||||
bool Function::isActive() {
|
||||
return m_active;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user