projects/themis/deprecated/thm_ui/
thm_ui_progobj__define.pro
Class description for thm_ui_progobj
Properties
Properties in thm_ui_progobj
- _extra init
Fields
Fields in thm_ui_progobj
- GUI_ID 0L
Routines
Routines from thm_ui_progobj__define.pro
result = thm_ui_progobj::init(_extra=_extra)
NAME: thm_ui_progobj__definePURPOSE: defines an object to pass through into file_retrieve and file_http_copy that allows updates to the thm_gui progress widgetMETHODS DEFINED IN THIS CLASS: set = sets the parameter (only one, the gui widget id) get = returns the parameter update = if called, this updates the thm_gui progress widget, with the input text checkcancel = Currently does nothing, but will eventually allow the user to cancel a download.
thm_ui_progobj::cleanup
result = thm_ui_progobj::get(gui_id=gui_id, _extra=_extra)
thm_ui_progobj::set, gui_id=gui_id, _extra=_extra
result = thm_ui_progobj::checkcancel(ioerror=ioerror, _extra=_extra)
thm_ui_progobj::update, percent, text=text, history_too=history_too, nocomment=nocomment, _extra=_extra
thm_ui_progobj__define
Routine details
top source thm_ui_progobj::init
result = thm_ui_progobj::init(_extra=_extra)
NAME: thm_ui_progobj__define PURPOSE: defines an object to pass through into file_retrieve and file_http_copy that allows updates to the thm_gui progress widget METHODS DEFINED IN THIS CLASS: set = sets the parameter (only one, the gui widget id) get = returns the parameter update = if called, this updates the thm_gui progress widget, with the input text checkcancel = Currently does nothing, but will eventually allow the user to cancel a download. HISTORY: 15-may-2007, jmm, jimm@ssl.berkeley.edu 24-jul-2007, jmm, activated checkcancel, to see if it can do anything... 5-mar-2008, jmm, pass _extra through to thm_ui_update_progress, to allow the message_wid value to be passed through $LastChangedBy: jimm $ $LastChangedDate: 2009-01-20 11:23:55 -0800 (Tue, 20 Jan 2009) $ $LastChangedRevision: 4561 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/projects/themis/deprecated/thm_ui/thm_ui_progobj__define.pro $
Keywords
- _extra
top source thm_ui_progobj::get
result = thm_ui_progobj::get(gui_id=gui_id, _extra=_extra)
Keywords
- gui_id
- _extra
top source thm_ui_progobj::set
thm_ui_progobj::set, gui_id=gui_id, _extra=_extra
Keywords
- gui_id
- _extra
top source thm_ui_progobj::checkcancel
result = thm_ui_progobj::checkcancel(ioerror=ioerror, _extra=_extra)
Keywords
- ioerror
- _extra
File attributes
Modification date: | Thu Feb 13 16:42:29 2014 |
Lines: | 41 |