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().
Public Member Functions | |
---|---|
TUint | Handle() |
TKeyEvent * | Key() |
void | SetHandle(TUint) |
Protected Attributes | |
---|---|
TUint8 | iEventData |
TUint | iHandle |
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.
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.
TUint aHandle | The event handle. |
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 | [protected] |
WARNING: Member variable for internal use ONLY. Compatibility is not guaranteed in future releases. Please access using the provided get/set APIs only.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.