MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / event

Method event

DSView/pv/view/viewport.cpp:145–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145bool Viewport::event(QEvent *event)
146{
147 if (event->type() == QEvent::NativeGesture)
148 return gestureEvent(static_cast<QNativeGestureEvent*>(event));
149 return QWidget::event(event);
150}
151
152void Viewport::paintEvent(QPaintEvent *event)
153{

Callers

nothing calls this directly

Calls 1

typeMethod · 0.80

Tested by

no test coverage detected