idlehomescreen/xmluirendering/uiengine/inc/xnplugindata.inl
branchRCL_3
changeset 35 3321d3e205b6
parent 34 5456b4e8b3a8
--- a/idlehomescreen/xmluirendering/uiengine/inc/xnplugindata.inl	Wed Sep 01 12:32:46 2010 +0100
+++ b/idlehomescreen/xmluirendering/uiengine/inc/xnplugindata.inl	Tue Sep 14 20:58:58 2010 +0300
@@ -171,6 +171,15 @@
     };
 
 // ---------------------------------------------------------------------------
+// Returns editable
+// ---------------------------------------------------------------------------
+//
+inline TBool CXnPluginData::Editable() const
+    {
+    return( iFlags.IsSet( EIsEditable ) ? ETrue : EFalse );
+    }
+
+// ---------------------------------------------------------------------------
 // Returns list of plugindata
 // ---------------------------------------------------------------------------
 //