MCPcopy Create free account
hub / github.com/ImpulseAdventure/JPEGsnoop / SetStatusText

Method SetStatusText

JfifDecode.cpp:5561–5569  ·  view source on GitHub ↗

Update the status bar with a message

Source from the content-addressed store, hash-verified

5559
5560// Update the status bar with a message
5561void CjfifDecode::SetStatusText(CString strText)
5562{
5563 // Make sure that we have been connected to the status
5564 // bar of the main window first! Note that it is jpegsnoopDoc
5565 // that sets this variable.
5566 if (m_pStatBar) {
5567 m_pStatBar->SetPaneText(0,strText);
5568 }
5569}
5570
5571// Generate a special output form of the current image's
5572// compression signature and other characteristics. This is only

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected