idlehomescreen/inc/xnproperty.h
changeset 2 08c6ee43b396
parent 0 f72a12da539e
child 9 f966699dea19
equal deleted inserted replaced
1:5315654608de 2:08c6ee43b396
    44         _LIT8(KId, "id");
    44         _LIT8(KId, "id");
    45         _LIT8(KClass, "class");
    45         _LIT8(KClass, "class");
    46         _LIT8(KPCData, "pcdata");
    46         _LIT8(KPCData, "pcdata");
    47         _LIT8(KFocusable, "focusable");
    47         _LIT8(KFocusable, "focusable");
    48         _LIT8(KInitialFocus, "_s60-initial-focus");
    48         _LIT8(KInitialFocus, "_s60-initial-focus");
       
    49         _LIT8(KFocusAppearance, "_s60-focus-appearance");                
    49         _LIT8(KDisabled, "disabled");
    50         _LIT8(KDisabled, "disabled");
    50 //        _LIT8(KLocked, "locked");
    51 //        _LIT8(KLocked, "locked");
    51 //        _LIT8(KStyleLocked, "stylelocked");
    52 //        _LIT8(KStyleLocked, "stylelocked");
    52         _LIT8(KLongTap, "_s60-longtap");
    53         _LIT8(KLongTap, "_s60-longtap");
    53         _LIT8(KSwipe, "swipe");
    54         _LIT8(KSwipe, "swipe");
    54         _LIT8(KSwipeDestination, "swipe_destination");
    55         _LIT8(KSwipeDestination, "_s60-swipe-destination");
    55         _LIT8(KBackgroundMask, "backgroundmask" );
    56         _LIT8(KBackgroundMask, "backgroundmask" );
    56         _LIT8(KStylusStates, "stylusstates");
    57         _LIT8(KStylusStates, "stylusstates");
    57         _LIT8(KTouchFeedbackDown, "touchfeedbackdown");
    58         /*_LIT8(KTouchFeedbackDown, "touchfeedbackdown");
    58         _LIT8(KTouchFeedbackUp, "touchfeedbackup");
    59         _LIT8(KTouchFeedbackUp, "touchfeedbackup");
    59         _LIT8(KTouchFeedbackDrag, "touchfeedbackdrag");
    60         _LIT8(KTouchFeedbackDrag, "touchfeedbackdrag");
    60         _LIT8(KTouchFeedbackLongTap, "touchfeedbacklongtap");
    61         _LIT8(KTouchFeedbackLongTap, "touchfeedbacklongtap");*/
    61         _LIT8(KEventFilter, "eventfilter");        
    62         _LIT8(KEventFilter, "eventfilter");
    62         _LIT8(KEffectId, "effectid");
    63         _LIT8(KEffectId, "effectid");
    63         _LIT8(KKeyMoveMode, "keymovemode");
    64         _LIT8(KKeyMoveMode, "keymovemode");
    64         _LIT8(KSizeAware, "sizeaware");
    65         _LIT8(KSizeAware, "sizeaware");
    65         _LIT8(KVisualisationAware, "visualisationaware");
    66         _LIT8(KVisualisationAware, "visualisationaware");
    66         namespace touchfeedback
    67         /*namespace touchfeedback
    67             {
    68             {
    68             _LIT8(KFeedbackBasic, "basic");
    69             _LIT8(KFeedbackBasic, "basic");
    69             _LIT8(KFeedbackSensitive, "sensitive");
    70             _LIT8(KFeedbackSensitive, "sensitive");
    70             }
    71             }*/            
    71         }
    72         }
    72     namespace tooltip
    73     namespace tooltip
    73         {
    74         {
    74         _LIT8(KStartDelay, "_s60-start-delay");
    75         _LIT8(KStartDelay, "_s60-start-delay");
    75         _LIT8(KDisplayTime, "_s60-display-time");
    76         _LIT8(KDisplayTime, "_s60-display-time");