Home
last modified time | relevance | path

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

/trunk/main/svtools/source/toolpanel/
H A Dpaneltabbar.cxx1200 KeyInputHandler( Control& i_rControl, const KeyEvent& i_rKeyEvent ) in KeyInputHandler() argument
1202 ,m_rKeyEvent( i_rKeyEvent ) in KeyInputHandler()
1225 void PanelTabBar::KeyInput( const KeyEvent& i_rKeyEvent ) in KeyInput() argument
1227 KeyInputHandler aKeyInputHandler( *this, i_rKeyEvent ); in KeyInput()
1229 const KeyCode& rKeyCode( i_rKeyEvent.GetKeyCode() ); in KeyInput()
/trunk/main/svtools/inc/svtools/toolpanel/
H A Dpaneltabbar.hxx84 virtual void KeyInput( const KeyEvent& i_rKeyEvent );

Completed in 17 milliseconds