Commit | Date | |
---|---|---|
[r10444]
by
bugman
Added a stump sync_ds() method to the Auto_model_free class. This function currently does nothing. |
2010-01-27 16:22:50 | Tree |
[r10443]
by
bugman
The generic_fns.state.save_state() function can now have the verbosity level changed. |
2010-01-27 16:22:00 | Tree |
[r10442]
by
bugman
The automatic model-free protocol frame is now added to the self.analysis_frames list. |
2010-01-27 16:17:23 | Tree |
[r10441]
by
bugman
Shifted the main window construction from __init__() into the new build_main_window() method. |
2010-01-27 16:10:01 | Tree |
[r10440]
by
bugman
The main GUI analysis frame object storage structure self.analysis_frames is now initialised. |
2010-01-27 16:04:21 | Tree |
[r10439]
by
bugman
Added the initial code for data synchronisation between the GUI and the relax data store. The state_load() and state_save() methods now call the new sync_ds() method of the main GUI class, The analysis specific synchronisation is performed as follows. There will be a list in the main Therefore if the model-free analysis is the 7th analysis opened, from within the main relax GUI self.analysis_frames[6] Its method sync_ds() is reachable as: self.analysis_frames[6].sync_ds() The relax data store element for that analysis is reachable as: ds.relax_gui.analyses[6] or as an alias as: self.analysis_frames[6].data Within the frame instance namespace (in the class), the main GUI object is reachable as: self.gui This object oriented design will allow easy integration between the main window and the analysis |
2010-01-27 14:50:12 | Tree |
[r10438]
by
bugman
The model-free variables are now being stored in the relax data store. The ds.relax_gui.analyses list element containing the information is aliased in the Auto_model_free |
2010-01-27 13:26:27 | Tree |
[r10437]
by
bugman
The Analyses.add() method now returns the appended data container. This allows the GUI module generating this to alias the container easily. |
2010-01-27 13:17:42 | Tree |
[r10436]
by
bugman
Merged revisions 10431-10435 via svnmerge from ........ |
2010-01-27 12:57:25 | Tree |
2010-01-27 12:42:02 | Tree |