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

Method activeWindow

app/src/UI/Taskbar.cpp:201–204  ·  view source on GitHub ↗

* @brief Returns the currently active QML window widget, if any. */

Source from the content-addressed store, hash-verified

199 * @brief Returns the currently active QML window widget, if any.
200 */
201QQuickItem* UI::Taskbar::activeWindow() const
202{
203 return m_activeWindow;
204}
205
206/**
207 * @brief Returns the complete dashboard model containing all groups and widgets.

Callers 15

openFileMethod · 0.45
browseExecutableMethod · 0.45
browseWorkingDirMethod · 0.45
browsePipePathMethod · 0.45
addCaCertificatesMethod · 0.45
openFileMethod · 0.45
openDatabaseMethod · 0.45
requestPdfOutputPathMethod · 0.45
pickReportLogoMethod · 0.45
openFileMethod · 0.45
selectBackgroundImageMethod · 0.45
startManualPressMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected