#include <BaseMatrixImageViewerWidget.h>

A QGraphicsView showing a scene containing the image to display The image is generated from the BaseMatrix in this class
| Protected Attributes | |
| const type::BaseMatrixImageProxy * | m_imageplane { nullptr } | 
| QImage | m_image | 
| BaseMatrixImageViewerGraphScene * | m_scene { nullptr } | 
| Public Member Functions | |
| BaseMatrixImageViewerGraphWidget (QWidget *parent, const type::BaseMatrixImageProxy &plane) | |
| void | readFromData (const type::BaseMatrixImageProxy &proxy) | 
| ~BaseMatrixImageViewerGraphWidget () override | |
| Protected Member Functions | |
| void | fitInView () | 
| void | resizeEvent (QResizeEvent *) override | 
| 
 | protected | 
| 
 | protected | 
| 
 | protected | 
| sofa::gui::qt::BaseMatrixImageViewerGraphWidget::BaseMatrixImageViewerGraphWidget | ( | QWidget * | parent, | 
| const type::BaseMatrixImageProxy & | plane | ||
| ) | 
| 
 | inlineoverride | 
| 
 | protected | 
| void sofa::gui::qt::BaseMatrixImageViewerGraphWidget::readFromData | ( | const type::BaseMatrixImageProxy & | proxy | ) | 
| 
 | overrideprotected |