uidesigner/com.nokia.carbide.cpp.uiq.components/components/controls/ControlBase/LayoutControlBase.properties
author tzelaw
Tue, 14 Apr 2009 15:03:19 -0500
changeset 94 d74b720418db
parent 2 d760517a8095
permissions -rw-r--r--
Test framework support: Ask debugger to remember DebugTarget so test framework can use it to setup test framework related utility. With this we can use the DebugUI way of launching while keeping test framework functionality
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
#START_USECASES: CU10 END_USECASES
cawthron
parents:
diff changeset
     2
cawthron
parents:
diff changeset
     3
customInstanceName=Custom instance name
cawthron
parents:
diff changeset
     4
control=control
cawthron
parents:
diff changeset
     5
controlDescription=A control appearing in a layout
cawthron
parents:
diff changeset
     6
category.design=Design
cawthron
parents:
diff changeset
     7
cawthron
parents:
diff changeset
     8
#events descriptions
cawthron
parents:
diff changeset
     9
requestExit=request exit
cawthron
parents:
diff changeset
    10
requestExitDescription=Handles successful exit from a transient mode \
cawthron
parents:
diff changeset
    11
(e.g. context menu selection) (MCoeControlObserver::HandleControlEventL - EEventRequestExit)
cawthron
parents:
diff changeset
    12
requestCancel=request cancel
cawthron
parents:
diff changeset
    13
requestCancelDescription=Handles cancellation from a transient mode \
cawthron
parents:
diff changeset
    14
(e.g. context menu selection) (MCoeControlObserver::HandleControlEventL - EEventRequestCancel)
cawthron
parents:
diff changeset
    15
requestFocus=request focus
cawthron
parents:
diff changeset
    16
requestFocusDescription=Handles request for focus \
cawthron
parents:
diff changeset
    17
(MCoeControlObserver::HandleControlEventL - EEventRequestFocus)
cawthron
parents:
diff changeset
    18
prepareFocusTransition=prepare focus transition
cawthron
parents:
diff changeset
    19
prepareFocusTransitionDescription=Occurs during pointer down when control might gain focus \
cawthron
parents:
diff changeset
    20
(MCoeControlObserver::HandleControlEventL - EEventPrepareFocusTransition)
cawthron
parents:
diff changeset
    21
stateChanged=state changed
cawthron
parents:
diff changeset
    22
stateChangedDescription=Handles changes in state reported by framework (MCoeControlObserver::HandleControlEventL - EEventStateChanged)
cawthron
parents:
diff changeset
    23
interactionRefused=interaction refused
cawthron
parents:
diff changeset
    24
interactionRefusedDescription=Occurs when interaction fails due to dimmed or disabled control \
cawthron
parents:
diff changeset
    25
(MCoeControlObserver::HandleControlEventL - EEventInteractionRefused)