MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / getOverlayRedrawRequestsCount

Method getOverlayRedrawRequestsCount

Gui/GuiAppInstance.cpp:1095–1101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1093}
1094
1095int
1096GuiAppInstance::getOverlayRedrawRequestsCount() const
1097{
1098 assert( QThread::currentThread() == qApp->thread() );
1099
1100 return _imp->overlayRedrawRequests;
1101}
1102
1103void
1104GuiAppInstance::clearOverlayRedrawRequests()

Callers 8

notifyOverlaysPenDownMethod · 0.80
notifyOverlaysPenUpMethod · 0.80
notifyOverlaysKeyDownMethod · 0.80
notifyOverlaysKeyUpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected