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

Method getOrCreateRenderStatsDialog

Gui/Gui40.cpp:938–947  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

936}
937
938RenderStatsDialog*
939Gui::getOrCreateRenderStatsDialog()
940{
941 if (_imp->statsDialog) {
942 return _imp->statsDialog;
943 }
944 _imp->statsDialog = new RenderStatsDialog(this);
945
946 return _imp->statsDialog;
947}
948
949void
950Gui::onEnableRenderStatsActionTriggered()

Callers 1

refreshMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected