MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / resizeEvent

Method resizeEvent

src/openms_gui/source/VISUAL/Plot3DCanvas.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 Plot3DCanvas::~Plot3DCanvas() = default;
65
66 void Plot3DCanvas::resizeEvent(QResizeEvent * e)
67 {
68 openglcanvas_->resize(e->size().width(), e->size().height());
69 }
70
71 void Plot3DCanvas::showLegend(bool show)
72 {

Callers

nothing calls this directly

Calls 4

widthMethod · 0.80
heightMethod · 0.80
resizeMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected