MCPcopy Create free account
hub / github.com/cginternals/globjects / resizeEvent

Method resizeEvent

source/examples/qtexample/WindowQt.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void WindowQt::resizeEvent(QResizeEvent * event)
67{
68 resize(event);
69 paint();
70}
71
72void WindowQt::exposeEvent(QExposeEvent * )
73{

Callers

nothing calls this directly

Calls 1

resizeFunction · 0.85

Tested by

no test coverage detected