mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-24 16:20:49 +01:00
[graph] Create a static method StorageCartesianFunctionStore::Symbol()
This commit is contained in:
@@ -45,9 +45,9 @@ void StorageValuesController::willDisplayCellAtLocation(HighlightCell * cell, in
|
||||
const size_t bufferNameSize = Shared::StorageFunction::k_maxNameWithArgumentSize + 1;
|
||||
char bufferName[bufferNameSize];
|
||||
if (isDerivativeColumn(i)) {
|
||||
function->derivativeNameWithArgument(bufferName, bufferNameSize, 'x');
|
||||
function->derivativeNameWithArgument(bufferName, bufferNameSize, StorageCartesianFunctionStore::Symbol());
|
||||
} else {
|
||||
function->nameWithArgument(bufferName, bufferNameSize, 'x');
|
||||
function->nameWithArgument(bufferName, bufferNameSize, StorageCartesianFunctionStore::Symbol());
|
||||
}
|
||||
myFunctionCell->setText(bufferName);
|
||||
myFunctionCell->setColor(function->color());
|
||||
|
||||
Reference in New Issue
Block a user