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

Method primaryTaskbar

app/src/UI/UISessionRegistry.cpp:107–110  ·  view source on GitHub ↗

* @brief Returns the registered primary Taskbar, or nullptr if none is registered. */

Source from the content-addressed store, hash-verified

105 * @brief Returns the registered primary Taskbar, or nullptr if none is registered.
106 */
107UI::Taskbar* UI::UISessionRegistry::primaryTaskbar() const
108{
109 return m_primaryTaskbar;
110}
111
112/**
113 * @brief Returns the registered primary WindowManager, or nullptr if none is registered.

Callers 7

getStatusMethod · 0.80
getGroupsMethod · 0.80
setActiveGroupMethod · 0.80
setActiveGroupIndexMethod · 0.80
getWindowStatesMethod · 0.80
setWindowStateMethod · 0.80
saveLayoutMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected