Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
width
Method · 0.80
height
Method · 0.80
resize
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected