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

Method autoLayoutEnabled

app/src/UI/WindowManager.cpp:549–552  ·  view source on GitHub ↗

* @brief Returns whether automatic layout is enabled. */

Source from the content-addressed store, hash-verified

547 * @brief Returns whether automatic layout is enabled.
548 */
549bool UI::WindowManager::autoLayoutEnabled() const
550{
551 return m_autoLayoutEnabled;
552}
553
554/**
555 * @brief Returns the currently set background image path.

Callers 1

getStatusMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected