Home
last modified time | relevance | path

Searched refs:mpNotifyWindow (Results 1 – 2 of 2) sorted by relevance

/trunk/main/avmedia/source/viewer/
H A Dmediaevent_impl.cxx41 mpNotifyWindow( &rEventWindow ) in MediaEventListenersImpl()
55 Application::RemoveMouseAndKeyEvents( reinterpret_cast< ::Window* >( mpNotifyWindow ) ); in cleanUp()
56 mpNotifyWindow = NULL; in cleanUp()
72 if( mpNotifyWindow ) in keyPressed()
80 …stKeyEvent( VCLEVENT_WINDOW_KEYINPUT, reinterpret_cast< ::Window* >( mpNotifyWindow ), &aVCLKeyEvt… in keyPressed()
91 if( mpNotifyWindow ) in keyReleased()
98 …:PostKeyEvent( VCLEVENT_WINDOW_KEYUP, reinterpret_cast< ::Window* >( mpNotifyWindow ), &aVCLKeyEvt… in keyReleased()
109 if( mpNotifyWindow ) in mousePressed()
118 …ent( VCLEVENT_WINDOW_MOUSEBUTTONDOWN, reinterpret_cast< ::Window* >( mpNotifyWindow ), &aVCLMouseE… in mousePressed()
129 if( mpNotifyWindow ) in mouseReleased()
[all …]
H A Dmediaevent_impl.hxx79 Window* mpNotifyWindow; member in avmedia::priv::MediaEventListenersImpl