MEikEdwinSizeObserver Class Reference
Link against: mpxalbumarteditordialog.lib
class MEikEdwinSizeObserver |
Detailed Description
Interface to handle changes to an edwin's size.
Member Enumeration Documentation
Enum TEdwinSizeEvent
Specifies the type of event reported to the edwin observer.
Enumerator | Value | Description |
---|
EEventSizeChanging | |
Specifies a change in edwin size. When the edwin observer receives an event of this type, it handles it by making its view bigger or smaller according to the new edwin size.
|
Member Function Documentation
HandleEdwinSizeEventL ( CEikEdwin *, TEdwinSizeEvent, TSize )
Handles a change in the edwin's size. If you implement this function, ensure it returns ETrue if you wish to redraw the edwin.
Parameter | Description | aEdwin | The edwin for which the size event is being handled. |
aEventType | The event type. |
aDesirableEdwinSize | The desired size for the edwin identified by aEdwin. |
Returns: The return value depends on your implementation. Return ETrue if you wish to redraw the edwin. EFalse otherwise.