emailuis/uicomponents/inc/fstreeitemvisualizerbase.h
branchRCL_3
changeset 20 efd4f1afd43e
parent 0 8466d47a6819
equal deleted inserted replaced
18:6b8f3b30d0ec 20:efd4f1afd43e
    88     /**
    88     /**
    89      * The function sets item's text color for the focused state.
    89      * The function sets item's text color for the focused state.
    90      *
    90      *
    91      * @param aColor New color to be set.
    91      * @param aColor New color to be set.
    92      */
    92      */
    93     virtual void SetFocusedStateTextColor( TRgb& aColor );
    93     virtual void SetFocusedStateTextColor( const TRgb& aColor );
    94     
    94     
    95     /**
    95     /**
    96      * The function returns item's text color for the focused state.
    96      * The function returns item's text color for the focused state.
    97      */
    97      */
    98     virtual TRgb FocusedStateTextColor() const;
    98     virtual TRgb FocusedStateTextColor() const;
   100     /**
   100     /**
   101      * The function sets item's text color for the normal (unfocused) state.
   101      * The function sets item's text color for the normal (unfocused) state.
   102      *
   102      *
   103      * @param aColor New color to be set.
   103      * @param aColor New color to be set.
   104      */
   104      */
   105     virtual void SetNormalStateTextColor( TRgb& aColor );
   105     virtual void SetNormalStateTextColor( const TRgb& aColor );
   106     
   106     
   107     /**
   107     /**
   108      * The function returns item's text color for the normal (unfocused) state
   108      * The function returns item's text color for the normal (unfocused) state
   109      */
   109      */
   110     virtual TRgb NormalStateTextColor() const;
   110     virtual TRgb NormalStateTextColor() const;