MCPcopy Create free account
hub / github.com/Atarity/Lightpack / getMainWindowHandle

Method getMainWindowHandle

Software/src/LightpackApplication.cpp:151–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149
150#ifdef Q_OS_WIN
151HWND LightpackApplication::getMainWindowHandle() {
152 // to get HWND sometimes needed to activate window
153// winFocus(m_settingsWindow, true);
154 return reinterpret_cast<HWND>(m_settingsWindow->winId());
155}
156
157bool LightpackApplication::winEventFilter ( MSG * msg, long * result ) {
158 Q_UNUSED(result);

Callers 3

GetMainWindowHandleFunction · 0.80
EndSessionDetectorMethod · 0.80
DestroyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected