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

Method fullModel

app/src/UI/Taskbar.cpp:209–212  ·  view source on GitHub ↗

* @brief Returns the complete dashboard model containing all groups and widgets. */

Source from the content-addressed store, hash-verified

207 * @brief Returns the complete dashboard model containing all groups and widgets.
208 */
209UI::TaskbarModel* UI::Taskbar::fullModel() const
210{
211 return m_fullModel;
212}
213
214/**
215 * @brief Returns the filtered model currently shown in the taskbar.

Callers 1

getWindowStatesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected