uifw/AvKon/inc/AknSignalIcon.h
branchRCL_3
changeset 10 9f56a4e1b8ab
parent 0 2f259fa3e83a
child 55 aecbbf00d063
--- a/uifw/AvKon/inc/AknSignalIcon.h	Fri Mar 12 15:43:43 2010 +0200
+++ b/uifw/AvKon/inc/AknSignalIcon.h	Mon Mar 15 12:41:34 2010 +0200
@@ -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