uifw/AvKon/inc/AknSignalIcon.h
branchRCL_3
changeset 10 9f56a4e1b8ab
parent 0 2f259fa3e83a
child 55 aecbbf00d063
equal deleted inserted replaced
9:aabf2c525e0f 10:9f56a4e1b8ab
   177     /**
   177     /**
   178     * Second-phase constructor.
   178     * Second-phase constructor.
   179     */
   179     */
   180     void ConstructL();
   180     void ConstructL();
   181 
   181 
       
   182     /**
       
   183     * Loads the AT&T signal icon to be displayed.
       
   184     * 
       
   185     * @param  aIconState       ID of the signal state, @see signal indicator
       
   186     *                          states in @c avkon.hrh.
       
   187     * @param  aIconColorIndex  Color index of the icon.
       
   188     */
       
   189     void LoadATTIconL( TInt aIconState, TInt aIconColorIndex );
       
   190     
   182 private:
   191 private:
   183     
   192     
   184     /**
   193     /**
   185     * Signal icon.
   194     * Signal icon.
   186     * Own.
   195     * Own.
   205     /** Signal state. */
   214     /** Signal state. */
   206     TInt        iIconState;
   215     TInt        iIconState;
   207     
   216     
   208     /** Flag defining whether or not the offline icon is drawn. */
   217     /** Flag defining whether or not the offline icon is drawn. */
   209     TBool       iShowOffLineIcon;
   218     TBool       iShowOffLineIcon;
       
   219     
       
   220 	/** Flag defining whether or not the ATT is enable. */
       
   221     TInt        iATTEnable;
   210     };
   222     };
   211 
   223 
   212 #endif // AKNSIGNALICON_H
   224 #endif // AKNSIGNALICON_H