MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / warning

Method warning

src/Base/Console.h:837–840  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

835
836template<typename... Args>
837void Base::ConsoleSingleton::warning(const char* pMsg, Args&&... args)
838{
839 warning(std::string(""), pMsg, std::forward<Args>(args)...);
840}
841
842template<typename... Args>
843void Base::ConsoleSingleton::warning(const std::string& notifier, const char* pMsg, Args&&... args)

Callers 15

load_cpplint_filtersFunction · 0.45
~ILoggerBlockerMethod · 0.45
ConsoleObserverFileMethod · 0.45
ProduceScriptMethod · 0.45
sPyWarningMethod · 0.45
wgetFinishedMethod · 0.45
setFilesMethod · 0.45
acceptMethod · 0.45
createNewItemMethod · 0.45
nativeFileDialogMethod · 0.45

Calls 1

warningFunction · 0.85

Tested by 1

runMethod · 0.36