TWsPriorityKeyEvent Class Reference

class TWsPriorityKeyEvent

Priority key events.

These events are configured using RWindowGroup::AddPriorityKey() , and obtained by the client using the functions RWsSession::PriorityKeyReady() and RWsSession::GetPriorityKey() .

Member Functions Documentation

Handle()

TUint Handle ( ) const [inline]

Gets the handle for the window group which added the priority key.

This is the handle that was passed to the window group's Construct() function. Since most applications have only one window group, however, this function is rarely used.

Key()

TKeyEvent * Key ( ) const [inline]

Gets the priority key event.

SetHandle(TUint)

void SetHandle ( TUint aHandle ) [inline]

Sets the window group event handle.

This is the client handle of the window that is being sent the event.

Parameters

TUint aHandle The event handle.

Member Data Documentation

TUint8 iEventData

TUint8 iEventData [protected]

WARNING: Member variable for internal use ONLY. Compatibility is not guaranteed in future releases. Please access using the provided get/set APIs only.

TUint iHandle

TUint iHandle [protected]

WARNING: Member variable for internal use ONLY. Compatibility is not guaranteed in future releases. Please access using the provided get/set APIs only.