class MEikEdwinSizeObserver |
Interface to handle changes to an edwin's size.
Public Member Functions | |
---|---|
TBool | HandleEdwinSizeEventL(CEikEdwin *, TEdwinSizeEvent, TSize) |
Public Member Enumerations | |
---|---|
enum | TEdwinSizeEvent { EEventSizeChanging } |
TBool | HandleEdwinSizeEventL | ( | CEikEdwin * | aEdwin, |
TEdwinSizeEvent | aEventType, | |||
TSize | aDesirableEdwinSize | |||
) | [pure virtual] |
Handles a change in the edwin's size. If you implement this function, ensure it returns ETrue if you wish to redraw the edwin.
The return value depends on your implementation. Return ETrue if you wish to redraw the edwin. EFalse otherwise.
CEikEdwin * aEdwin | The edwin for which the size event is being handled. |
TEdwinSizeEvent aEventType | The event type. |
TSize aDesirableEdwinSize | The desired size for the edwin identified by aEdwin. |