Skip to content

Commit

Permalink
Rephrase example's README
Browse files Browse the repository at this point in the history
  • Loading branch information
gpospelov committed Jan 31, 2021
1 parent 6fa80da commit d4e8d67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/nodeeditor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ only one single lattice. Particles can be rotated with the help of the
### `ConnectableItem, ConnectableView and ConnectableItemController`

The `ConnectableItem` is a base class for all items representing nodes. Doesn't
have own visual representation. Serves as a building block for `SampleModel`. The
contain presentation-related details (color, shape parameters, etc). Serves as a building block for `SampleModel`. The
`ConnectableView` is a counterpart of `ConnectableItem` on the graphics scene.
The `ConnectableItemController` provides updates of the view's position/appearance on
the graphics scene when the underlying item changes. Similarly, it provides an update of
The `ConnectableItemController` provides updates of the `ConnectableView`'s position/appearance on
the graphics scene when the underlying `ConnectableItem` changes. Similarly, it provides an update of
the item's properties while the view is moved on the scene by the user.

### `NodePort, NodeConnection and NodeController`
Expand Down

0 comments on commit d4e8d67

Please sign in to comment.