Searched refs:wxLogTextCtrl (Results 1 - 25 of 26) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dlogg.h26 class WXDLLEXPORT wxLogTextCtrl : public wxLog class in inherits:wxLog
29 wxLogTextCtrl(wxTextCtrl *pTextCtrl);
39 DECLARE_NO_COPY_CLASS(wxLogTextCtrl)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/dbbrowse/
H A Ddoc.h29 extern wxLogTextCtrl *p_LogBook; // All Log messages
H A Ddoc.cpp34 wxLogTextCtrl *p_LogBook; // All Log messages
123 p_LogBook = new wxLogTextCtrl(p_LogWin); // make p_LogWin the LogBook
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/power/
H A Dpower.cpp53 m_logOld = wxLog::SetActiveTarget(new wxLogTextCtrl(text));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/plot/
H A Dplot.cpp150 wxLog *old_log = wxLog::SetActiveTarget( new wxLogTextCtrl( m_log ) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/popup/
H A Dpopup.cpp356 wxLogTextCtrl* logger = new wxLogTextCtrl( m_logWin );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/ipc/
H A Dclient.cpp208 wxLogTextCtrl *logWindow = new wxLogTextCtrl(GetLog());
H A Dserver.cpp157 wxLogTextCtrl *logWindow = new wxLogTextCtrl(GetLog());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/grid/
H A Dgriddemo.h29 wxLogTextCtrl *logger;
H A Dgriddemo.cpp250 logger = new wxLogTextCtrl( logWin );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/scrollsub/
H A Dscrollsub.cpp416 wxLog *old_log = wxLog::SetActiveTarget( new wxLogTextCtrl( m_log ) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/html/test/
H A Dtest.cpp243 delete wxLog::SetActiveTarget(new wxLogTextCtrl(text));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dlogg.cpp1212 // wxLogTextCtrl implementation
1215 wxLogTextCtrl::wxLogTextCtrl(wxTextCtrl *pTextCtrl) function in class:wxLogTextCtrl
1220 void wxLogTextCtrl::DoLogString(const wxChar *szString, time_t WXUNUSED(t))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dlog.tex661 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% wxLogTextCtrl %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
663 \section{\class{wxLogTextCtrl}}\label{wxlogtextctrl}
684 \membersection{wxLogTextCtrl::wxLogTextCtrl}\label{wxlogtextctrlctor}
686 \func{}{wxLogTextCtrl}{\param{wxTextCtrl }{*textctrl}}
711 \helpref{wxLogTextCtrl}{wxlogtextctrl}
H A Dtlog.tex6 \helpref{wxLogTextCtrl}{wxlogtextctrl},\\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/htlbox/
H A Dhtlbox.cpp305 delete wxLog::SetActiveTarget(new wxLogTextCtrl(text));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/combo/
H A Dcombo.cpp745 wxLogTextCtrl* logger = new wxLogTextCtrl( m_logWin );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/dataview/
H A Ddataview.cpp571 m_logOld = wxLog::SetActiveTarget(new wxLogTextCtrl(m_logWindow));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/treectrl/
H A Dtreetest.cpp289 wxLogTextCtrl *logWindow = new wxLogTextCtrl(m_textCtrl);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/listctrl/
H A Dlisttest.cpp273 m_logOld = wxLog::SetActiveTarget(new wxLogTextCtrl(m_logWindow));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/menu/
H A Dmenu.cpp547 m_logOld = wxLog::SetActiveTarget(new wxLogTextCtrl(m_textctrl));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/notebook/
H A Dnotebook.cpp318 m_logTargetOld = wxLog::SetActiveTarget( new wxLogTextCtrl(m_text) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/text/
H A Dtext.cpp1004 m_logOld = wxLog::SetActiveTarget( new wxLogTextCtrl( m_log ) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/controls/
H A Dcontrols.cpp636 m_logTargetOld = wxLog::SetActiveTarget(new wxLogTextCtrl(m_text));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/dnd/
H A Ddnd.cpp998 m_pLog = new wxLogTextCtrl(m_ctrlLog);

Completed in 229 milliseconds

12