| 
    Medical Imaging Interaction Toolkit
    2025.08.00
    
   Medical Imaging Interaction Toolkit 
   | 
 
 
 
 
Go to the documentation of this file.
   13 #ifndef QmitkOverlayController_h 
   14 #define QmitkOverlayController_h 
   75   void RemoveAllOverlays();
 
   80   void SetOverlayVisibility(
bool visible);
 
   99   void AdjustAllOverlayPosition();
 
  103   void UpdateAllOverlays();
 
  116   void InitializeOverlayLayout();
 
  121   virtual void AlignOverlays();
 
  
 
DisplayPosition
enumeration of all possible display positions
 
controller that manages the positioning and stacking of QmitkOverlays
 
OverlayPositionMap m_PositionedOverlays
all possible positions and the QWidgets representing the corresponding QmitkOverlays
 
Abstract base class for all overlay-objects in MITK.
 
MITK implementation of the QVTKWidget.
 
QmitkRenderWindow * m_RenderWindow
RenderWindow that all Overlays will be added to.
 
std::map< QmitkOverlay::DisplayPosition, QWidget * > OverlayPositionMap
 
OverlayVector m_AllOverlays
all QmitkOverlays that are currently added
 
Key-value list holding instances of BaseProperty.
 
#define MITKQTOVERLAYS_EXPORT
 
mitk::PropertyList::Pointer m_PropertyList
PropertyList for RenderWindow-specific properties.
 
std::vector< QmitkOverlay * > OverlayVector