emailuis/emailui/src/ncseditor.cpp
branchRCL_3
changeset 36 e8f259fad141
parent 35 e64954c2c8e2
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;
+    }