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


NAME: spd_ui_spectra_settings__define PURPOSE: spectra properties is an object that holds all of the settings necessary for spectral data plots CALLING SEQUENCE: spectraSettings = Obj_New("SPD_UI_SPECTRA_SETTINGS") INPUT: none KEYWORDS: dataX string naming the x component of the spectral plot dataY string naming the y component of the spectral plot dataz string naming the z component of the spectral plot OUTPUT: spectra property object reference METHODS: SetProperty procedure to set keywords GetProperty procedure to get keywords GetAll returns the entire structure GetPlacements returns string array of placement options GetPlacement returns name of placement option given an index GetColorTables returns string array of color tables GetColorTable returns name of color table given an index 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_spectra_settings, and call them in the same way as before $LastChangedBy:pcruce $ $LastChangedDate:2009-09-10 09:15:19 -0700 (Thu, 10 Sep 2009) $ $LastChangedRevision:6707 $ $URL:svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/thmsoc/trunk/idl/spedas/spd_ui/objects/spd_ui_spectra_settings__define.pro $

Class description for SPD_UI_SPECTRA_SETTINGS

Inheritance

Properties

Properties in spd_ui_getset

Properties in SPD_UI_SPECTRA_SETTINGS

dataX init
dataY init
dataZ init

Fields

Fields in SPD_UI_READWRITE

Fields in spd_ui_getset

Fields in SPD_UI_SPECTRA_SETTINGS

DATAX ''
DATAY ''
DATAZ ''

Routines

Methods inherited from spd_ui_getset

Methods inherited from SPD_UI_READWRITE

Routines from spd_ui_spectra_settings__define.pro

result = SPD_UI_SPECTRA_SETTINGS::Copy()
spd_ui_spectra_settings::updatedatareference, oldnames, newnames, changed=changed
result = SPD_UI_SPECTRA_SETTINGS::Init(dataX=dataX, dataY=dataY, dataZ=dataZ)
SPD_UI_SPECTRA_SETTINGS__DEFINE

Routine details

top source SPD_UI_SPECTRA_SETTINGS::Copy

result = SPD_UI_SPECTRA_SETTINGS::Copy()

top source spd_ui_spectra_settings::updatedatareference

spd_ui_spectra_settings::updatedatareference, oldnames, newnames, changed=changed

Parameters

oldnames
newnames

Keywords

changed

top source SPD_UI_SPECTRA_SETTINGS::Init

result = SPD_UI_SPECTRA_SETTINGS::Init(dataX=dataX, dataY=dataY, dataZ=dataZ)

Keywords

dataX
dataY
dataZ

top source SPD_UI_SPECTRA_SETTINGS__DEFINE

SPD_UI_SPECTRA_SETTINGS__DEFINE

File attributes

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