]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.simantics.plant3d/scl/Plant3d/Scenegraph/InlineComponent.scl
Updates to SCL interfaces
[simantics/3d.git] / org.simantics.plant3d / scl / Plant3d / Scenegraph / InlineComponent.scl
index 4bbea43e51514345854303a72efa2b9e1d4da81a..68d617019835de27d06f842c653b15e7fc9ac2c2 100644 (file)
@@ -3,12 +3,14 @@ include "./PipelineComponent"
 importJava "org.simantics.plant3d.scenegraph.InlineComponent" where
   data InlineComponent
   
-  isVariableLength :: InlineComponent -> Boolean
-  getRotationAngle :: InlineComponent -> Maybe Double
-  setRotationAngle :: InlineComponent -> Maybe Double -> ()
+  isVariableLength :: InlineComponent -> <Proc> Boolean
+  getRotationAngle :: InlineComponent -> <Proc> Maybe Double
+  setRotationAngle :: InlineComponent -> Maybe Double -> <Proc> ()
   
-  isReversed :: InlineComponent -> Maybe Boolean
-  setReversed :: InlineComponent -> Maybe Boolean -> ()
+  isSizeChange :: InlineComponent -> <Proc> Boolean
+  
+  isReversed :: InlineComponent -> <Proc>Maybe Boolean
+  setReversed :: InlineComponent -> Maybe Boolean -> <Proc> ()
 
 instance NodeClass InlineComponent
 instance G3DNodeClass InlineComponent