spedas/gui/objects/
spd_ui_dproc_par__define.pro
NAME: spd_ui_dproc_par__define PURPOSE: generic object to hold a pointer to a structure holding parameters for a data processing task. CALLING SEQUENCE: axis = Obj_New('spd_ui_dproc_par', dp_struct=dp_struct, dp_string=dp_string) INPUT: none KEYWORDS: dp_struct = an anonymous structure containing the input parameters for the task, this will be unpacked in this routine and the parameters are passed through. Note that, since this is only called from the thm_GUI_new routine, there is no error checking for content, it is expected that the calling routine passes through the proper parameters in each case. dp_string = a string variable that describes the process, e.g., 'smooth' for smoothing OUTPUT: dp_struct object reference METHODS: init: initializes object cleanup: cleans up object SetProperty procedure to set keywords GetProperty procedure to get keywords HISTORY: 21-oct-2008, jmm, jimm@ssl.berkeley.edu $LastChangedBy: jimm $ $LastChangedDate: 2014-02-11 10:54:32 -0800 (Tue, 11 Feb 2014) $ $LastChangedRevision: 14326 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/spedas/gui/objects/spd_ui_dproc_par__define.pro $
Class description for spd_ui_dproc_par
Properties
Properties in spd_ui_dproc_par
- _extra get set init
- dp_string get set
- dp_struct get set
- pointer get
Fields
Fields in spd_ui_dproc_par
- DP_STRING ptr_new()
- DP_STRUCT ptr_new()
Routines
Routines from spd_ui_dproc_par__define.pro
result = spd_ui_dproc_par::init(_extra=_extra)
spd_ui_dproc_par::cleanup
spd_ui_dproc_par::setproperty, dp_struct=dp_struct, dp_string=dp_string, _extra=_extra
result = spd_ui_dproc_par::getall(object=object, _extra=_extra)
result = spd_ui_dproc_par::getproperty(dp_struct=dp_struct, dp_string=dp_string, pointer=pointer, _extra=_extra)
spd_ui_dproc_par__define
Routine details
top source spd_ui_dproc_par::setproperty
spd_ui_dproc_par::setproperty, dp_struct=dp_struct, dp_string=dp_string, _extra=_extra
Keywords
- dp_struct
- dp_string
- _extra
top source spd_ui_dproc_par::getall
result = spd_ui_dproc_par::getall(object=object, _extra=_extra)
Keywords
- object
- _extra
File attributes
Modification date: | Thu Feb 13 16:41:39 2014 |
Lines: | 56 |