equal
deleted
inserted
replaced
138 |
138 |
139 /** |
139 /** |
140 * Set position and size |
140 * Set position and size |
141 */ |
141 */ |
142 virtual void SetRectL( const TRect& aRect ); |
142 virtual void SetRectL( const TRect& aRect ); |
143 |
143 |
144 /** |
144 /** |
145 * Sets height of the bar in pixels. |
145 * Sets height of the bar in pixels. |
146 * |
146 * |
147 * @param aHeight new height of the bar. |
147 * @param aHeight new height of the bar. |
148 */ |
148 */ |
331 * Changes focus to another button or looses focus from control bar. |
331 * Changes focus to another button or looses focus from control bar. |
332 * |
332 * |
333 * @param aButton pointer to button which schould be focused. |
333 * @param aButton pointer to button which schould be focused. |
334 * If NULL focus is lost by the control bar. |
334 * If NULL focus is lost by the control bar. |
335 */ |
335 */ |
336 void ChangeFocusL( CFsControlButton* aButton ); |
336 void ChangeFocusL( |
|
337 CFsControlButton* aButton, TBool aMakeSelectorVisible = EFalse ); |
337 |
338 |
338 /** |
339 /** |
339 * Sets needed variables when bar loses focus. |
340 * Sets needed variables when bar loses focus. |
340 * |
341 * |
341 * @param aLooseFocusEvent cause of focus lost. |
342 * @param aLooseFocusEvent cause of focus lost. |