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

Method exec

Engine/AppManager.cpp:2632–2639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2630}
2631
2632int
2633AppManager::exec()
2634{
2635#ifdef DEBUG
2636 boost_adaptbx::floating_point::exception_trapping trap(0);
2637#endif
2638 return qApp->exec();
2639}
2640
2641void
2642AppManager::onNodeMemoryRegistered(qint64 mem)

Callers 15

checkForNewVersionMethod · 0.45
onItemRightClickedMethod · 0.45
createMenuMethod · 0.45
onItemDoubleClickedMethod · 0.45
showItemMenuMethod · 0.45
importLayoutMethod · 0.45
showContextMenuMethod · 0.45
createDirMethod · 0.45
openSelectedFilesMethod · 0.45
showFilterMenuMethod · 0.45
onButtonClickedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected