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


NAME: spd_ui_marker_wizard__define PURPOSE: Marker Settings object - used for the marker options panel, this object holds the wizard used for markers CALLING SEQUENCE: marker = Obj_New("SPD_UI_MARKER_WIZARD") INPUT: none KEYWORDS: useVarName variable name to use to marking data whenVarName mark data when this variable equals whenRelOp relative operator to use for marking whenValue mark data when variable value is this highlightColor color to use when shading marked area lineStyle line style object for marker lines title title or marker name minTimeSpan don’t mark if less than minimum time OUTPUT: marker setting object reference METHODS: SetProperty procedure to set keywords GetProperty procedure to get keywords GetAll returns the entire structure HISTORY: $LastChangedBy: nikos $ $LastChangedDate: 2014-07-07 12:19:43 -0700 (Mon, 07 Jul 2014) $ $LastChangedRevision: 15520 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/spedas/gui/objects/spd_ui_marker_wizard__define.pro $

Class description for SPD_UI_MARKER_WIZARD

Properties

Properties in SPD_UI_MARKER_WIZARD

Debug init
highlightColor get set init
lineStyle get set init
minTimeSpan get set init
title get set init
useVarName get set init
whenRelOp get set init
whenValue get set init
whenVarName get set init

Fields

Fields in SPD_UI_MARKER_WIZARD

HIGHLIGHTCOLOR [0S, 0S, 0S]
LINESTYLE obj_new()
MINTIMESPAN 0.0000000D
TITLE ''
USEVARNAME ''
WHENRELOP 0S
WHENVALUE 0S
WHENVARNAME ''

Routines

Routines from spd_ui_marker_wizard__define.pro

SPD_UI_MARKER_WIZARD::SetProperty, useVarName=useVarName, whenVarName=whenVarName, whenRelOp=whenRelOp, whenValue=whenValue, highlightColor=highlightColor, lineStyle=lineStyle, title=title, minTimeSpan=minTimeSpan
result = SPD_UI_MARKER_WIZARD::GetAll()
SPD_UI_MARKER_WIZARD::GetProperty, UseVarName=UseVarName, WhenVarName=WhenVarName, WhenRelOp=WhenRelOp, WhenValue=WhenValue, HighlightColor=HighlightColor, LineStyle=LineStyle, Title=Title, MinTimeSpan=MinTimeSpan
result = SPD_UI_MARKER_WIZARD::Init(UseVarName=UseVarName, WhenVarName=WhenVarName, WhenRelOp=WhenRelOp, WhenValue=WhenValue, HighlightColor=HighlightColor, LineStyle=LineStyle, Title=Title, MinTimeSpan=MinTimeSpan, Debug=Debug)
SPD_UI_MARKER_WIZARD__DEFINE

Routine details

top source SPD_UI_MARKER_WIZARD::SetProperty

SPD_UI_MARKER_WIZARD::SetProperty, useVarName=useVarName, whenVarName=whenVarName, whenRelOp=whenRelOp, whenValue=whenValue, highlightColor=highlightColor, lineStyle=lineStyle, title=title, minTimeSpan=minTimeSpan

Keywords

useVarName
whenVarName
whenRelOp
whenValue
highlightColor
lineStyle
title
minTimeSpan

top source SPD_UI_MARKER_WIZARD::GetAll

result = SPD_UI_MARKER_WIZARD::GetAll()

top source SPD_UI_MARKER_WIZARD::GetProperty

SPD_UI_MARKER_WIZARD::GetProperty, UseVarName=UseVarName, WhenVarName=WhenVarName, WhenRelOp=WhenRelOp, WhenValue=WhenValue, HighlightColor=HighlightColor, LineStyle=LineStyle, Title=Title, MinTimeSpan=MinTimeSpan

Keywords

UseVarName
WhenVarName
WhenRelOp
WhenValue
HighlightColor
LineStyle
Title
MinTimeSpan

top source SPD_UI_MARKER_WIZARD::Init

result = SPD_UI_MARKER_WIZARD::Init(UseVarName=UseVarName, WhenVarName=WhenVarName, WhenRelOp=WhenRelOp, WhenValue=WhenValue, HighlightColor=HighlightColor, LineStyle=LineStyle, Title=Title, MinTimeSpan=MinTimeSpan, Debug=Debug)

Keywords

UseVarName
WhenVarName
WhenRelOp
WhenValue
HighlightColor
LineStyle
Title
MinTimeSpan
Debug

top source SPD_UI_MARKER_WIZARD__DEFINE

SPD_UI_MARKER_WIZARD__DEFINE

File attributes

Modification date: Tue Oct 21 13:53:42 2014
Lines: 99