S60 3rd Edition API Reference: CEikKeyWindow Class Reference

CEikKeyWindow Class Reference

API published in: S60 1st Ed

Link against: eikdlg.lib eikcoctl.lib

Capability Information

Required Capabilities

None


#include <eikkwin.h>

Inherits CAknControl.


Public Types

enum  TType { EHorizontal, EVertical }

Public Member Functions

IMPORT_C CEikKeyWindow ()
IMPORT_C ~CEikKeyWindow ()
IMPORT_C void ConstructL (const TPoint &aPoint, const TSize &aSize, TInt aDeadSpaceAtStart, TInt aDeadSpaceAtEnd, TInt aScanCode, TInt numButtons, TType aType, RWindowGroup *aParent=NULL)
IMPORT_C void HandlePointerEventL (const TPointerEvent &aPointerEvent)

Member Enumeration Documentation

enum CEikKeyWindow::TType
 
Enumerator:
EHorizontal 
EVertical 

Constructor & Destructor Documentation

IMPORT_C CEikKeyWindow::CEikKeyWindow  ) 
 
IMPORT_C CEikKeyWindow::~CEikKeyWindow  ) 
 

Member Function Documentation

IMPORT_C void CEikKeyWindow::ConstructL const TPoint &  aPoint,
const TSize &  aSize,
TInt  aDeadSpaceAtStart,
TInt  aDeadSpaceAtEnd,
TInt  aScanCode,
TInt  numButtons,
TType  aType,
RWindowGroup *  aParent = NULL
 
IMPORT_C void CEikKeyWindow::HandlePointerEventL const TPointerEvent &  aPointerEvent  ) 
 

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

Copyright © Nokia Corporation 2001-2007
Back to top