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

Method setGroup

app/src/UI/Widgets/PainterDataBridge.cpp:36–39  ·  view source on GitHub ↗

* @brief Points the bridge at the group whose datasets the script should read. */

Source from the content-addressed store, hash-verified

34 * @brief Points the bridge at the group whose datasets the script should read.
35 */
36void Widgets::PainterDataBridge::setGroup(const DataModel::Group* group)
37{
38 m_group = group;
39}
40
41/**
42 * @brief Refreshes the per-tick frame counter and wall-clock stamp.

Callers 4

setPreviewModeMethod · 0.80
updateDataMethod · 0.80
animateTickMethod · 0.80
dispatchPointerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected