classicui_pub/tabs_api/inc/akntabgrp.h
branchRCL_3
changeset 51 fcdfafb36fe7
parent 0 2f259fa3e83a
equal deleted inserted replaced
50:a1caeb42b3a3 51:fcdfafb36fe7
   353     void HandleResourceChange( TInt aType );
   353     void HandleResourceChange( TInt aType );
   354 
   354 
   355     void SizeChangedInNormalLayout();
   355     void SizeChangedInNormalLayout();
   356     void SizeChangedInFlatLayout();
   356     void SizeChangedInFlatLayout();
   357     void SizeChangedInNarrowLayout();
   357     void SizeChangedInNarrowLayout();
   358 
   358     
       
   359     /**
       
   360      * Sets the flag to indicate the highlight status
       
   361      * 
       
   362      * @param  aHighlight  highlight status
       
   363      *                     default is EFalse
       
   364      */
       
   365     void SetHighlight(TBool aHighlight);
       
   366     
       
   367     
   359 private:
   368 private:
   360 
   369 
   361     CEikLabel* iLabel;
   370     CEikLabel* iLabel;
   362     TInt       iId;
   371     TInt       iId;
   363     TBool      iActive;
   372     TBool      iActive;
   861     *                   @c EFalse to hide them.
   870     *                   @c EFalse to hide them.
   862     */
   871     */
   863     void SetNaviArrowsVisible( TBool aVisible );
   872     void SetNaviArrowsVisible( TBool aVisible );
   864 
   873 
   865 private:
   874 private:
       
   875     /**
       
   876      * Resets the highlight status for tabs
       
   877      */
       
   878     void ResetHighlightStatus();
       
   879         
       
   880 
       
   881 private:
   866     CArrayPtr<CAknTab>*     iTabArray;
   882     CArrayPtr<CAknTab>*     iTabArray;
   867     TInt                    iActiveTab;
   883     TInt                    iActiveTab;
   868     TRect                   iSpareRect;
   884     TRect                   iSpareRect;
   869 
   885 
   870     TInt                    iTabFixedWidth;
   886     TInt                    iTabFixedWidth;