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

Method theme

app/src/Misc/ThemeManager.cpp:188–191  ·  view source on GitHub ↗

* @brief Retrieves the current theme index. */

Source from the content-addressed store, hash-verified

186 * @brief Retrieves the current theme index.
187 */
188int Misc::ThemeManager::theme() const
189{
190 return m_theme;
191}
192
193/**
194 * @brief Retrieves the current name of the loaded theme.

Callers 1

applyThemeOverrideMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected