Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
188
int Misc::ThemeManager::theme() const
189
{
190
return m_theme;
191
}
192
193
/**
194
* @brief Retrieves the current name of the loaded theme.
Callers
1
applyThemeOverride
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected