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

Method setSelectedGroup

app/src/DataModel/ProjectModel.cpp:3183–3186  ·  view source on GitHub ↗

* @brief Stores the editor's currently selected group. */

Source from the content-addressed store, hash-verified

3181 * @brief Stores the editor's currently selected group.
3182 */
3183void DataModel::ProjectModel::setSelectedGroup(const DataModel::Group& group)
3184{
3185 m_selectedGroup = group;
3186}
3187
3188/**
3189 * @brief Stores the editor's currently selected action.

Callers 4

datasetAddMethod · 0.80
datasetAddManyMethod · 0.80
outputWidgetAddMethod · 0.80
selectGroupItemMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected