Page MenuHomePhabricator

It should be possible to draw overlays
Closed, ResolvedPublic

Description

There should be a possibility to draw overlays in a renderwindow to visualize patient-/image-specific meta-data (patientname, birthdate, numer of slices, etc.).

All specifications have been written down within the context of the Mint Lesion Analyzer.

Event Timeline

[SVN revision 24634]
FIX (#3463): adding QmitkOverlay, QmitkTextOverlay and QmitkOverlayController
-> initial commit so have it in SVN, not added to files.cmake

[SVN revision 24636]
DOC (#3463): updated class- and method-documentation on QmitkTextOverlay

[SVN revision 24639]
ENH (#3463): adding mitkPropertyList to OverlayController to facilitate RenderWindow specific overlays

[SVN revision 24645]
DOC (#3463): updated class- and method-documentation on QmitkTextOverlayController

[SVN revision 24646]
ENH (#3463): adding MITK_ERROR in case an invalied QmitkRenderWindow has been set

[SVN revision 24647]
ENH (#3463): adding MITK_ERROR in case an invalied QmitkRenderWindow has been set

[SVN revision 24668]
DOC (#3463): updated documentation on QmitkOverlayController

[SVN revision 24671]
ENH (#3463): - preventing possible bug by always restacking all overlays in one position

  • added method to remove overlays

[SVN revision 24687]
ENH (#3463): making AdjustOverlayPosition a public slot

[SVN revision 24688]
ENH (#3463): setting stretch for overlays and really hide them if they are removed

[SVN revision 24691]
ENH (#3463): added callback to automatically update overlays when underlying property changes

[SVN revision 24692]
ENH (#3463): added overlay-related classes to files.cmake

[SVN revision 24693]
ENH (#3463): removed QmitkTextOverlay from files to be mocced to remove build-warning

[SVN revision 24708]
FIX (#3463): integrated overlays in the QmitkRenderWindow

[SVN revision 24709]
FIX (#3463): repositioning overlays when moving the StdMultiWidget

Could you please move or copy the additional doxygen documentation to the mitk/Documentation directory and replace the URL when you're done?

[SVN revision 24839]
FIX (#3463): added QmitkScalarBar and QmitkScalarBarOverlay
-> needed for displaying a scalarBar

[SVN revision 24849]
FIX (#3463): adding ScalarBar & ScalarBarOverlay to files.cmake

[SVN revision 25092]
FIX (#3463): added some X11 & Mac OS X specific window-attributes

[SVN revision 25264]
ENH (#3463): - removing MITK_INFOs

  • improving the setting of the layout spacing

[SVN revision 25371]
ENH (#3463): added X11 and MAC-specific widget-attributes

[SVN revision 25410]
ENH (#3463): really deleting overlay in RemoveOverlay()

[SVN revision 25414]
ENH (#3463): overlay must not be deleted here

[SVN revision 25674]
FIX (#3463): Under Win-XP, don't use transparency for overlays but paint black background