MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / window

Method window

pcsx2-qt/Debugger/Docking/DropIndicators.cpp:115–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115KDDockWidgets::Core::ClassicIndicatorWindowViewInterface* DockDropIndicatorProxy::window()
116{
117 if (!m_supports_compositing)
118 {
119 pxAssert(m_fallback_window);
120 return m_fallback_window;
121 }
122
123 pxAssert(m_window);
124 return m_window;
125}
126
127const KDDockWidgets::Core::ClassicIndicatorWindowViewInterface* DockDropIndicatorProxy::window() const
128{

Callers 4

shouldMouseLockMethod · 0.80
eventFilterMethod · 0.80
paintEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected