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

Method customizeWorkspaces

app/src/DataModel/ProjectModel.cpp:6781–6784  ·  view source on GitHub ↗

* @brief Returns whether the user has opted in to customising workspaces. */

Source from the content-addressed store, hash-verified

6779 * @brief Returns whether the user has opted in to customising workspaces.
6780 */
6781bool DataModel::ProjectModel::customizeWorkspaces() const noexcept
6782{
6783 return m_customizeWorkspaces;
6784}
6785
6786/**
6787 * @brief Flips the customize switch (Off->On seeds auto layout, On->Off re-seeds it).

Callers 8

listMethod · 0.80
removeMethod · 0.80
renameMethod · 0.80
updateMethod · 0.80
customizeGetMethod · 0.80
widgetAddMethod · 0.80
widgetRemoveMethod · 0.80
deleteWorkspaceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected