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_marker__define.pro


NAME: spd_ui_marker__define PURPOSE: Marker object, displayed whenever user ctrl-click-drags to highlight an area CALLING SEQUENCE: marker = Obj_New("SPD_UI_MARKER") INPUT: none KEYWORDS: name name for this marker range start and stop value of marker (data coords) settings property settings of the marker isSelected flag set if marker is currently selected filename filename, if saved OUTPUT: marker object reference METHODS: SetProperty procedure to set keywords GetProperty procedure to get keywords GetAll returns the entire structure 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_marker, 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_marker__define.pro $

Class description for SPD_UI_MARKER

Inheritance

Properties

Properties in spd_ui_getset

Properties in SPD_UI_MARKER

Debug init
FileName init
IsSelected init
Name init
Range init
Settings init

Fields

Fields in SPD_UI_READWRITE

Fields in spd_ui_getset

Fields in SPD_UI_MARKER

FILENAME ''
ISSELECTED 0S
NAME ''
RANGE [0.0000000D, 0.0000000D]
SETTINGS obj_new()

Routines

Methods inherited from spd_ui_getset

Methods inherited from SPD_UI_READWRITE

Routines from spd_ui_marker__define.pro

result = SPD_UI_MARKER::Copy()
SPD_UI_MARKER::Cleanup
result = SPD_UI_MARKER::Init(Range=Range, Settings=Settings, Name=Name, IsSelected=IsSelected, FileName=FileName, Debug=Debug)
SPD_UI_MARKER__DEFINE

Routine details

top source SPD_UI_MARKER::Copy

result = SPD_UI_MARKER::Copy()

top source SPD_UI_MARKER::Cleanup

SPD_UI_MARKER::Cleanup

top source SPD_UI_MARKER::Init

result = SPD_UI_MARKER::Init(Range=Range, Settings=Settings, Name=Name, IsSelected=IsSelected, FileName=FileName, Debug=Debug)

Keywords

Range
Settings
Name
IsSelected
FileName
Debug

top source SPD_UI_MARKER__DEFINE

SPD_UI_MARKER__DEFINE

File attributes

Modification date: Thu Feb 13 16:41:40 2014
Lines: 54