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
@@ -6,12 +6,13 @@
|
||||
#include "function_store.h"
|
||||
#include "curve_view_cursor.h"
|
||||
#include "values_controller.h"
|
||||
#include "shared_app.h"
|
||||
|
||||
namespace Shared {
|
||||
|
||||
class FunctionApp : public ExpressionFieldDelegateApp {
|
||||
public:
|
||||
class Snapshot : public ::App::Snapshot, public TabViewDataSource {
|
||||
class Snapshot : public ::SharedApp::Snapshot, public TabViewDataSource {
|
||||
public:
|
||||
Snapshot();
|
||||
CurveViewCursor * cursor() { return &m_cursor; }
|
||||
|
||||
Reference in New Issue
Block a user