Editor anatomy

In the middle of the app there is a Canvas. This is where the fun happens.

_images/canvas.png

Everything in editor except of canvas is a tool. There are two types of tools

Shelf tool

Shelf tools are located on the toolbar of editor main window.

_images/shelf_tools.png

Dock tool

Dock tools are floating widgets.

_images/dock_tools.png

All registered dock tools can be found below corresponding section on menu bar.

_images/dock_tools_menu.png

Subgraphs navigation

On the top of canvas there is a current location widget. To step into subgraph - double click on compound node. To step up - click on any parent button.

_images/subgraph_navigation.gif

Exporter

Under file->Custom IO you can find all registered exporters and importers

_images/exporter.png