MCPcopy Create free account
hub / github.com/Kitware/VTK / DisplayWarningText

Method DisplayWarningText

Common/Core/vtkOutputWindow.cxx:280–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280void vtkOutputWindow::DisplayWarningText(const char* txt)
281{
282 vtkScopedSet<MessageTypes> setter(&this->CurrentMessageType, MESSAGE_TYPE_WARNING);
283
284 this->DisplayText(txt);
285 this->InvokeEvent(vtkCommand::WarningEvent, const_cast<char*>(txt));
286}
287
288void vtkOutputWindow::DisplayGenericWarningText(const char* txt)
289{

Callers 2

TestXMLFileOutputWindowFunction · 0.45

Calls 2

DisplayTextMethod · 0.95
InvokeEventMethod · 0.80

Tested by 1

TestXMLFileOutputWindowFunction · 0.36