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

Method setWindowActive

app/src/Platform/CSD.cpp:355–362  ·  view source on GitHub ↗

* @brief Sets the window active state. */

Source from the content-addressed store, hash-verified

353 * @brief Sets the window active state.
354 */
355void Titlebar::setWindowActive(bool active)
356{
357 if (m_windowActive != active) {
358 m_windowActive = active;
359 Q_EMIT windowActiveChanged();
360 update();
361 }
362}
363
364/**
365 * @brief Sets the title bar background color.

Callers 1

setupTitleBarMethod · 0.80

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected