uidesigner/com.nokia.sdt.series60.componentlibrary/components/controls/CCoeControlBase.properties
author timkelly
Tue, 03 Aug 2010 16:29:13 -0500
branchC3_BUILDER_WORK
changeset 1757 ec3c1e4702be
parent 0 fb279309251b
permissions -rw-r--r--
Remove makefile dependency checks on SBSv2 builder since they don't apply. Remove SBSv2BuilderInfo.java and functionality. That has been used for loading the SBSv2 tab, which no longer exists. Now the SBSv2 data in the .cproject is loaded directly by the build configuration loading mechanism.

prepareFocusTransition=prepareFocusTransition
prepareFocusTransitionDescription=Occurs during pointer down when control might gain focus (MCoeControlObserver::HandleControlEventL)
stateChanged=stateChanged
stateChangedDescription=Handles changes in state reported by framework (MCoeControlObserver::HandleControlEventL)
requestingExit=requestingExit
requestingExitDescription=Handles successful exit from a transient mode (e.g. context menu selection) (MCoeControlObserver::HandleControlEventL) 
requestingCancel=requestingCancel
requestingCancelDescription=Handles cancellation from a transient mode (e.g. context menu selection) (MCoeControlObserver::HandleControlEventL)
requestingFocus=requestingFocus
requestingFocusDescription=Handles request for focus (MCoeControlObserver::HandleControlEventL)
interactionRefused=interactionRefused
interactionRefusedDescription=Occurs when interaction fails due to dimmed or disabled control (MCoeControlObserver::HandleControlEventL)
editingStarted=editingStarted
editingStartedDescription=Prepares for editing of setting item (CAknSettingItemList::EditItemL)
editingStopped=editingStopped
editingStoppedDescription=Finalizes editing of setting item (CAknSettingItemList::EditItemL)