homescreenapp/inc/hsapp_defs.inl
changeset 62 341166945d65
parent 55 03646e8da489
child 63 52b0f64eeb51
equal deleted inserted replaced
57:2e2dc3d30ca8 62:341166945d65
   287 {
   287 {
   288     static const QString key("component_id");
   288     static const QString key("component_id");
   289     return key;
   289     return key;
   290 }
   290 }
   291 
   291 
       
   292 /*!
       
   293     \return entry short name
       
   294 */
       
   295 inline const QString entryShortName()
       
   296 {
       
   297     static const QString key("short_name");
       
   298     return key;
       
   299 }
       
   300 
       
   301 /*!
       
   302     \return entry translation file name
       
   303 */
       
   304 inline const QString translationFilename()
       
   305 {
       
   306     static const QString key("widget:translation_file");
       
   307     return key;
       
   308 }
       
   309 
       
   310 /*!
       
   311     \return app lib activity name
       
   312 */
       
   313 inline const QString appLibActivity()
       
   314 {
       
   315     static const QString key("AppLibMainView");
       
   316     return key;
       
   317 }
       
   318 
       
   319 /*!
       
   320     \return homescreen activitity name to open idle iew
       
   321 */
       
   322 inline const QString activityHsIdleView()
       
   323 {
       
   324     static const QString key("HsIdleView");
       
   325     return key;
       
   326 }
       
   327 
       
   328 
   292 #endif
   329 #endif