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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/notebook/
H A Dnotebook.h89 wxLog *m_logTargetOld; member in class:MyFrame
H A Dnotebook.cpp318 m_logTargetOld = wxLog::SetActiveTarget( new wxLogTextCtrl(m_text) );
341 delete wxLog::SetActiveTarget(m_logTargetOld);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/controls/
H A Dcontrols.cpp173 wxLog *m_logTargetOld; member in class:MyPanel
636 m_logTargetOld = wxLog::SetActiveTarget(new wxLogTextCtrl(m_text));
1720 delete wxLog::SetActiveTarget(m_logTargetOld);

Completed in 63 milliseconds