uifw/AvKon/inc/AknSignalIcon.h
branchRCL_3
changeset 72 a5e7a4f63858
parent 59 978afdc0236f
equal deleted inserted replaced
64:85902f042028 72:a5e7a4f63858
   186     *                          states in @c avkon.hrh.
   186     *                          states in @c avkon.hrh.
   187     * @param  aIconColorIndex  Color index of the icon.
   187     * @param  aIconColorIndex  Color index of the icon.
   188     */
   188     */
   189     void LoadATTIconL( TInt aIconState, TInt aIconColorIndex );
   189     void LoadATTIconL( TInt aIconState, TInt aIconColorIndex );
   190     
   190     
   191    
       
   192     /**
       
   193        * Loads the signal icon for TD phone to be displayed.
       
   194        * 
       
   195        * @param  aIconState       ID of the signal state, @see signal indicator
       
   196        *                          states in @c avkon.hrh.
       
   197        * @param  aIconColorIndex  Color index of the icon.
       
   198        */
       
   199     void LoadTDIconL(TInt aIconState, TInt aIconColorIndex);
       
   200 
       
   201 private:
   191 private:
   202     
   192     
   203     /**
   193     /**
   204     * Signal icon.
   194     * Signal icon.
   205     * Own.
   195     * Own.
   227     /** Flag defining whether or not the offline icon is drawn. */
   217     /** Flag defining whether or not the offline icon is drawn. */
   228     TBool       iShowOffLineIcon;
   218     TBool       iShowOffLineIcon;
   229     
   219     
   230 	/** Flag defining whether or not the ATT is enable. */
   220 	/** Flag defining whether or not the ATT is enable. */
   231     TInt        iATTEnable;
   221     TInt        iATTEnable;
   232 	
       
   233 	/** Flag defining whether or not the TD is enable. */
       
   234     TBool       iTDEnable;
       
   235     };
   222     };
   236 
   223 
   237 #endif // AKNSIGNALICON_H
   224 #endif // AKNSIGNALICON_H