Documentation for /home/davin/idl/socware/

Generated by IDLdoc

single page | use frames     summary     class     fields     routine details     file attributes

spedas/gui/objects/

spd_ui_data_range__define.pro


NAME: spd_ui_data_range__define PURPOSE: data range object CALLING SEQUENCE: dataRange = Obj_New("SPD_UI_DATA_RANGE") INPUT: none KEYWORDS: startData start data endData end data OUTPUT: data range object reference METHODS: SetProperty procedure to set keywords GetProperty procedure to get keywords GetStartData returns the start data (default format is double) GetStopData returns the stop data (default format is double) GetDuration returns duration in seconds NOTES: Methods: GetProperty,SetProperty,GetAll,SetAll are now managed automatically using the parent class spd_ui_getset. You can still call these methods when using objects of type spd_ui_data_range, and call them in the same way as before $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_data_range__define.pro $

Class description for SPD_UI_DATA_RANGE

Inheritance

Properties

Properties in spd_ui_getset

Properties in SPD_UI_DATA_RANGE

Debug init
EndData init
StartData init

Fields

Fields in spd_ui_getset

Fields in SPD_UI_DATA_RANGE

ENDDATA 0.0000000D
STARTDATA 0.0000000D

Routines

Methods inherited from spd_ui_getset

Routines from spd_ui_data_range__define.pro

result = SPD_UI_DATA_RANGE::Copy()
result = SPD_UI_DATA_RANGE::Init(StartData=StartData, EndData=EndData, Debug=Debug)
SPD_UI_DATA_RANGE__DEFINE

Routine details

top source SPD_UI_DATA_RANGE::Copy

result = SPD_UI_DATA_RANGE::Copy()

top source SPD_UI_DATA_RANGE::Init

result = SPD_UI_DATA_RANGE::Init(StartData=StartData, EndData=EndData, Debug=Debug)

Keywords

StartData
EndData
Debug

top source SPD_UI_DATA_RANGE__DEFINE

SPD_UI_DATA_RANGE__DEFINE

File attributes

Modification date: Thu Feb 13 16:41:39 2014
Lines: 34