Page MenuHomePhabricator

OverlayController should offer method to update data of overlays publicly
Closed, ResolvedPublic

Description

The class mitkOverlayController already has a method UpdateOverlayData( overlay ) that offers the possibility to update a specific overlay manually.

However this method is protected and cannot be used from the outside. Should be public.

Event Timeline

[143e4c]: Merge branch 'bug-12701-overlaycontroller-public-method'

Merged commits:

2012-07-23 14:37:04 Markus Engel [be3b65]
making method public

The method QmitkOverlayController::UpdateOverlayData() is now public and available from the outside