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

Method addMacro

Qt/Python/pqPythonMacroSupervisor.cxx:279–282  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

277
278//----------------------------------------------------------------------------
279void pqPythonMacroSupervisor::addMacro(const QString& fileName)
280{
281 this->addMacro(pqPythonMacroSupervisor::macroNameFromFileName(fileName), fileName);
282}
283
284//----------------------------------------------------------------------------
285void pqPythonMacroSupervisor::addMacro(const QString& macroName, const QString& fileName)

Callers 1

resetActionsMethod · 0.95

Calls 15

getMacroMethod · 0.95
instanceFunction · 0.85
QIconClass · 0.85
addActionToWidgetsFunction · 0.85
isMasterMethod · 0.80
setToolTipMethod · 0.80
setTextMethod · 0.45
getActiveServerMethod · 0.45
setDataMethod · 0.45
setEnabledMethod · 0.45
isEmptyMethod · 0.45

Tested by

no test coverage detected