equal
deleted
inserted
replaced
151 * @since Symbian TB9.2 |
151 * @since Symbian TB9.2 |
152 * @return text height of icf. |
152 * @return text height of icf. |
153 */ |
153 */ |
154 TInt IcfTextHeight(); |
154 TInt IcfTextHeight(); |
155 |
155 |
156 /** |
|
157 * get indicator bubble rect. |
|
158 * |
|
159 * @since Symbian TB9.2 |
|
160 * @return bubble rect. |
|
161 */ |
|
162 TRect IndicatorBubbleRect(); |
|
163 public: //buttons |
156 public: //buttons |
164 |
157 |
165 /** |
158 /** |
166 * get inner padding of buttons. |
159 * get inner padding of buttons. |
167 * |
160 * |
497 TInt iIcfTextLineSpaceMargin; |
490 TInt iIcfTextLineSpaceMargin; |
498 TInt iIcfTextHeight; |
491 TInt iIcfTextHeight; |
499 TInt iIcfTextAlignment; |
492 TInt iIcfTextAlignment; |
500 CFont* iIcfFont; |
493 CFont* iIcfFont; |
501 |
494 |
502 /** |
|
503 * Msg indicator bubble. |
|
504 */ |
|
505 TRect iRectIndicatorBubble; |
|
506 |
|
507 /** |
495 /** |
508 * Candidate laf |
496 * Candidate laf |
509 */ |
497 */ |
510 TInt iCandsHorizontalMargin; |
498 TInt iCandsHorizontalMargin; |
511 TInt iCandsVerticalMargin; |
499 TInt iCandsVerticalMargin; |