MCPcopy Create free account
hub / github.com/audacity/audacity / ProjectFramePlacement

Function ProjectFramePlacement

libraries/lib-project/Project.cpp:128–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126#include "BasicUI.h"
127
128std::unique_ptr<const BasicUI::WindowPlacement>
129ProjectFramePlacement( AudacityProject *project )
130{
131 auto &factory = WindowPlacementFactory::Get();
132 std::unique_ptr<const BasicUI::WindowPlacement> result;
133 if (project && factory && (result = factory(*project)).get())
134 return result;
135 else
136 return std::make_unique<BasicUI::WindowPlacement>();
137}

Callers 10

StartMonitoringMethod · 0.85
RenameOrWarnMethod · 0.85
HandleXMLTagMethod · 0.85
PlayPlayRegionMethod · 0.85
DoRecordMethod · 0.85
DoSaveMethod · 0.85
SaveCopyMethod · 0.85
OpenProjectFileMethod · 0.85
DoImportMethod · 0.85
OnPunchAndRollFunction · 0.85

Calls 2

GetFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected