Searched refs:wxLogGui (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dlogg.h50 class WXDLLEXPORT wxLogGui : public wxLog class in inherits:wxLog
54 wxLogGui();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/html/helpview/
H A Dhelpview.cpp93 delete wxLog::SetActiveTarget(new wxLogGui);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Dapp.cpp265 wxLog *oldLog = wxLog::SetActiveTarget(new wxLogGui);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dlogg.cpp223 // wxLogGui implementation (FIXME MT-unsafe)
228 wxLogGui::wxLogGui() function in class:wxLogGui
233 void wxLogGui::Clear()
244 void wxLogGui::Flush()
340 void wxLogGui::DoLog(wxLogLevel level, const wxChar *szString, time_t t)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dlog.tex73 Some of wxLog implementations, most notably the standard wxLogGui class,
398 using the standard dialogs as \helpref{wxLogGui}{wxlogoverview} does by default.
481 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% wxLogGui %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
483 \section{\class{wxLogGui}}\label{wxloggui}
499 \membersection{wxLogGui::wxLogGui}\label{wxlogguictor}
501 \func{}{wxLogGui}{\void}
H A Dtlog.tex8 \helpref{wxLogGui}{wxloggui},\\
138 \item{\bf wxLogGui} This is the standard log target for wxWidgets
H A Dapp.tex70 implementation returns a new wxLogGui class.
H A Dcategory.tex387 \twocolitem{\helpref{wxLogGui}{wxloggui}}{Default log target for GUI programs}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dappcmn.cpp525 return new wxLogGui;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/helpview/src/
H A Dhelpview.cpp227 delete wxLog::SetActiveTarget(new wxLogGui);

Completed in 69 milliseconds