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

Method autoLayoutSpacing

app/src/UI/Dashboard.cpp:310–313  ·  view source on GitHub ↗

* @brief Returns the auto-layout spacing (px) between adjacent tiled windows (-1 = flush borders). */

Source from the content-addressed store, hash-verified

308 * @brief Returns the auto-layout spacing (px) between adjacent tiled windows (-1 = flush borders).
309 */
310int UI::Dashboard::autoLayoutSpacing() const noexcept
311{
312 return m_autoLayoutSpacing;
313}
314
315/**
316 * @brief Returns true when a plot dataset should render against time.

Callers 1

autoLayoutMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected