MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / contains

Method contains

app/src/UI/WidgetRegistry.cpp:121–124  ·  view source on GitHub ↗

* @brief Checks if a widget ID exists in the registry. */

Source from the content-addressed store, hash-verified

119 * @brief Checks if a widget ID exists in the registry.
120 */
121bool UI::WidgetRegistry::contains(UI::WidgetID id) const
122{
123 return m_widgets.contains(id);
124}
125
126/**
127 * @brief Gets all widget IDs in creation order.

Callers 15

activeGroupIndexMethod · 0.45
unregisterWindowMethod · 0.45
rebuildModelMethod · 0.45
findItemByWidgetIdMethod · 0.45
searchResultsMethod · 0.45
destroyWidgetMethod · 0.45
updateWidgetMethod · 0.45
pointsWidgetVisibleMethod · 0.45
actionsMethod · 0.45
plotRunningMethod · 0.45
fftPlotRunningMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected