Changeset 4760 for branches/1.3
- Timestamp:
- Nov 22, 2014, 10:51:31 PM (10 years ago)
- Location:
- branches/1.3/gui
- Files:
-
- 4 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3/gui/apps/Makefile.in
r4513 r4760 25 25 encodedata \ 26 26 $(srcdir)/launcher.tcl \ 27 $(srcdir)/mapviewer-test \28 27 $(srcdir)/grabdata \ 29 28 $(srcdir)/nanovis-test \ -
branches/1.3/gui/scripts/Makefile.in
r4512 r4760 77 77 $(srcdir)/main.tcl \ 78 78 $(srcdir)/mainwin.tcl \ 79 $(srcdir)/map.tcl \80 $(srcdir)/mapviewer.tcl \81 79 $(srcdir)/mesh.tcl \ 82 80 $(srcdir)/meshresult.tcl \ -
branches/1.3/gui/scripts/analyzer.tcl
r4512 r4760 806 806 _autoLabel $xmlobj output.$item "String" counters 807 807 } 808 histogram* - curve* - field* - map*{808 histogram* - curve* - field* { 809 809 _autoLabel $xmlobj output.$item "Plot" counters 810 810 } -
branches/1.3/gui/scripts/resultviewer.tcl
r4512 r4760 293 293 } 294 294 } 295 ::Rappture::Map {296 if { ![$dataobj isvalid] } {297 return; # Ignore invalid map objects.298 }299 set mode "map"300 if {![info exists _mode2widget($mode)]} {301 set servers [Rappture::VisViewer::GetServerList "geovis"]302 set w $itk_interior.$mode303 Rappture::MapViewer $w $servers304 set _mode2widget($mode) $w305 }306 }307 295 ::Rappture::Field { 308 296 if { ![$dataobj isvalid] } { … … 493 481 set dobj [Rappture::Field ::#auto $xmlobj $path] 494 482 } 495 map {496 set dobj [Rappture::Map ::#auto $xmlobj $path]497 }498 483 mesh { 499 484 set dobj [Rappture::Mesh ::#auto $xmlobj $path]
Note: See TracChangeset
for help on using the changeset viewer.