Home
last modified time | relevance | path

Searched refs:GetComponentLevel (Results 1 – 7 of 7) sorted by relevance

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Dlog.h411 static wxLogLevel GetComponentLevel(const wxString& component);
419 return IsEnabled() && level <= GetComponentLevel(component); in IsLevelEnabled()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Dlog.h400 static wxLogLevel GetComponentLevel(wxString component);
408 return IsEnabled() && level <= GetComponentLevel(component); in IsLevelEnabled()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Dlog.h400 static wxLogLevel GetComponentLevel(wxString component);
408 return IsEnabled() && level <= GetComponentLevel(component); in IsLevelEnabled()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dlog.cpp610 wxLogLevel wxLog::GetComponentLevel(wxString component) in GetComponentLevel() function in wxLog
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Dlog.cpp610 wxLogLevel wxLog::GetComponentLevel(wxString component) in GetComponentLevel() function in wxLog
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dlog.cpp628 wxLogLevel wxLog::GetComponentLevel(const wxString& componentOrig) in GetComponentLevel() function in wxLog
/dports/audio/audacity/audacity-Audacity-3.1.3/src/
H A DBatchCommands.cpp758 wxLogLevel prevLevel = wxLog::GetComponentLevel(""); in ApplyMacro()