uidesigner/com.nokia.carbide.cpp.uiq.components/components/controls/ControlBase/LayoutControlBase.properties
author timkelly
Fri, 12 Feb 2010 09:56:50 -0600
changeset 945 67437bfc7c6f
parent 0 fb279309251b
permissions -rw-r--r--
Add ISymbianManagerLoadedHook - currently used to notify com.nokia.qt plugins that need to ensure that Qt SDKs have been scanned and added to the Qt preferences and that ICarbideBuildConfiguration listeners are added so the proper Qt-SDK can be set with build config changes. Scanned Qt SDKs are wrapped in a Job and added SDKs are reported to the Error log as Info.

#START_USECASES: CU10 END_USECASES

customInstanceName=Custom instance name
control=control
controlDescription=A control appearing in a layout
category.design=Design

#events descriptions
requestExit=request exit
requestExitDescription=Handles successful exit from a transient mode \
(e.g. context menu selection) (MCoeControlObserver::HandleControlEventL - EEventRequestExit)
requestCancel=request cancel
requestCancelDescription=Handles cancellation from a transient mode \
(e.g. context menu selection) (MCoeControlObserver::HandleControlEventL - EEventRequestCancel)
requestFocus=request focus
requestFocusDescription=Handles request for focus \
(MCoeControlObserver::HandleControlEventL - EEventRequestFocus)
prepareFocusTransition=prepare focus transition
prepareFocusTransitionDescription=Occurs during pointer down when control might gain focus \
(MCoeControlObserver::HandleControlEventL - EEventPrepareFocusTransition)
stateChanged=state changed
stateChangedDescription=Handles changes in state reported by framework (MCoeControlObserver::HandleControlEventL - EEventStateChanged)
interactionRefused=interaction refused
interactionRefusedDescription=Occurs when interaction fails due to dimmed or disabled control \
(MCoeControlObserver::HandleControlEventL - EEventInteractionRefused)