summaryrefslogtreecommitdiff
path: root/combined.js
diff options
context:
space:
mode:
authorSunil Shetye2018-06-20 15:58:03 +0530
committerSunil Shetye2018-06-20 15:58:03 +0530
commit21b0cfec8f414af816d198044d2dbf97dbebfb47 (patch)
tree843b0b82ca5b74d9e2cca3572833a2326adb6584 /combined.js
parent35feb0caf42bbdae9cd5494ca5624c2b01a5b688 (diff)
downloadsci2js-21b0cfec8f414af816d198044d2dbf97dbebfb47.tar.gz
sci2js-21b0cfec8f414af816d198044d2dbf97dbebfb47.tar.bz2
sci2js-21b0cfec8f414af816d198044d2dbf97dbebfb47.zip
start working on scicos_getvalue
Diffstat (limited to 'combined.js')
-rw-r--r--combined.js32
1 files changed, 31 insertions, 1 deletions
diff --git a/combined.js b/combined.js
index c0930a89..851ab9b0 100644
--- a/combined.js
+++ b/combined.js
@@ -12693,6 +12693,36 @@ x=arg1;
typ=newpar;
}
}
+/* autogenerated from "macros/Misc/PAL_f.sci" */
+function PAL_f() {
+PAL_f.prototype.define = function PAL_f() {
+scs=scicos_diagram();
+scs.props.title="Palette";
+model=scicos_model();
+model.sim="palette";
+model.in1=[];
+model.out=[];
+model.rpar=scs;
+model.blocktype="h";
+model.dep_ut=[false,false];
+gr_i=[];
+x=standard_define([2,2],model,[],gr_i);
+x.graphics.id=scs.props.title(1);
+}
+PAL_f.prototype.details = function PAL_f() {
+}
+PAL_f.prototype.get = function PAL_f() {
+}
+PAL_f.prototype.set = function PAL_f() {
+[x,newparameters,needcompile,edited]=scicos(arg1.model.rpar);
+arg1.graphics.id=x.props.title(1);
+arg1.model.rpar=x;
+x=arg1;
+y=[];
+typ=[];
+%exit=resume(false)
+}
+}
/* autogenerated from "macros/Misc/RATELIMITER.sci" */
function RATELIMITER() {
RATELIMITER.prototype.define = function RATELIMITER() {
@@ -16689,4 +16719,4 @@ x=arg1;
}
}
-/* made from 255/274 files */
+/* made from 256/274 files */