mpxplugins/viewplugins/views/inc/mpxcommonplaybackviewlayout.h
branchRCL_3
changeset 21 a1247965635c
parent 0 ff3acec5bc43
equal deleted inserted replaced
18:c54d95799c80 21:a1247965635c
   172      * Get layout data for a text item
   172      * Get layout data for a text item
   173      * @since 5.0
   173      * @since 5.0
   174      * @param  aText Enumeration value identifying the text
   174      * @param  aText Enumeration value identifying the text
   175      * @return layout variant id
   175      * @return layout variant id
   176      */
   176      */
   177     IMPORT_C TMPXPbvLayoutVariants GetTextVariant(TMPXPbvTextIndicator aText);
   177     IMPORT_C TMPXPbvLayoutVariants GetTextVariantL(TMPXPbvTextIndicator aText);
   178 
   178 
   179 	/**
   179 	/**
   180      * Get layout data for an indicator item
   180      * Get layout data for an indicator item
   181      * @since 5.0
   181      * @since 5.0
   182      * @param  aIndicator Enumeration value identifying the indicator
   182      * @param  aIndicator Enumeration value identifying the indicator
   183      * @return Layout variant id
   183      * @return Layout variant id
   184      */
   184      */
   185     IMPORT_C TMPXPbvLayoutVariants GetIndicatorVariant(TMPXPbvIndicator aIndicator);
   185     IMPORT_C TMPXPbvLayoutVariants GetIndicatorVariantL(TMPXPbvIndicator aIndicator);
   186 
   186 
       
   187 	/**
       
   188      * Init common layout data
       
   189      * @since 5.0
       
   190      */    
       
   191     IMPORT_C void InitCommonLayoutL();
       
   192     
       
   193 private:
       
   194     TBool iShowRockerGraphics;
   187     };
   195     };
   188 
   196 
   189 #endif  // CMPXCOMMONPLAYBACKVIEWLAYOUT_H
   197 #endif  // CMPXCOMMONPLAYBACKVIEWLAYOUT_H
   190 
   198 
   191 // End of file
   199 // End of file