MCPcopy Create free account
hub / github.com/amule-project/amule / ProcessMessage

Method ProcessMessage

src/ChatWnd.cpp:198–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196
197
198void CChatWnd::ProcessMessage(uint64 sender, const wxString& message)
199{
200 if ( !theApp->amuledlg->IsDialogVisible(CamuleDlg::DT_CHAT_WND) ) {
201 theApp->amuledlg->SetMessageBlink(true);
202 }
203 if (chatselector->ProcessMessage(sender, message)) {
204 // Check to enable the window controls if needed
205 CheckNewButtonsState();
206 }
207}
208
209
210void CChatWnd::ConnectionResult(bool success, const wxString& message, uint64 id)

Callers 1

ChatProcessMsgFunction · 0.45

Calls 2

IsDialogVisibleMethod · 0.80
SetMessageBlinkMethod · 0.80

Tested by

no test coverage detected