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

Method SetStatusText

ImgDecode.cpp:328–336  ·  view source on GitHub ↗

Update the status bar text INPUT: - str = New text to display on status bar PRE: - m_pStatBar

Source from the content-addressed store, hash-verified

326// - m_pStatBar
327//
328void CimgDecode::SetStatusText(CString str)
329{
330 // Make sure that we have been connected to the status
331 // bar of the main window first! Note that it is jpegsnoopDoc
332 // that sets this variable.
333 if (m_pStatBar) {
334 m_pStatBar->SetPaneText(0,str);
335 }
336}
337
338// Clears the DQT entries
339// POST:

Callers 1

I_SetStatusTextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected