]> gerrit.simantics Code Review - simantics/platform.git/commitdiff
More ValueType modifications to satisfy compilation of SCL-expressions 68/1168/2
authorjsimomaa <jani.simomaa@gmail.com>
Tue, 31 Oct 2017 08:19:39 +0000 (10:19 +0200)
committerJani Simomaa <jani.simomaa@semantum.fi>
Tue, 31 Oct 2017 08:19:51 +0000 (10:19 +0200)
refs #7575

Change-Id: I7da9ab35813a47d5c27e98d9eca84d6cf6fc14f9

bundles/org.simantics.document.base.ontology/graph/Components.pgraph
bundles/org.simantics.platform.ui.ontology/graph/PlatformUIViews.pgraph

index 8c03f41c5e9935fd4d47c485460040e102ffd999..5384db0b27210f3aed2d6dc220951b3d4a78d19f 100644 (file)
@@ -91,7 +91,7 @@ DOC.commandEvent : L0.Template
     @template %instance %expression %valueType
         %instance : COMPONENTS.CommandEvent
             PROPERTIES.SCLFunction _ : %valueType
     @template %instance %expression %valueType
         %instance : COMPONENTS.CommandEvent
             PROPERTIES.SCLFunction _ : %valueType
-                L0.HasValueType "EventHandler"
+                L0.HasValueType "AbstractEventHandler"
                 L0.SCLValue.expression %expression
 
 COMPONENTS.DefVar <T COMPONENTS.ParentlessComponent
                 L0.SCLValue.expression %expression
 
 COMPONENTS.DefVar <T COMPONENTS.ParentlessComponent
index eeab91d816030948d4c98212a87b9dcca30915eb..a49e26a7b5026dd2d8bee78df775424121c234b6 100644 (file)
@@ -141,7 +141,7 @@ VIEWS.sclEvent : L0.Template
         %subject
             %property _ : VIEWS.SCLValue
               L0.SCLValue.expression %expression
         %subject
             %property _ : VIEWS.SCLValue
               L0.SCLValue.expression %expression
-              L0.HasValueType "EventHandler"
+              L0.HasValueType "AbstractEventHandler"
 
 VIEWS.RangeSelectionTabContribution : SWT.TypedVariableTabContribution
     SEL.AbstractVariableTabContribution.HasPriority 1
 
 VIEWS.RangeSelectionTabContribution : SWT.TypedVariableTabContribution
     SEL.AbstractVariableTabContribution.HasPriority 1