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

Method currentGroupId

app/src/DataModel/ProjectEditor.cpp:1054–1057  ·  view source on GitHub ↗

* @brief Returns the current group's ID, or -1 when no group is selected. */

Source from the content-addressed store, hash-verified

1052 * @brief Returns the current group's ID, or -1 when no group is selected.
1053 */
1054int DataModel::ProjectEditor::currentGroupId() const
1055{
1056 return m_selectedGroup.groupId;
1057}
1058
1059/**
1060 * @brief Builds a QVariantList describing the current group's datasets so QML preview tooling can

Callers 1

selectTemplateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected