./
pp_mapwidget__define.pro
Class description for pp_mapwidget
Inheritance
- BASEWIDGET
All ancestor classes: BASEWIDGET WIDGETATOM CATATOM CATCONTAINER IDL_CONTAINER IDLITCOMPONENT
Properties
Properties in pp_mapwidget
- maps init
- selected_pixels get
- pixel_function get
- _ref_extra get init
- cube get
- dbobject init
Fields
Fields in BASEWIDGET
- _BASETITLE ''
- _MAP 0L
Fields in WIDGETATOM
- _ID 0L
- _GROUP_LEADER obj_new()
- _SENSITIVE 0B
- _INVISIBLE 0B
- _HELPLINE ''
- _KILLNOTIFY 0L
- _NOTIFYREALIZE 0B
Fields in CATATOM
- _MESSAGERECIPIENTS obj_new()
- _UVALUE ptr_new()
- _EVENT_METHOD ''
- _TRASH obj_new()
- _CONTROLPANEL obj_new()
- _REPORTLEVEL 0B
- _ERRORLEVEL 0B
- _EVENT_OBJECTS obj_new()
- _EXCL_EVENT_OBJECT obj_new()
Fields in CATCONTAINER
- _NAME ''
- _PARENTS obj_new()
- _AUTODESTROY 0B
- _MEMORYMANAGEMENT 0B
- _INDEXED 0B
Fields in IDL_CONTAINER
- IDLCONTAINERVERSION 0S
- IDL_CONTAINER_TOP 0LL
- NLIST 0L
- PTAIL ptr_new()
- PHEAD ptr_new()
- IDL_CONTAINER_BOTTOM 0LL
Fields in IDLITCOMPONENT
- TOOL obj_new()
- UVALUE ptr_new()
- HELP ''
- _PROXY obj_new()
- NAME ''
- _PARENT obj_new()
- IDLITCOMPONENT_BOTTOM 0LL
- _FLAGS 0L
- ICON ''
- DESCRIPTION ''
- PROPERTYDESCRIPTORS obj_new()
- IDLITCOMPONENT_TOP 0LL
- IDENTIFIER ''
- IDLITCOMPONENTVERSION 0S
Fields in pp_mapwidget
- EVAL ptr_new()
- MAPS ptr_new()
- DRAGSTART [0L, 0L]
- DRAGEND [0L, 0L]
- CLEAN 0B
- SURFACEONLY 0B
- HEIGHT 0.00000
- PRECISION 0B
- MODE obj_new()
- COORD obj_new()
- LATSLIDER obj_new()
- DRAW obj_new()
- MAXIM 0.0000000D
- MAPIMAGES ptr_new()
- ISO ptr_new()
- CUBEDATA obj_new()
- BMAP 0L
- SELECTED_PIXELS 0B
- LAT 0.00000
- PIXEL_FUNCTION 0B
- PROJ 0L
- CUBESDATA ptr_new()
- BACKGROUND ptr_new()
- LON 0.00000
- GRID obj_new()
- MAPSTRUCTURE { !MAP, PROJECTION: 0L, SIMPLE: 0L, FILL_METHOD: 0L, UP_FLAGS: 0L, UP_NAME: '', P0LON: 0.0000000D, P0LAT: 0.0000000D, U0: 0.0000000D, V0: 0.0000000D, SINO: 0.0000000D, COSO: 0.0000000D, ROTATION: 0.0000000D, SINR: 0.0000000D, COSR: 0.0000000D, A: 0.0000000D, E2: 0.0000000D, UV: [0.0000000D, 0.0000000D], POLE: dblarr(7), UV_BOX: [0.0000000D, 0.0000000D, 0.0000000D, 0.0000000D], LL_BOX: [0.0000000D, 0.0000000D, 0.0000000D, 0.0000000D], SEGMENT_LENGTH: 0.0000000D, P: dblarr(16), PIPELINE: dblarr(8, 12) }
- DATA ptr_new()
- CUBE 0B
- PROJS ptr_new()
- LONSLIDER obj_new()
- PVALS ptr_new()
- IMAGE obj_new()
- OTHERS obj_new()
- PROJ_INDS ptr_new()
- DBOBJECT obj_new()
- STATUS obj_new()
- MINIM 0.0000000D
Routines
result = pp_mapwidget::init(parent, _ref_extra=_ref_extra, maps=maps, dbobject=dbobject)
pp_mapwidget::update
pp_mapwidget::draw, _ref_extra=_ref_extra
pp_mapwidget::eventhandler, event
pp_mapwidget::getproperty, cube=cube, selected_pixels=selected_pixels, pixel_function=pixel_function, _ref_extra=_ref_extra
pp_mapwidget::messagehandler, title, sender=sender, data=data
pp_mapwidget__define
Routine details
top source pp_mapwidget::init
result = pp_mapwidget::init(parent, _ref_extra=_ref_extra, maps=maps, dbobject=dbobject)
Parameters
- parent
Keywords
- _ref_extra
- maps
- dbobject
Statistics
Lines: | 81 lines |
McCabe complexity: | 3 |
top source pp_mapwidget::update
pp_mapwidget::update
Statistics
Lines: | 132 lines |
McCabe complexity: | 19 |
top source pp_mapwidget::draw
pp_mapwidget::draw, _ref_extra=_ref_extra
Keywords
- _ref_extra
Statistics
Lines: | 7 lines |
McCabe complexity: | 1 |
top source pp_mapwidget::eventhandler
pp_mapwidget::eventhandler, event
Parameters
- event
Statistics
Lines: | 96 lines |
McCabe complexity: | 10 |
top source pp_mapwidget::getproperty
pp_mapwidget::getproperty, cube=cube, selected_pixels=selected_pixels, pixel_function=pixel_function, _ref_extra=_ref_extra
Keywords
- cube
- selected_pixels
- pixel_function
- _ref_extra
Statistics
Lines: | 7 lines |
McCabe complexity: | 5 |
File attributes
Modification date: | Mon Apr 28 13:10:54 2014 |
Lines: | 357 |