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