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()
74 if( mpNotifyWindow ) in keyPressed()
82 …stKeyEvent( VCLEVENT_WINDOW_KEYINPUT, reinterpret_cast< ::Window* >( mpNotifyWindow ), &aVCLKeyEvt… in keyPressed()
94 if( mpNotifyWindow ) in keyReleased()
101 …:PostKeyEvent( VCLEVENT_WINDOW_KEYUP, reinterpret_cast< ::Window* >( mpNotifyWindow ), &aVCLKeyEvt… in keyReleased()
113 if( mpNotifyWindow ) in mousePressed()
122 …ent( VCLEVENT_WINDOW_MOUSEBUTTONDOWN, reinterpret_cast< ::Window* >( mpNotifyWindow ), &aVCLMouseE… in mousePressed()
134 if( mpNotifyWindow ) in mouseReleased()
[all …]
H A Dmediaevent_impl.hxx79 Window* mpNotifyWindow; member in avmedia::priv::MediaEventListenersImpl