Searched refs:CChatSelector (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DChatSelector.cpp100 CChatSelector::CChatSelector(wxWindow* parent, wxWindowID id, const wxPoint& pos, wxSize siz, long style) function in class:CChatSelector
113 CChatSession* CChatSelector::StartSession(uint64 client_id, const wxString& client_name, bool show)
145 CChatSession* CChatSelector::GetPageByClientID(uint64 client_id)
159 int CChatSelector::GetTabByClientID(uint64 client_id)
173 bool CChatSelector::ProcessMessage(uint64 sender_id, const wxString& message)
218 bool CChatSelector::SendMessage( const wxString& message, const wxString& client_name, uint64 to_id )
274 void CChatSelector::ConnectionResult(bool success, const wxString& message, uint64 id)
296 void CChatSelector::EndSession(uint64 client_id)
314 void CChatSelector
[all...]
H A DChatSelector.h64 class CChatSelector : public CMuleNotebook class in inherits:CMuleNotebook
67 CChatSelector(wxWindow* parent, wxWindowID id, const wxPoint& pos, wxSize siz, long style);
68 virtual ~CChatSelector() {};
H A DChatWnd.h34 class CChatSelector;
95 CChatSelector* chatselector;
H A DChatWnd.cpp39 #include "ChatSelector.h" // Needed for CChatSelector
64 chatselector = CastChild( IDC_CHATSELECTOR, CChatSelector );
H A Dmuuli_wdr.cpp3487 CChatSelector *item4 = new CChatSelector(parent, IDC_CHATSELECTOR,wxDefaultPosition,wxSize(200,32),0L);

Completed in 89 milliseconds