MAknTouchPaneObserver Class Reference

API published in: S60 3rd Ed

Link against: eikcoctl.lib

Capability Information

Required Capabilities

None


#include <akntouchpaneobserver.h>

Inherited by CAknAppUi.


Detailed Description

The MAknTouchPaneObserver interface allows a touch pane observer to pick up changes in the size or position of the touch pane.

Such events will be as a result of layout changes which cause an actual change in the touch pane rectangle.


Public Member Functions

virtual void  HandleTouchPaneSizeChange ()=0
  Handles a change in the size or position of touch pane.

Member Function Documentation

virtual void MAknTouchPaneObserver::HandleTouchPaneSizeChange  )  [pure virtual]
 

Handles a change in the size or position of touch pane.

This function is called when touch pane changes its size or position.

Implemented in CAknAppUi.


The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top