idlehomescreen/xmluicontroller/inc/aixmluiconstants.h
branchRCL_3
changeset 9 f966699dea19
parent 4 4d54b72983ae
child 54 1b758917cafc
equal deleted inserted replaced
5:c743ef5928ba 9:f966699dea19
   110             _LIT8( KImage, "image" );
   110             _LIT8( KImage, "image" );
   111             _LIT8( KText, "text" );
   111             _LIT8( KText, "text" );
   112             _LIT8( KConfiguration, "configuration" );
   112             _LIT8( KConfiguration, "configuration" );
   113             _LIT8( KNewsTicker, "newsticker" );            
   113             _LIT8( KNewsTicker, "newsticker" );            
   114             _LIT8( KAnimation, "animation" ); 
   114             _LIT8( KAnimation, "animation" ); 
       
   115             _LIT8( KTextEditor, "texteditor" );
   115             }
   116             }
   116         
   117         
   117          }   // End of namespace xml
   118          }   // End of namespace xml
   118     
   119     
   119     }   // End of namespace AiUiDef
   120     }   // End of namespace AiUiDef
   120 
   121 
   121 #define KContentTypeText TPtrC8( reinterpret_cast< const TText8* >( KAiContentTypeText ) )
   122 #define KContentTypeText TPtrC8( reinterpret_cast< const TText8* >( KAiContentTypeText ) )
   122 #define KContentTypeBitmap TPtrC8( reinterpret_cast< const TText8* >( KAiContentTypeBitmap ) )
   123 #define KContentTypeBitmap TPtrC8( reinterpret_cast< const TText8* >( KAiContentTypeBitmap ) )
       
   124 #define KContentTypeData TPtrC8( reinterpret_cast< const TText8* >( KAiContentTypeData ))
   123 _LIT8( KContentTypeImage, "image/" );
   125 _LIT8( KContentTypeImage, "image/" );
   124 _LIT8( KContentTypeImageSvg, "image/svg+xml" );
   126 _LIT8( KContentTypeImageSvg, "image/svg+xml" );
   125 _LIT( KTargetSliderVolumeValue, "slider::volume" );
   127 _LIT( KTargetSliderVolumeValue, "slider::volume" );
   126 const TText KComma = ',';
   128 const TText KComma = ',';
   127 const TText KLeftParenthesis = '(';
   129 const TText KLeftParenthesis = '(';