X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.debug.graphical%2Fscl%2FSimantics%2FGraphicalDebugger.scl;h=0542beb1dad91186e0b646997d3e2a7e9ba4d6c6;hp=54f1e4c2f9791a9cc2bb04e0e3d459eb6e608a84;hb=90506d09a405fb20380a41bb7c89fb9c510f2d42;hpb=969bd23cab98a79ca9101af33334000879fb60c5 diff --git a/bundles/org.simantics.debug.graphical/scl/Simantics/GraphicalDebugger.scl b/bundles/org.simantics.debug.graphical/scl/Simantics/GraphicalDebugger.scl index 54f1e4c2f..0542beb1d 100644 --- a/bundles/org.simantics.debug.graphical/scl/Simantics/GraphicalDebugger.scl +++ b/bundles/org.simantics.debug.graphical/scl/Simantics/GraphicalDebugger.scl @@ -1,2 +1,11 @@ -importJava "org.simantics.debug.graphical.GraphicalDebugger" where - newGraphDebugger :: () \ No newline at end of file +import "Simantics/DB" + +importJava "org.simantics.debug.graphical.DebuggerCanvasProxy" where + data GraphDebugger + + setStatementFilter :: GraphDebugger -> (Statement -> Boolean) -> () + removeStatementFilter :: GraphDebugger -> () + addResource :: GraphDebugger -> Resource -> () + +importJava "org.simantics.debug.graphical.GraphicalDebugger" where + newGraphDebugger :: GraphDebugger \ No newline at end of file