Lines Matching refs:getWindow
55 Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow(); in MouseMove()
57 if( pWindow && getWindow() ) in MouseMove()
59 …const MouseEvent aTransformedEvent( pWindow->ScreenToOutputPixel( getWindow()->OutputToScreenPixel… in MouseMove()
71 Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow(); in MouseButtonDown()
73 if( pWindow && getWindow() ) in MouseButtonDown()
75 …const MouseEvent aTransformedEvent( pWindow->ScreenToOutputPixel( getWindow()->OutputToScreenPixel… in MouseButtonDown()
86 Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow(); in MouseButtonUp()
88 if( pWindow && getWindow() ) in MouseButtonUp()
90 …const MouseEvent aTransformedEvent( pWindow->ScreenToOutputPixel( getWindow()->OutputToScreenPixel… in MouseButtonUp()
101 Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow(); in KeyInput()
111 Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow(); in KeyUp()
121 Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow(); in Command()
123 if( pWindow && getWindow() ) in Command()
125 …const CommandEvent aTransformedEvent( pWindow->ScreenToOutputPixel( getWindow()->OutputToScreenPix… in Command()
136 Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow(); in AcceptDrop()
156 Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow(); in ExecuteDrop()
176 Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow(); in StartDrag()