[shared] Rename classes:

ExpressionModelHandle --> ExpressionModel
SingleExpressionModelHandle --> ExpressionModelHandle
StorageFunction --> Function
StorageCartesianFunction --> CartesianFunction
StorageFunctionApp --> FunctionApp
This commit is contained in:
Émilie Feral
2019-03-11 17:32:00 +01:00
parent 3ce406fde1
commit 3c1e35ec04
91 changed files with 602 additions and 602 deletions

View File

@@ -2,7 +2,7 @@
#define SHARED_STORAGE_VALUES_FUNCTION_PARAM_CONTROLLER_H
#include <escher.h>
#include "storage_function.h"
#include "function.h"
#include <apps/i18n.h>
namespace Shared {
@@ -34,7 +34,7 @@ protected:
SelectableTableView m_selectableTableView;
Ion::Storage::Record m_record;
private:
char m_pageTitle[StorageFunction::k_maxNameWithArgumentSize];
char m_pageTitle[Function::k_maxNameWithArgumentSize];
char m_symbol;
};