MCPcopy Create free account
hub / github.com/Kitware/ParaView / addWidgetForEditMacros

Method addWidgetForEditMacros

Qt/Python/pqPythonMacroSupervisor.cxx:173–176  ·  view source on GitHub ↗

----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

171}
172//----------------------------------------------------------------------------
173void pqPythonMacroSupervisor::addWidgetForEditMacros(QWidget* widget)
174{
175 this->addWidgetForMacros(widget, 1);
176}
177//----------------------------------------------------------------------------
178void pqPythonMacroSupervisor::addWidgetForDeleteMacros(QWidget* widget)
179{

Callers

nothing calls this directly

Calls 1

addWidgetForMacrosMethod · 0.95

Tested by

no test coverage detected