Commit | Date | |
---|---|---|
[r10448]
by
bugman
Clean up of the structure GUI object names. The following have been renamed: |
2010-01-27 17:02:31 | Tree |
[r10447]
by
bugman
The Auto_model_free.sync_ds() method is now complete. Data can now be transfered both ways - to the relax data store and back again. This enables the A few changes were made for the frame info storage in the relax data store. The 'structure_file' |
2010-01-27 16:56:52 | Tree |
2010-01-27 16:24:38 | Tree | |
2010-01-27 16:23:42 | Tree | |
[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 |