Changeset 850 for trunk/src/series


Ignore:
Timestamp:
Jan 16, 2015, 11:32:34 AM (9 years ago)
Author:
sommeria
Message:

add command clear line on set-object

Location:
trunk/src/series
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series/civ_input.m

    r849 r850  
    21032103 par_civ1.FrameIndexB=num2str(i2);
    21042104 par_civ1.ImageName_B=ImageName_B;
    2105  
    2106 
    2107 % handles    structure with handles and user data (see GUIDATA)
    2108 
    21092105
    21102106% --- Executes on button press in InportParam.
     
    21482144        return
    21492145    end
    2150 %     Param=rmfield(Param,'InputTable');% do not refresh Input files and index range
    2151 %     Param=rmfield(Param,'IndexRange'); 
    2152 %     fill_GUI(Param,handles.civ_input)% fill the elements of the GUI series with the input parameters
    2153 % %     SeriesData=get(h,'UserData');
    2154 %     if isfield(Param,'InputFields')
    2155 %         ListField=Param.InputFields.FieldName;
    2156 %         set(handles.FieldName,'String',[ListField;{'get-field...'}])
    2157 %          set(handles.FieldName,'Value',1:numel(ListField))
    2158 %     end       
    2159 %     if isfield(Param,'ActionInput')%  introduce  parameters specific to an Action fct, for instance PIV parameters
    2160 %         set(handles.ActionInput,'Visible','on')
    2161 %         set(handles.ActionInput,'Value',0)
    2162 %         Param.ActionInput.ConfigSource=filexml;% record the source of config for future info
    2163 %         SeriesData.ActionInput=Param.ActionInput;
    2164 %     end
    2165 %     if isfield(Param,'ProjObject') %introduce projection object if relevant
    2166 %         SeriesData.ProjObject=Param.ProjObject;
    2167 %     end
    2168 %     set(handles.series,'UserData',SeriesData)
    2169 %     if isfield(Param,'CheckObject') && isequal(Param.CheckObject,1)
    2170 %         set(handles.ProjObject,'String',Param.ProjObject.Name)
    2171 %         set(handles.ViewObject,'Visible','on')
    2172 %         set(handles.EditObject,'Visible','on')
    2173 %         set(handles.DeleteObject,'Visible','on')
    2174 %     else     
    2175 %         set(handles.ProjObject,'String','')
    2176 %         set(handles.ProjObject,'Visible','off')
    2177 %         set(handles.ViewObject,'Visible','off')
    2178 %         set(handles.EditObject,'Visible','off')
    2179 %         set(handles.DeleteObject,'Visible','off')     
    2180 %     end     
    2181 %     set(handles.REFRESH,'BackgroundColor',[1 0 1]); %paint REFRESH button in magenta to indicate that it should be activated
    2182 end
    2183 
    2184 
    2185 % --- Executes on selection change in popupmenu11.
    2186 function popupmenu11_Callback(hObject, eventdata, handles)
    2187 % hObject    handle to popupmenu11 (see GCBO)
    2188 % eventdata  reserved - to be defined in a future version of MATLAB
    2189 % handles    structure with handles and user data (see GUIDATA)
    2190 
    2191 % Hints: contents = cellstr(get(hObject,'String')) returns popupmenu11 contents as cell array
    2192 %        contents{get(hObject,'Value')} returns selected item from popupmenu11
    2193 
    2194 
    2195 % --- Executes during object creation, after setting all properties.
    2196 function popupmenu11_CreateFcn(hObject, eventdata, handles)
    2197 % hObject    handle to popupmenu11 (see GCBO)
    2198 % eventdata  reserved - to be defined in a future version of MATLAB
    2199 % handles    empty - handles not created until after all CreateFcns called
    2200 
    2201 % Hint: popupmenu controls usually have a white background on Windows.
    2202 %       See ISPC and COMPUTER.
    2203 if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
    2204     set(hObject,'BackgroundColor','white');
    2205 end
     2146end
     2147
     2148
     2149% --- Executes on selection change in iterate.
     2150function iterate_Callback(hObject, eventdata, handles)
     2151
Note: See TracChangeset for help on using the changeset viewer.