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

Method primaryWindowManager

app/src/UI/UISessionRegistry.cpp:115–118  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

113 * @brief Returns the registered primary WindowManager, or nullptr if none is registered.
114 */
115UI::WindowManager* UI::UISessionRegistry::primaryWindowManager() const
116{
117 return m_primaryWindowManager;
118}

Callers 5

getStatusMethod · 0.80
setAutoLayoutMethod · 0.80
loadLayoutMethod · 0.80
getLayoutMethod · 0.80
setLayoutMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected