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

Method setSelectedAction

app/src/DataModel/ProjectModel.cpp:3191–3194  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

3189 * @brief Stores the editor's currently selected action.
3190 */
3191void DataModel::ProjectModel::setSelectedAction(const DataModel::Action& action)
3192{
3193 m_selectedAction = action;
3194}
3195
3196/**
3197 * @brief Stores the editor's currently selected dataset.

Callers 2

onActionItemChangedMethod · 0.80
selectActionItemMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected