spedas/gui/objects/
spd_ui_marker_title__define.pro
NAME: spd_ui_marker_title__define PURPOSE: Marker object, displayed whenever user ctrl-click-drags to highlight an area CALLING SEQUENCE: markerTitle = Obj_New("SPD_UI_MARKER_TITLE") INPUT: none KEYWORDS: name name for this marker useDefault flag set if using default name defaultName default name for marker cancelled flag set if window cancelled 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_title, 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_title__define.pro $
Class description for SPD_UI_MARKER_TITLE
Inheritance
Properties
Properties in spd_ui_getset
- _extra set
- _ref_extra get
Properties in SPD_UI_MARKER_TITLE
- Cancelled init
- Debug init
- DefaultName init
- Name init
- UseDefault init
Fields
Fields in spd_ui_getset
- ___DUMMY 0S
Fields in SPD_UI_MARKER_TITLE
- CANCELLED 0S
- DEFAULTNAME ''
- NAME ''
- USEDEFAULT 0S
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)
Routines from spd_ui_marker_title__define.pro
Routine details
top source SPD_UI_MARKER_TITLE::Init
result = SPD_UI_MARKER_TITLE::Init(Name=Name, UseDefault=UseDefault, DefaultName=DefaultName, Cancelled=Cancelled, Debug=Debug)
Keywords
- Name
- UseDefault
- DefaultName
- Cancelled
- Debug
File attributes
Modification date: | Thu Feb 13 16:41:40 2014 |
Lines: | 42 |