From CCoeControl .
Draw a control - called by window server. All controls, except blank controls, should implement this function. The default
implementation draws a blank control.
This function is used for window server-initiated redrawing of controls, and for some application-initiated drawing. It should
be implemented by each control, but is only called from within CCoeControl's member functions, and not from the derived class. For this reason it is a private member function of CCoeControl .
- Parameters:
-
|
aRect
|
The region of the control to be redrawn. Co-ordinates are relative to the control's origin (top left corner). |
- Panic:
- EEikPanicLabelNullText Panics if label text has not been defined.
Reimplemented from CEikLabel.
|