mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[VariableBox] Added sequences to the variable box
It is now possible to call the value of a defined sequence anywhere. Change-Id: I1990e93c50f9add175b7ea274e07004ba63289e5
This commit is contained in:
committed by
Émilie Feral
parent
c006ed7b10
commit
3dca515441
@@ -1,5 +1,5 @@
|
||||
#ifndef SEQUENCE_SEQUENCE_H
|
||||
#define SEQUENCE_SEQUENCE_H
|
||||
#ifndef APPS_SHARED_SEQUENCE_H
|
||||
#define APPS_SHARED_SEQUENCE_H
|
||||
|
||||
#include "../shared/function.h"
|
||||
#include "sequence_context.h"
|
||||
@@ -29,6 +29,7 @@ public:
|
||||
}
|
||||
I18n::Message parameterMessageName() const override;
|
||||
CodePoint symbol() const override { return 'n'; }
|
||||
int nameWithArgument(char * buffer, size_t bufferSize) override;
|
||||
void tidy() override;
|
||||
// MetaData getters
|
||||
Type type() const;
|
||||
|
||||
Reference in New Issue
Block a user