2
|
1 |
name=name
|
|
2 |
nameDescription=Unique name in this design; basis for resource and C++ instance name
|
|
3 |
className=class name
|
|
4 |
classDescription=C++ class name
|
|
5 |
location=location
|
|
6 |
locationDescription=location relative to parent
|
|
7 |
size=size
|
|
8 |
sizeDescription=size in pixels
|
|
9 |
design=Design
|
|
10 |
layout=Layout
|
|
11 |
resourceChanged=resourceChanged
|
|
12 |
resourceChangedDescription=Handles changes to shared resources, like colors or fonts (MCoeResourceChangeObserver::HandleResourceChange)
|
|
13 |
focusChanged=focusChanged
|
|
14 |
focusChangedDescription=Handles change in focused child, e.g. by redecorating it (CCoeControl::FocusChanged)
|
|
15 |
sizeChanged=sizeChanged
|
|
16 |
sizeChangedDescription=Handles change in the container's size, e.g. by laying out children (CCoeControl::SizeChanged)
|
|
17 |
draw=draw
|
|
18 |
drawDescription=Handles drawing the container and children (CCoeControl::Draw)
|
|
19 |
positionChanged=positionChanged
|
|
20 |
positionChangedDescription=Handles change in position of the container (CCoeControl::PositionChanged)
|
|
21 |
offerKeyEvent=offerKeyEvent
|
|
22 |
offerKeyEventDescription=Handles key press or release at the container level (CCoeControl::OfferKeyEventL)
|
|
23 |
prepareForFocusLoss=prepareForFocusLoss
|
|
24 |
prepareForFocusLossDescription=Prepares container before it loses focus, e.g., to validate contents (CCoeControl::PrepareForFocusLossL)
|
|
25 |
prepareForFocusGain=prepareForFocusGain
|
|
26 |
prepareForFocusGainDescription=Prepares container before it gains focus, e.g., to update state (CCoeControl::PrepareForFocusGainL)
|
|
27 |
prepareFocusTransition=prepareFocusTransition
|
|
28 |
prepareFocusTransitionDescription=Prepares container when it might gain focus during pointer down handling (MCoeControlObserver::HandleControlEventL)
|
|
29 |
stateChanged=stateChanged
|
|
30 |
stateChangedDescription=Handles changes in state reported by framework (MCoeControlObserver::HandleControlEventL)
|
|
31 |
requestingExit=requestingExit
|
|
32 |
requestingExitDescription=Handles successful exit from a transient mode (e.g. context menu selection) (MCoeControlObserver::HandleControlEventL)
|
|
33 |
requestingCancel=requestingCancel
|
|
34 |
requestingCancelDescription=Handles cancellation from a transient mode (e.g. context menu selection) (MCoeControlObserver::HandleControlEventL)
|
|
35 |
requestingFocus=requestingFocus
|
|
36 |
requestingFocusDescription=Handles request for focus (MCoeControlObserver::HandleControlEventL)
|
|
37 |
interactionRefused=interactionRefused
|
|
38 |
interactionRefusedDescription=Occurs when interaction fails due to dimmed or disabled control (MCoeControlObserver::HandleControlEventL)
|
|
39 |
handlePointerEvent=pointerTouchEvent
|
|
40 |
handlePointerEventDescription=Handles a pointer touch event (CCoeControl::HandlePointerEventL)
|
|
41 |
handleLongTapEvent=longTapEvent
|
|
42 |
handleLongTapEventDescription=Handles a long tap event (MAknLongTapDetectorCallBack::HandleLongTapEventL)
|