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

Function Q_FOREACH

Qt/Python/pqPythonMacroSupervisor.cxx:136–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134void addActionToWidgets(QAction* action, QList<QPointer<QWidget>>& widgets)
135{
136 Q_FOREACH (QWidget* widget, widgets)
137 {
138 removePlaceHolderIfNeeded(widget);
139 if (widget)
140 {
141 widget->addAction(action);
142 }
143 }
144}
145void removeActionFromWidgets(QAction* action, QList<QPointer<QWidget>>& widgets)
146{

Callers 1

resetActionsMethod · 0.70

Calls 5

addPlaceHolderIfNeededFunction · 0.85
push_backMethod · 0.80
setPathMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected