idlehomescreen/inc/xnnodepluginif.h
branchRCL_3
changeset 11 ff572dfe6d86
parent 0 f72a12da539e
equal deleted inserted replaced
9:f966699dea19 11:ff572dfe6d86
   388      * Get property as indicated by method name.
   388      * Get property as indicated by method name.
   389      *
   389      *
   390      * @see GetPropertyL
   390      * @see GetPropertyL
   391      * @return The property mapped to the key or NULL if not found.
   391      * @return The property mapped to the key or NULL if not found.
   392      */
   392      */
   393     IMPORT_C CXnProperty* VisibleRowsL();
       
   394 
       
   395     /**
       
   396      * Get property as indicated by method name.
       
   397      *
       
   398      * @see GetPropertyL
       
   399      * @return The property mapped to the key or NULL if not found.
       
   400      */
       
   401     IMPORT_C CXnProperty* GridColumnsL();
       
   402 
       
   403     /**
       
   404      * Get property as indicated by method name.
       
   405      *
       
   406      * @see GetPropertyL
       
   407      * @return The property mapped to the key or NULL if not found.
       
   408      */
       
   409     IMPORT_C CXnProperty* GridOrientationL();
       
   410 
       
   411     /**
       
   412      * Get property as indicated by method name.
       
   413      *
       
   414      * @see GetPropertyL
       
   415      * @return The property mapped to the key or NULL if not found.
       
   416      */
       
   417     IMPORT_C CXnProperty* GridVerDirectionL();
       
   418 
       
   419     /**
       
   420      * Get property as indicated by method name.
       
   421      *
       
   422      * @see GetPropertyL
       
   423      * @return The property mapped to the key or NULL if not found.
       
   424      */
       
   425     IMPORT_C CXnProperty* GridHorDirectionL();
       
   426 
       
   427     /**
       
   428      * Get property as indicated by method name.
       
   429      *
       
   430      * @see GetPropertyL
       
   431      * @return The property mapped to the key or NULL if not found.
       
   432      */
       
   433     IMPORT_C CXnProperty* FocusHorLoopingL();
       
   434 
       
   435     /**
       
   436      * Get property as indicated by method name.
       
   437      *
       
   438      * @see GetPropertyL
       
   439      * @return The property mapped to the key or NULL if not found.
       
   440      */
       
   441     IMPORT_C CXnProperty* FocusVerLoopingL();
       
   442 
       
   443     /**
       
   444      * Get property as indicated by method name.
       
   445      *
       
   446      * @see GetPropertyL
       
   447      * @return The property mapped to the key or NULL if not found.
       
   448      */
       
   449     IMPORT_C CXnProperty* RefL();
       
   450 
       
   451     /**
       
   452      * Get property as indicated by method name.
       
   453      *
       
   454      * @see GetPropertyL
       
   455      * @return The property mapped to the key or NULL if not found.
       
   456      */
       
   457     IMPORT_C CXnProperty* GridScrollBarWidthL();
       
   458 
       
   459     /**
       
   460      * Get property as indicated by method name.
       
   461      *
       
   462      * @see GetPropertyL
       
   463      * @return The property mapped to the key or NULL if not found.
       
   464      */
       
   465     IMPORT_C CXnProperty* GridScrollBarMarginL();
       
   466 
       
   467     /**
       
   468      * Get property as indicated by method name.
       
   469      *
       
   470      * @see GetPropertyL
       
   471      * @return The property mapped to the key or NULL if not found.
       
   472      */
       
   473     IMPORT_C CXnProperty* PathL();
   393     IMPORT_C CXnProperty* PathL();
   474 
   394 
   475     /**
   395     /**
   476      * Get property as indicated by method name.
   396      * Get property as indicated by method name.
   477      *
   397      *