-
- Downloads
redesign mask editor so it shows already while editing what you will get (WYSIWYG)
This removes the necessity of ROI to implement the "show" button, to see the masking effects. In a further step the mask presenter (which uses ROI functionality) could be removed, which was the motivation for the refactoring/redesign in the context of "remove ROI".
parent
871f62a8
No related branches found
No related tags found
Showing
- GUI/Views/MaskWidgets/EllipseView.cpp 7 additions, 9 deletionsGUI/Views/MaskWidgets/EllipseView.cpp
- GUI/Views/MaskWidgets/EllipseView.h 5 additions, 5 deletionsGUI/Views/MaskWidgets/EllipseView.h
- GUI/Views/MaskWidgets/IShape2DView.cpp 41 additions, 0 deletionsGUI/Views/MaskWidgets/IShape2DView.cpp
- GUI/Views/MaskWidgets/IShape2DView.h 5 additions, 0 deletionsGUI/Views/MaskWidgets/IShape2DView.h
- GUI/Views/MaskWidgets/LineViews.cpp 15 additions, 0 deletionsGUI/Views/MaskWidgets/LineViews.cpp
- GUI/Views/MaskWidgets/LineViews.h 2 additions, 0 deletionsGUI/Views/MaskWidgets/LineViews.h
- GUI/Views/MaskWidgets/MaskEditorHelper.cpp 4 additions, 8 deletionsGUI/Views/MaskWidgets/MaskEditorHelper.cpp
- GUI/Views/MaskWidgets/PolygonView.cpp 17 additions, 13 deletionsGUI/Views/MaskWidgets/PolygonView.cpp
- GUI/Views/MaskWidgets/PolygonView.h 2 additions, 1 deletionGUI/Views/MaskWidgets/PolygonView.h
- GUI/Views/MaskWidgets/RectangleBaseView.cpp 3 additions, 2 deletionsGUI/Views/MaskWidgets/RectangleBaseView.cpp
- GUI/Views/MaskWidgets/RectangleView.cpp 7 additions, 8 deletionsGUI/Views/MaskWidgets/RectangleView.cpp
- GUI/Views/MaskWidgets/RectangleView.h 1 addition, 2 deletionsGUI/Views/MaskWidgets/RectangleView.h
- GUI/Views/MaskWidgets/RegionOfInterestView.cpp 19 additions, 6 deletionsGUI/Views/MaskWidgets/RegionOfInterestView.cpp
- GUI/Views/MaskWidgets/RegionOfInterestView.h 4 additions, 0 deletionsGUI/Views/MaskWidgets/RegionOfInterestView.h
Please register or sign in to comment