Changeset 6474 for branches/1.7


Ignore:
Timestamp:
Aug 7, 2016 6:20:35 PM (8 years ago)
Author:
ldelgass
Message:

sync code style with trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.7/gui/scripts/analyzer.tcl

    r6323 r6474  
    5050    itk_option define -notebookpage notebookPage NotebookPage ""
    5151
    52     private variable _done 0
    53     private variable _tree ""
    54     private variable _saved
    55     private variable _name ""
    56     private variable _revision 0;       # Tool revision
    57    
    5852    constructor {tool args} {
    5953        # defined below
     
    9185    protected method _adjust_level {win}
    9286
     87    private variable _done 0
     88    private variable _tree ""
     89    private variable _saved
     90    private variable _name ""
     91    private variable _revision 0;       # Tool revision
    9392    private variable _tool ""          ;# belongs to this tool
    9493    private variable _appName ""       ;# Name of application
     
    102101    private variable _plotlist ""      ;# items currently being plotted
    103102    private variable _lastPlot
    104     private common job                 ;# array var used for blt::bgexec jobs
    105103    private variable _uq_active 0      ;# a UQ variables has been used
    106104    private variable _wait_uq 0
    107 
     105    private common job                 ;# array var used for blt::bgexec jobs
     106
     107    private method BuildQuestionDialog { popup }
    108108    private method BuildSimulationTable { w }
    109109    private method Cancel {}
    110110    private method CheckSimsetDetails {}
     111    private method CleanName { name }
     112    private method CreateSharedPath { path }
    111113    private method EditSimset {}
     114    private method ExportFile { src msgFile }
     115    private method ExportURL { appName installdir }
    112116    private method FindSimsetsForApp { appName }
    113117    private method GetSimset { name }
     118    private method InstallSharedFile { installdir file }
    114119    private method LoadSimulations { runfiles }
    115120    private method Ok {}
     121    private method OverwriteSaveFile {}
    116122    private method PostMenu { menu }
    117123    private method ReadSimsetFile { fileName }
     124    private method Save {}
    118125    private method SaveSimulations {}
    119126    private method SelectSimsetForDeletion {}
     
    122129    private method SelectSimsetToShare {}
    123130    private method WriteSimsetFile { appName fileName share }
    124     private method OverwriteSaveFile {}
    125     private method BuildQuestionDialog { popup }
    126     private method Save {}
    127     private method CleanName { name }
    128     private method InstallSharedFile { installdir file }
    129     private method CreateSharedPath { path }
    130     private method ExportURL { appName installdir }
    131     private method ExportFile { src msgFile }
    132131}
    133132
Note: See TracChangeset for help on using the changeset viewer.