Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <W32STD.H>

Class TWsPriorityKeyEvent

class TWsPriorityKeyEvent;

Description

Priority key events.

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

Members

Defined in TWsPriorityKeyEvent:


Member functions


Key()const

inline TKeyEvent* Key() const;

Description

Gets the priority key event.

Return value

TKeyEvent *

Structure containing priority key event data


Handle()const

inline TUint Handle() const;

Description

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.

Return value

TUint

The window group handle.


SetHandle(TUint)

inline void SetHandle(TUint aHandle);

Description

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.