emailuis/emailui/src/ncseditor.cpp
branchRCL_3
changeset 24 b5fbb9b25d57
parent 19 b13141f05c3d
child 61 dcf0eedfc1a3
--- a/emailuis/emailui/src/ncseditor.cpp	Tue Apr 27 16:20:14 2010 +0300
+++ b/emailuis/emailui/src/ncseditor.cpp	Tue May 11 15:57:15 2010 +0300
@@ -650,3 +650,15 @@
     caps.MergeWith(caps2);
     return caps;
     }
+
+
+void CNcsEditor::SetPhysicsEmulationOngoing( TBool aPhysOngoing )
+    {
+    iPhysOngoing = aPhysOngoing;
+    this->SetCursorVisible( !aPhysOngoing );
+    }
+
+TBool CNcsEditor::IsPhysicsEmulationOngoing() const
+    {
+    return iPhysOngoing;
+    }