uifw/AvKon/inc/AknSignalIcon.h
branchRCL_3
changeset 20 d48ab3b357f1
parent 19 aecbbf00d063
child 21 978afdc0236f
--- a/uifw/AvKon/inc/AknSignalIcon.h	Tue Aug 31 15:28:30 2010 +0300
+++ b/uifw/AvKon/inc/AknSignalIcon.h	Wed Sep 01 12:16:19 2010 +0100
@@ -179,6 +179,15 @@
     */
     void ConstructL();
 
+    /**
+    * Loads the AT&T signal icon to be displayed.
+    * 
+    * @param  aIconState       ID of the signal state, @see signal indicator
+    *                          states in @c avkon.hrh.
+    * @param  aIconColorIndex  Color index of the icon.
+    */
+    void LoadATTIconL( TInt aIconState, TInt aIconColorIndex );
+    
 private:
     
     /**
@@ -207,6 +216,9 @@
     
     /** Flag defining whether or not the offline icon is drawn. */
     TBool       iShowOffLineIcon;
+    
+	/** Flag defining whether or not the ATT is enable. */
+    TInt        iATTEnable;
     };
 
 #endif // AKNSIGNALICON_H