Lines Matching refs:pEvent
48 getWindow(const ::VclSimpleEvent *pEvent) in getWindow() argument
50 return static_cast< const ::VclWindowEvent *> (pEvent)->GetWindow(); in getWindow()
58 …cusTracker::WindowEventHandler(AquaA11yFocusTracker *pFocusTracker, ::VclSimpleEvent const *pEvent) in WindowEventHandler() argument
60 switch (pEvent->GetId()) in WindowEventHandler()
63 pFocusTracker-> toolbox_open_floater( getWindow(pEvent) ); in WindowEventHandler()
66 pFocusTracker->window_got_focus( getWindow(pEvent) ); in WindowEventHandler()
69 pFocusTracker->m_aDocumentWindowList.erase( getWindow(pEvent) ); in WindowEventHandler()
72 pFocusTracker->toolbox_highlight_off( getWindow(pEvent) ); in WindowEventHandler()
75 pFocusTracker->toolbox_highlight_on( getWindow(pEvent) ); in WindowEventHandler()
78 pFocusTracker->tabpage_activated( getWindow(pEvent) ); in WindowEventHandler()
81 pFocusTracker->menu_highlighted( static_cast < const VclMenuEvent * > (pEvent) ); in WindowEventHandler()
210 void AquaA11yFocusTracker::menu_highlighted(const VclMenuEvent *pEvent) in menu_highlighted() argument
212 Menu * pMenu = pEvent->GetMenu(); in menu_highlighted()