branch | RCL_3 |
changeset 19 | e32fcfe0045f |
parent 0 | 1ddebce53859 |
17:8f559c47d7fd | 19:e32fcfe0045f |
---|---|
76 * |
76 * |
77 * @since S60 v5.0 |
77 * @since S60 v5.0 |
78 * @param aBitmapContext Graphics context to draw into. |
78 * @param aBitmapContext Graphics context to draw into. |
79 */ |
79 */ |
80 void Draw( CBitmapContext& aBitmapContext ) const; |
80 void Draw( CBitmapContext& aBitmapContext ) const; |
81 |
|
82 /** |
|
83 * Return the rect of the textitem |
|
84 * |
|
85 */ |
|
86 TRect Rect(); |
|
81 |
87 |
82 private: |
88 private: |
83 |
89 |
84 CCamTextItem(); |
90 CCamTextItem(); |
85 |
91 |