spedas/gui/objects/
spd_ui_text__define.pro
NAME: spd_ui_text__define PURPOSE: generic object for character strings CALLING SEQUENCE: text = Obj_New("SPD_UI_TEXT") INPUT: none KEYWORDS: value what's contained in the string font font names ('Time New Roman', etc...) format font formats ('bold', 'italic', etc..) color name of color for text size character size thickness character thickness show flag to display text OUTPUT: text object reference METHODS: GetProperty GetAll SetProperty GetFonts GetFont GetFontIndex GetFormats GetFormat GetFormatIndex HISTORY: $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_text__define.pro $
Class description for SPD_UI_TEXT
Inheritance
Properties
Properties in spd_ui_getset
- _extra set
- _ref_extra get
Properties in SPD_UI_TEXT
- Debug init
- Font init
- Format init
- Show init
- Size init
- Thickness init
- Value init
- _extra set
- color set init
Fields
Fields in SPD_UI_READWRITE
- __DUMMY 0S
Fields in spd_ui_getset
- ___DUMMY 0S
Fields in SPD_UI_TEXT
- COLOR [0S, 0S, 0S]
- FONT 0S
- FORMAT 0S
- SHOW 0S
- SIZE 0S
- THICKNESS 0S
- VALUE ''
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)
Methods inherited from SPD_UI_READWRITE
result = spd_ui_readwrite::GetDOMElement(parent_node)
spd_ui_readwrite::write, lun
spd_ui_readwrite::BuildFromDOMElement, dom_element
spd_ui_readwrite::read, lun
result = spd_ui_readwrite::getNodeArray(nodelist)
result = SPD_UI_READWRITE::Init()
spd_ui_readwrite::appendXMLNewline, parent
Routines from spd_ui_text__define.pro
result = SPD_UI_TEXT::Copy()
SPD_UI_TEXT::SetProperty, color=color, _extra=_extra
result = SPD_UI_TEXT::GetFormats()
result = SPD_UI_TEXT::GetFormat(Index=Index)
result = SPD_UI_TEXT::GetFormatIndex(FormatName=FormatName)
result = SPD_UI_TEXT::GetFonts()
result = SPD_UI_TEXT::GetFont(Index=Index)
result = SPD_UI_TEXT::GetFontIndex(FontName=FontName)
result = SPD_UI_TEXT::getGrFont()
result = SPD_UI_TEXT::GetValue()
result = SPD_UI_TEXT::Init(Value=Value, Font=Font, Format=Format, Color=Color, Size=Size, Thickness=Thickness, Show=Show, Debug=Debug)
SPD_UI_TEXT__DEFINE
Routine details
top source SPD_UI_TEXT::SetProperty
SPD_UI_TEXT::SetProperty, color=color, _extra=_extra
Keywords
- color
- _extra
top source SPD_UI_TEXT::GetFormatIndex
result = SPD_UI_TEXT::GetFormatIndex(FormatName=FormatName)
Keywords
- FormatName
top source SPD_UI_TEXT::GetFontIndex
result = SPD_UI_TEXT::GetFontIndex(FontName=FontName)
Keywords
- FontName
File attributes
Modification date: | Thu Feb 13 16:41:40 2014 |
Lines: | 122 |