spedas/gui/objects/
spd_ui_template__define.pro
NAME: spd_ui_template PURPOSE: Top level object to manage the spedas gui settings template. Mainly provides a root for serialization a la, spd_ui_document CALLING SEQUENCE: template = Obj_New("spd_ui_template") METHODS: GetProperty SetProperty HISTORY: NOTES: This object differs from other gui objects with respect to its getProperty,setProperty,getAll,setAll methods. These methods are now provided dynamically by spd_ui_getset, so you only need to modify the class definition and the init method to if you want to add or remove a property from the object. $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_template__define.pro $
Class description for spd_ui_template
Inheritance
Properties
Properties in spd_ui_getset
- _extra set
- _ref_extra get
Fields
Fields in SPD_UI_READWRITE
- __DUMMY 0S
Fields in spd_ui_getset
- ___DUMMY 0S
Fields in spd_ui_template
- LEGEND obj_new()
- LINE obj_new()
- PAGE obj_new()
- PANEL obj_new()
- VARIABLE obj_new()
- X_AXIS obj_new()
- Y_AXIS obj_new()
- Z_AXIS obj_new()
Routines
Methods inherited from spd_ui_getset
spd_ui_getset::getProperty, _ref_extra=_ref_extra
spd_ui_getset::setProperty, _extra=_extra
spd_ui_getset::SetAll, str
result = spd_ui_getset::GetAll()
spd_ui_getset::setTouched
result = spd_ui_getset::init()
result = spd_ui_getset::equalTolerance(val1, val2)
Methods inherited from SPD_UI_READWRITE
result = spd_ui_readwrite::GetDOMElement(parent_node)
spd_ui_readwrite::write, lun
spd_ui_readwrite::BuildFromDOMElement, dom_element
spd_ui_readwrite::read, lun
result = spd_ui_readwrite::getNodeArray(nodelist)
result = SPD_UI_READWRITE::Init()
spd_ui_readwrite::appendXMLNewline, parent
Routines from spd_ui_template__define.pro
Routine details
File attributes
Modification date: | Thu Feb 13 16:41:40 2014 |
Lines: | 17 |