MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / SaveViewFile

Method SaveViewFile

DebugView++/MainFrame.cpp:819–826  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

817}
818
819void CMainFrame::SaveViewFile(const std::wstring& filename)
820{
821 UISetText(0, WStr(wstringbuilder() << "Saving " << filename));
822 Win32::ScopedCursor cursor(::LoadCursor(nullptr, IDC_WAIT));
823 GetView().Save(filename);
824 m_txtFileName = filename;
825 UpdateStatusBar();
826}
827
828struct View
829{

Callers

nothing calls this directly

Calls 2

WStrClass · 0.85
SaveMethod · 0.80

Tested by

no test coverage detected