/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/cpp/ |
H A D | sip_corewxLogStderr.cpp | 19 class sipwxLogStderr : public ::wxLogStderr 53 sipwxLogStderr::sipwxLogStderr(): ::wxLogStderr(), sipPySelf(SIP_NULLPTR) in sipwxLogStderr() 72 ::wxLogStderr::Flush(); in Flush() 90 ::wxLogStderr::DoLogRecord(level,msg,info); in DoLogRecord() 108 ::wxLogStderr::DoLogTextAtLevel(level,msg); in DoLogTextAtLevel() 126 ::wxLogStderr::DoLogText(msg); in DoLogText() 290 ::wxLogStderr *sipCpp = reinterpret_cast< ::wxLogStderr *>(sipCppV); in cast_wxLogStderr() 308 delete reinterpret_cast< ::wxLogStderr *>(sipCppV); in release_wxLogStderr()
|
/dports/net-p2p/amule/aMule-2.3.3/src/utils/aLinkCreator/src/ |
H A D | alcc.cpp | 46 wxLogStderr * stderrLog = new wxLogStderr; in IMPLEMENT_APP() 47 wxLogStderr * stdoutLog = new wxLogStderr(stdout); in IMPLEMENT_APP()
|
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/utils/aLinkCreator/src/ |
H A D | alcc.cpp | 50 wxLogStderr * stderrLog = new wxLogStderr; in IMPLEMENT_APP() 51 wxLogStderr * stdoutLog = new wxLogStderr(stdout); in IMPLEMENT_APP()
|
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/clientgui/ |
H A D | LogBOINC.cpp | 28 wxLogBOINC::wxLogBOINC() : wxLogStderr(stdout) in wxLogBOINC() 40 wxLogStderr::DoLogText(msg); in DoLogText()
|
H A D | LogBOINC.h | 25 class wxLogBOINC : public wxLogStderr {
|
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/ |
H A D | log.h | 336 class WXDLLIMPEXP_BASE wxLogStderr : public wxLog 340 wxLogStderr(FILE *fp = (FILE *) NULL); 348 DECLARE_NO_COPY_CLASS(wxLogStderr)
|
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/ |
H A D | log.h | 336 class WXDLLIMPEXP_BASE wxLogStderr : public wxLog 340 wxLogStderr(FILE *fp = (FILE *) NULL); 348 DECLARE_NO_COPY_CLASS(wxLogStderr)
|
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/ |
H A D | log.h | 336 class WXDLLIMPEXP_BASE wxLogStderr : public wxLog 340 wxLogStderr(FILE *fp = (FILE *) NULL); 348 DECLARE_NO_COPY_CLASS(wxLogStderr)
|
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/ |
H A D | log.h | 336 class WXDLLIMPEXP_BASE wxLogStderr : public wxLog 340 wxLogStderr(FILE *fp = (FILE *) NULL); 348 DECLARE_NO_COPY_CLASS(wxLogStderr)
|
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/ |
H A D | log.h | 262 class WXDLLEXPORT wxLogStderr : public wxLog 264 DECLARE_NO_COPY_CLASS(wxLogStderr) 268 wxLogStderr(FILE *fp = (FILE *) NULL);
|
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/ |
H A D | log.cpp | 382 ms_pLogger = new wxLogStderr; in GetActiveTarget() 565 wxLogStderr::wxLogStderr(FILE *fp) in wxLogStderr() function in wxLogStderr 573 void wxLogStderr::DoLogString(const wxChar *szString, time_t WXUNUSED(t)) in DoLogString()
|
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/ |
H A D | log.cpp | 382 ms_pLogger = new wxLogStderr; in GetActiveTarget() 565 wxLogStderr::wxLogStderr(FILE *fp) in wxLogStderr() function in wxLogStderr 573 void wxLogStderr::DoLogString(const wxChar *szString, time_t WXUNUSED(t)) in DoLogString()
|
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/ |
H A D | log.cpp | 382 ms_pLogger = new wxLogStderr; in GetActiveTarget() 565 wxLogStderr::wxLogStderr(FILE *fp) in wxLogStderr() function in wxLogStderr 573 void wxLogStderr::DoLogString(const wxChar *szString, time_t WXUNUSED(t)) in DoLogString()
|
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/common/ |
H A D | log.cpp | 382 ms_pLogger = new wxLogStderr; in GetActiveTarget() 565 wxLogStderr::wxLogStderr(FILE *fp) in wxLogStderr() function in wxLogStderr 573 void wxLogStderr::DoLogString(const wxChar *szString, time_t WXUNUSED(t)) in DoLogString()
|
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/ |
H A D | appcmn.cpp | 397 return new wxLogStderr; in CreateLogTarget() 401 return new wxLogStderr; in CreateLogTarget()
|
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/interface/wx/ |
H A D | log.h | 777 class wxLogStderr : public wxLog 784 wxLogStderr(FILE* fp = NULL);
|
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/ |
H A D | appcmn.cpp | 397 return new wxLogStderr; in CreateLogTarget() 401 return new wxLogStderr; in CreateLogTarget()
|
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/interface/wx/ |
H A D | log.h | 777 class wxLogStderr : public wxLog 784 wxLogStderr(FILE* fp = NULL);
|
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/gen/ |
H A D | log.sip | 601 class wxLogStderr : wxLog 614 wxLogStderr( 618 wxLogStderr(const wxLogStderr&); 622 wxLogStderr& operator=(const wxLogStderr&); 625 }; // end of class wxLogStderr
|
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/html/helpview/ |
H A D | helpview.cpp | 60 delete wxLog::SetActiveTarget(new wxLogStderr); // So dialog boxes aren't used in OnInit()
|
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/html/helpview/ |
H A D | helpview.cpp | 63 delete wxLog::SetActiveTarget(new wxLogStderr); // So dialog boxes aren't used in IMPLEMENT_APP()
|
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/html/helpview/ |
H A D | helpview.cpp | 63 delete wxLog::SetActiveTarget(new wxLogStderr); // So dialog boxes aren't used in IMPLEMENT_APP()
|
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/interface/wx/ |
H A D | log.h | 827 class wxLogStderr : public wxLog 849 wxLogStderr(FILE *fp = NULL,
|
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/ |
H A D | appcmn.cpp | 434 return new wxLogStderr; in CreateLogTarget() 438 return new wxLogStderr; in CreateLogTarget()
|
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/samples/html/helpview/ |
H A D | helpview.cpp | 66 delete wxLog::SetActiveTarget(new wxLogStderr); // So dialog boxes aren't used in BEGIN_EVENT_TABLE()
|