CUiEnvProxy Class Reference
class CUiEnvProxy : public CBase
|
Public Member Functions
|
void
|
BringToForeground
()
|
TInt
|
ParseKeyCode
(const
TDesC
&,
TUint
&)
|
TInt
|
ParseKeyScanCode
(const
TDesC
&,
TInt
&)
|
TInt
|
ParseModifier
(const
TDesC
&,
TUint
&)
|
TInt
|
ParsePointerEventType
(const
TDesC
&,
TUint
&)
|
void
|
PressKeyL
(
TRequestStatus
*,
TUint
,
TInt
,
TUint
,
TInt
)
|
void
|
PressKeyL
(
TUint
,
TInt
,
TUint
,
TInt
)
|
void
|
SendPointerEventL
(
TUint
, const
TPoint
&)
|
void
|
SendPointerEventL
(
TRequestStatus
*,
TUint
, const
TPoint
&)
|
void
|
SendToBackground
()
|
void
|
TypeTextL
(
TRequestStatus
*, const
TDesC
&)
|
void
|
TypeTextL
(const
TDesC
&)
|
Member Functions Documentation
BringToForeground()
void
|
BringToForeground
|
(
|
)
|
[pure virtual]
|
Brings UI control container to foreground.
ParseKeyCode(const TDesC &, TUint &)
TInt
|
ParseKeyCode
|
(
|
const
TDesC
&
|
aKeyCodeName,
|
|
TUint
&
|
aKeyCode
|
|
)
|
const [pure virtual]
|
ParseKeyScanCode(const TDesC &, TInt &)
TInt
|
ParseKeyScanCode
|
(
|
const
TDesC
&
|
aKeyScanCodeName,
|
|
TInt
&
|
aKeyScanCode
|
|
)
|
const [pure virtual]
|
Parameters
const
TDesC
& aKeyScanCodeName
|
|
TInt
& aKeyScanCode
|
|
ParseModifier(const TDesC &, TUint &)
TInt
|
ParseModifier
|
(
|
const
TDesC
&
|
aModifierName,
|
|
TUint
&
|
aModifier
|
|
)
|
const [pure virtual]
|
ParsePointerEventType(const TDesC &, TUint &)
TInt
|
ParsePointerEventType
|
(
|
const
TDesC
&
|
aPointerEventTypeName,
|
|
TUint
&
|
aPointerEventType
|
|
)
|
const [pure virtual]
|
Parameters
const
TDesC
& aPointerEventTypeName
|
|
TUint
& aPointerEventType
|
|
PressKeyL(TRequestStatus *, TUint, TInt, TUint, TInt)
Sends local key event to UI control.
PressKeyL(TUint, TInt, TUint, TInt)
void
|
PressKeyL
|
(
|
TUint
|
aKeyCode,
|
|
TInt
|
aKeyScanCode = 0,
|
|
TUint
|
aKeyModifiers = 0,
|
|
TInt
|
keyRepeats = 0
|
|
)
|
[pure virtual]
|
Sends local key event to UI control.
SendPointerEventL(TUint, const TPoint &)
void
|
SendPointerEventL
|
(
|
TUint
|
aType,
|
|
const
TPoint
&
|
aPosition
|
|
)
|
[pure virtual]
|
SendPointerEventL(TRequestStatus *, TUint, const TPoint &)
SendToBackground()
void
|
SendToBackground
|
(
|
)
|
[pure virtual]
|
Sends UI control container to background.
TypeTextL(TRequestStatus *, const TDesC &)
Sends text to UI control.
TypeTextL(const TDesC &)
void
|
TypeTextL
|
(
|
const
TDesC
&
|
aText
|
)
|
[pure virtual]
|
Sends text to UI control.
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.