Changeset da7cacb in sasview for sansguiframe/src/sans/guiframe
- Timestamp:
- Jun 4, 2012 4:52:28 PM (12 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 4752c31
- Parents:
- 4ce74b44
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sansguiframe/src/sans/guiframe/plugin_base.py
re4d790f rda7cacb 107 107 Load data 108 108 """ 109 raise NotImplemented 109 raise NotImplementedError 110 110 111 111 def load_folder(self, event): … … 113 113 Load entire folder 114 114 """ 115 raise NotImplemented 115 raise NotImplementedError 116 116 117 117 def set_is_active(self, active=False):
Note: See TracChangeset
for help on using the changeset viewer.