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