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

Method clearOverlayRedrawRequests

Gui/GuiAppInstance.cpp:1103–1108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1101}
1102
1103void
1104GuiAppInstance::clearOverlayRedrawRequests()
1105{
1106 assert( QThread::currentThread() == qApp->thread() );
1107 _imp->overlayRedrawRequests = 0;
1108}
1109
1110void
1111GuiAppInstance::onGroupCreationFinished(const NodePtr& node,

Callers 8

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

Calls

no outgoing calls

Tested by

no test coverage detected