phonebookui/Phonebook2/ccapplication/ccapp/ccapputil/inc/ccappstatuscontrol.h
branchRCL_3
changeset 23 5586b4d2ec3e
parent 3 04ab22b956c2
child 45 34879f5cfc63
--- a/phonebookui/Phonebook2/ccapplication/ccapp/ccapputil/inc/ccappstatuscontrol.h	Wed Mar 31 21:13:53 2010 +0300
+++ b/phonebookui/Phonebook2/ccapplication/ccapp/ccapputil/inc/ccappstatuscontrol.h	Wed Apr 14 15:45:35 2010 +0300
@@ -50,7 +50,7 @@
 /**
  * Class implements the status control
  *
- *  @lib ccapputil.dll
+ *  @lib ccapputil.lib
  *  @since S60 9.2
  */
 NONSHARABLE_CLASS( CCCAppStatusControl ) : 
@@ -61,7 +61,9 @@
     /**
      * Two-phased constructor.
      */
-	IMPORT_C static CCCAppStatusControl* NewL( CSpbContentProvider& aContentProvider, MCCAStatusControlObserver& aObserver );
+    IMPORT_C static CCCAppStatusControl* NewL( 
+            CSpbContentProvider& aContentProvider, 
+            MCCAStatusControlObserver& aObserver );
 
     /**
      * Destructor.
@@ -75,7 +77,8 @@
 	 * 
 	 * @aLink Link to current contact
 	 */
-     IMPORT_C void SetContactLinkL( MVPbkContactLink& aLink );
+    IMPORT_C void SetContactLinkL( 
+            MVPbkContactLink& aLink );
 
     /**
      * Change buttons state between pressed and released.
@@ -83,27 +86,20 @@
      * @param aPressed ETrue to make the button pressed
      */
     void SetPressed( TBool aPressed );
-    
+     
     /**
-     * Check if button is pressed down
-     * 
-     * @return ETrue if button is pressed
-     */
-    TBool IsPressed();
-     
-     /**
-	 * Set the default status icon 
+     * Set the default status icon 
 	 * 	 
 	 * @aDefaultStatusIcon Default status icon
 	 */
-     IMPORT_C void SetDefaultStatusIconL( CGulIcon* aDefaultStatusIcon );
+    IMPORT_C void SetDefaultStatusIconL( CGulIcon* aDefaultStatusIcon );
      
-     /**
+    /**
 	 * Set the default status text 
 	 * 	 
 	 * @aDefaultStatusText Default status text
 	 */
-     IMPORT_C void SetDefaultStatusTextL( HBufC* aDefaultStatusText );     
+    IMPORT_C void SetDefaultStatusTextL( HBufC* aDefaultStatusText );     
              
 public: // From CCoeControl
      
@@ -124,12 +120,12 @@
 
     /**
      * From CoeControl
-    */
+     */
     void HandlePointerEventL( const TPointerEvent& aPointerEvent );
 
     /**
      * From CoeControl
-    */
+     */
     void SetContainerWindowL( const CCoeControl& aContainer );
     
     /**