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

Method tableFolderTree

app/src/DataModel/ProjectEditor.cpp:6063–6066  ·  view source on GitHub ↗

* @brief Returns the nested table folder hierarchy for the cascading "Move to Folder" menu. */

Source from the content-addressed store, hash-verified

6061 * @brief Returns the nested table folder hierarchy for the cascading "Move to Folder" menu.
6062 */
6063QVariantList DataModel::ProjectEditor::tableFolderTree() const
6064{
6065 return buildFolderTree(DataModel::ProjectModel::instance().editorTableFolders(), -1);
6066}
6067
6068/**
6069 * @brief Returns the folders and tables directly under @p parentFolderId (folders first); each

Callers

nothing calls this directly

Calls 1

buildFolderTreeFunction · 0.85

Tested by

no test coverage detected