<<prev file | next file >>    view single page | view frames    summary: fields | routine    details: routine

ToBeReviewed/WIDGET/COMPOUND_WIDGET/

cw_domain.pro

Routine summary

cw_domain_set_value, id, value

result = cw_domain_get_value(id)

result = cw_domain_event(event)

result = cw_domain(parent, BOXZOOM=BOXZOOM, STRICT=STRICT, UVALUE=UVALUE, UNAME=UNAME, UNZOOM=UNZOOM, _extra=_extra)

topcw_domain_set_value Compound widget

cw_domain_set_value, id, value

Return value

Parameters

id       

value       

It is the default tick mark value (a floating-point number).

Examples

Version history

Version

$Id: cw_domain.pro 157 2006-08-21 09:01:50Z navarro $

History

Known issues

Restrictions

Other attributes

Uses routines

Statistics

McCabe cyclic 27
McCabe essential 1
McCabe modular design 1

topcw_domain_get_value Compound widget

result = cw_domain_get_value(id)

Return value

Parameters

id       

Examples

Version history

Version

$Id: cw_domain.pro 157 2006-08-21 09:01:50Z navarro $

History

Known issues

Restrictions

Other attributes

Uses routines

Statistics

McCabe cyclic 2
McCabe essential 1
McCabe modular design 1

topcw_domain_event Compound widget

result = cw_domain_event(event)

Return value

Parameters

event       

Examples

Version history

Version

$Id: cw_domain.pro 157 2006-08-21 09:01:50Z navarro $

History

Known issues

Restrictions

Other attributes

Uses routines

Statistics

McCabe cyclic 23
McCabe essential 1
McCabe modular design 1

topcw_domain Compound widget

result = cw_domain(parent, BOXZOOM=BOXZOOM, STRICT=STRICT, UVALUE=UVALUE, UNAME=UNAME, UNZOOM=UNZOOM, _extra=_extra)

Return value

Parameters

parent        in required

The widget ID of the parent widget.

Keywords

BOXZOOM       

Vector indicating the geographic zone on which we want to cut the map. If BOXZOOM has : 1 element : The extraction is made on [lon1, lon2, lat1, lat2, 0.,boxzoom[0]] 2 elements: The extraction is made on [lon1, lon2, lat1, lat2, boxzoom[0],boxzoom[1]] 4 elements: The extraction is made on [Boxzoom, 0, max([gdept, gdepw])] 5 elements: The extraction is made on [Boxzoom[0:3], 0, Boxzoom[4]] 6 elements: The extraction is made on Boxzoom Where lon1, lon2,lat1,lat2 are global variables defined at the last domdef!

STRICT       

UVALUE       

The user value to be associated with the widget.

UNAME       

The user name to be associated with the widget.

UNZOOM       

_extra       

Used to pass your keywords

Examples

Version history

Version

$Id: cw_domain.pro 157 2006-08-21 09:01:50Z navarro $

History

Known issues

Todo items

seb: Documenter

Restrictions

Other attributes

Uses routines

Statistics

McCabe cyclic 18
McCabe essential 1
McCabe modular design 1
Produced by IDLdoc 2.0.