Searched refs:wxLogFrame (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dlogg.cpp435 // wxLogWindow and wxLogFrame implementation
442 class wxLogFrame : public wxFrame class in inherits:wxFrame
446 wxLogFrame(wxWindow *pParent, wxLogWindow *log, const wxChar *szTitle);
447 virtual ~wxLogFrame();
476 DECLARE_NO_COPY_CLASS(wxLogFrame)
479 BEGIN_EVENT_TABLE(wxLogFrame, wxFrame)
481 EVT_MENU(Menu_Close, wxLogFrame::OnClose)
483 EVT_MENU(Menu_Save, wxLogFrame::OnSave)
485 EVT_MENU(Menu_Clear, wxLogFrame::OnClear)
487 EVT_CLOSE(wxLogFrame
490 wxLogFrame::wxLogFrame(wxWindow *pParent, wxLogWindow *log, const wxChar *szTitle) function in class:wxLogFrame
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dlogg.h119 wxLogFrame *m_pLogFrame; // the log frame
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dlog.h73 class WXDLLIMPEXP_FWD_CORE wxLogFrame; variable in typeref:class:WXDLLIMPEXP_FWD_CORE

Completed in 239 milliseconds