equal
deleted
inserted
replaced
239 * @param none |
239 * @param none |
240 * @return void |
240 * @return void |
241 */ |
241 */ |
242 void SetCursorColor(); |
242 void SetCursorColor(); |
243 |
243 |
|
244 /** |
|
245 * Enable or disable transition effect. |
|
246 * |
|
247 * @since Symbian^3 |
|
248 * @param aEnableGfxTransEffect, ETrue: enable transition effect |
|
249 * EFalse: disable transition effect. |
|
250 */ |
|
251 inline void EnableGfxTransEffect( TBool aEnableGfxTransEffect ) |
|
252 { |
|
253 iEnableGfxTransEffect = aEnableGfxTransEffect; |
|
254 }; |
|
255 |
244 public: // Functions from base classes. |
256 public: // Functions from base classes. |
245 |
257 |
246 /** |
258 /** |
247 * From CCoeControl |
259 * From CCoeControl |
248 * Function where control's drawing is done. |
260 * Function where control's drawing is done. |
383 /** |
395 /** |
384 * The cursor's color |
396 * The cursor's color |
385 */ |
397 */ |
386 TRgb iCursorColor; |
398 TRgb iCursorColor; |
387 |
399 |
|
400 |
|
401 /** |
|
402 * If transition effect is enabled. |
|
403 */ |
|
404 TBool iEnableGfxTransEffect; |
|
405 |
388 friend class CCursorWindow; |
406 friend class CCursorWindow; |
389 }; |
407 }; |
390 class CInternalBkCtrl : public CCoeControl |
408 class CInternalBkCtrl : public CCoeControl |
391 { |
409 { |
392 public: // Constructors and destructor |
410 public: // Constructors and destructor |