Searched refs:m_logTarget (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/keyboard/
H A Dkeyboard.cpp62 ~MyFrame() { delete m_logTarget; }
74 wxLog *m_logTarget; member in class:MyFrame
301 m_logTarget = new LboxLogger(m_lboxLog, wxLog::GetActiveTarget());
302 wxLog::SetActiveTarget(m_logTarget);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dwidgets.cpp172 wxLog *m_logTarget; member in class:WidgetsFrame
346 m_logTarget = (wxLog *)NULL;
453 m_logTarget = new LboxLogger(m_lboxLog, wxLog::GetActiveTarget());
454 wxLog::SetActiveTarget(m_logTarget);
612 delete m_logTarget;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/listbox/
H A Dlboxtest.cpp199 wxLog *m_logTarget; member in class:LboxTestFrame
358 m_logTarget = (wxLog *)NULL;
495 m_logTarget = new LboxLogger(m_lboxLog, wxLog::GetActiveTarget());
496 wxLog::SetActiveTarget(m_logTarget);
503 delete m_logTarget;

Completed in 31 milliseconds