idlehomescreen/xmluirendering/uiengine/inc/xnplugindata.h
branchRCL_3
changeset 35 3321d3e205b6
parent 34 5456b4e8b3a8
--- a/idlehomescreen/xmluirendering/uiengine/inc/xnplugindata.h	Wed Sep 01 12:32:46 2010 +0100
+++ b/idlehomescreen/xmluirendering/uiengine/inc/xnplugindata.h	Tue Sep 14 20:58:58 2010 +0300
@@ -58,7 +58,8 @@
         EIsEmpty,
         EIsRemovable,
         EIsActive,             
-        EIsInitial        
+        EIsInitial,
+        EIsEditable
         };
         
 public:    
@@ -373,6 +374,13 @@
     inline TBool Removable() const;
     
     /*
+     * Checks whether editable
+     * 
+     * @return ETrue when editable EFalse when not
+     */      
+    inline TBool Editable() const;
+    
+    /*
      * Queries whether this plugin is holding "empty" widget
      * 
      * @return ETrue if empty, EFalse otherwise     
@@ -440,9 +448,9 @@
     void ShowOutOfMemError();
     
     /**
-     * Sets locking_status attribute (locked/none) 
+     * Sets locking_status attribute (none/locked/permanent) 
      * 
-     * @param aStatus "locked" / "none"
+     * @param aStatus "none" / "locked" / "permanent"
      */
     void SetLockingStatus( const TDesC8& aStatus );