MCPcopy Create free account
hub / github.com/PurpleI2P/i2pd / UpdateMainView

Method UpdateMainView

daemon/HaikuDaemon.cpp:100–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100void MainWindow::UpdateMainView ()
101{
102 std::stringstream s;
103 i2p::util::PrintMainWindowText (s);
104 m_MainView->SetText (s.str ().c_str ());
105}
106
107void MainWindow::MessageReceived (BMessage * msg)
108{

Callers

nothing calls this directly

Calls 1

PrintMainWindowTextFunction · 0.85

Tested by

no test coverage detected