Changeset 6174 for branches/1.5


Ignore:
Timestamp:
Mar 22, 2016, 2:12:31 AM (9 years ago)
Author:
ldelgass
Message:

add missing CleanName? declaration

File:
1 edited

Legend:

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

    r6165 r6174  
    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 }
    111112    private method EditSimset {}
    112113    private method FindSimsetsForApp { appName }
     
    114115    private method LoadSimulations { runfiles }
    115116    private method Ok {}
     117    private method OverwriteSaveFile {}
    116118    private method PostMenu { menu }
    117119    private method ReadSimsetFile { fileName }
     120    private method Save {}
    118121    private method SaveSimulations {}
    119122    private method SelectSimsetForDeletion {}
     
    122125    private method SelectSimsetToPublish {}
    123126    private method WriteSimsetFile { appName fileName publish }
    124     private method OverwriteSaveFile {}
    125     private method BuildQuestionDialog { popup }
    126     private method Save {}
    127127}
    128128
Note: See TracChangeset for help on using the changeset viewer.