Changeset 5768 for trunk/gui


Ignore:
Timestamp:
Jul 21, 2015, 11:46:27 AM (9 years ago)
Author:
ldelgass
Message:

Code style

Location:
trunk/gui/scripts
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/vtkglyphviewer.tcl

    r5767 r5768  
    132132    private variable _start 0
    133133    private variable _title ""
    134 
    135     private common _downloadPopup;      # download options from popup
    136     private common _hardcopy
    137134    private variable _width 0
    138135    private variable _height 0
     
    146143    private variable _curFldName ""
    147144    private variable _curFldLabel ""
     145
     146    private common _downloadPopup;      # download options from popup
     147    private common _hardcopy
    148148}
    149149
  • trunk/gui/scripts/vtkheightmapviewer.tcl

    r5767 r5768  
    143143    private variable _isolines
    144144    private variable _contourList ""
    145 
    146     private common _downloadPopup;      # download options from popup
    147     private common _hardcopy
    148145    private variable _width 0
    149146    private variable _height 0
     
    157154    private variable _curFldLabel ""
    158155    private variable _colorMode "scalar";#  Mode of colormap (vmag or scalar)
     156
     157    private common _downloadPopup;      # download options from popup
     158    private common _hardcopy
    159159}
    160160
  • trunk/gui/scripts/vtkimageviewer.tcl

    r5767 r5768  
    138138    private variable _isolines
    139139    private variable _contourList ""
    140 
    141     private common _downloadPopup;      # download options from popup
    142     private common _hardcopy
    143140    private variable _width 0
    144141    private variable _height 0
     
    152149    private variable _curFldLabel ""
    153150    private variable _colorMode "scalar";#  Mode of colormap (vmag or scalar)
     151
     152    private common _downloadPopup;      # download options from popup
     153    private common _hardcopy
    154154}
    155155
  • trunk/gui/scripts/vtkisosurfaceviewer.tcl

    r5767 r5768  
    153153    private variable _currentLimits ""
    154154    private variable _widget
    155 
    156     private common _downloadPopup;      # download options from popup
    157     private common _hardcopy
    158155    private variable _width 0
    159156    private variable _height 0
     
    167164    private variable _curFldName ""
    168165    private variable _curFldLabel ""
    169 
    170166    private variable _mouseOver "";     # what called LegendRangeAction, vmin or vmax
    171167    private variable _customRangeClick 1;   # what called ToggleCustomRange
     168
     169    private common _downloadPopup;      # download options from popup
     170    private common _hardcopy
    172171}
    173172
  • trunk/gui/scripts/vtkmeshviewer.tcl

    r5659 r5768  
    113113    private variable _start 0
    114114    private variable _title ""
    115 
    116     private common _downloadPopup;      # download options from popup
    117     private common _hardcopy
    118115    private variable _width 0
    119116    private variable _height 0
     
    123120    private variable _rotateDelay 150
    124121    private variable _opacityDelay 150
     122
     123    private common _downloadPopup;      # download options from popup
     124    private common _hardcopy
    125125}
    126126
  • trunk/gui/scripts/vtksurfaceviewer.tcl

    r5767 r5768  
    134134    private variable _isolines
    135135    private variable _contourList ""
    136 
    137     private common _downloadPopup;      # download options from popup
    138     private common _hardcopy
    139136    private variable _width 0
    140137    private variable _height 0
     
    143140    private variable _legendPending 0
    144141    private variable _field      ""
    145     private variable _colorMode "scalar";        #  Mode of colormap (vmag or scalar)
     142    private variable _colorMode "scalar"; #  Mode of colormap (vmag or scalar)
    146143    private variable _fields
    147144    private variable _curFldName ""
    148145    private variable _curFldLabel ""
     146
     147    private common _downloadPopup;      # download options from popup
     148    private common _hardcopy
    149149}
    150150
  • trunk/gui/scripts/vtkviewer.tcl

    r5670 r5768  
    147147    private variable _start 0
    148148    private variable _title ""
    149 
    150     private common _downloadPopup;      # download options from popup
    151     private common _hardcopy
    152149    private variable _width 0
    153150    private variable _height 0
     
    162159    private variable _rotateDelay 150
    163160    private variable _scaleDelay 100
     161
     162    private common _downloadPopup;      # download options from popup
     163    private common _hardcopy
    164164}
    165165
Note: See TracChangeset for help on using the changeset viewer.