mailr10444 - /branches/bieri_gui/gui_bieri/analyses/auto_model_free.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on January 27, 2010 - 17:22:
Author: bugman
Date: Wed Jan 27 17:22:50 2010
New Revision: 10444

URL: http://svn.gna.org/viewcvs/relax?rev=10444&view=rev
Log:
Added a stump sync_ds() method to the Auto_model_free class.

This function currently does nothing.


Modified:
    branches/bieri_gui/gui_bieri/analyses/auto_model_free.py

Modified: branches/bieri_gui/gui_bieri/analyses/auto_model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/analyses/auto_model_free.py?rev=10444&r1=10443&r2=10444&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/analyses/auto_model_free.py (original)
+++ branches/bieri_gui/gui_bieri/analyses/auto_model_free.py Wed Jan 27 
17:22:50 2010
@@ -785,6 +785,16 @@
         event.Skip()
 
 
+    def sync_ds(self, upload=False):
+        """Synchronise the analysis frame and the relax data store, both 
ways.
+
+        This method allows the frame information to be uploaded into the 
relax data store, or for the information in the relax data store to be 
downloaded by the frame.
+
+        @keyword upload:    A flag which if True will cause the frame to 
send data to the relax data store.  If False, data will be downloaded from 
the relax data store to update the frame.
+        @type upload:       bool
+        """
+
+
     def whichmodel(self, is_local_tm):
         selection = None
         dlg = Select_tensor(None, -1, "", local_tm_flag=is_local_tm)




Related Messages


Powered by MHonArc, Updated Wed Jan 27 17:40:02 2010