source: MML/trunk/machine/SOLEIL/doc_html/machine/Soleil/Booster/configBPMgui.html @ 4

Last change on this file since 4 was 4, checked in by zhangj, 10 years ago

Initial import--MML version from SOLEIL@2013

File size: 33.9 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2                "http://www.w3.org/TR/REC-html40/loose.dtd">
3<html>
4<head>
5  <title>Description of configBPMgui</title>
6  <meta name="keywords" content="configBPMgui">
7  <meta name="description" content="CONFIGBPMGUI M-file for configBPMgui.fig">
8  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
9  <meta name="generator" content="m2html &copy; 2003 Guillaume Flandin">
10  <meta name="robots" content="index, follow">
11  <link type="text/css" rel="stylesheet" href="../../../m2html.css">
12</head>
13<body>
14<a name="_top"></a>
15<div><a href="../../../index.html">Home</a> &gt;  <a href="#">machine</a> &gt; <a href="#">Soleil</a> &gt; <a href="index.html">Booster</a> &gt; configBPMgui.m</div>
16
17<!--<table width="100%"><tr><td align="left"><a href="../../../index.html"><img alt="<" border="0" src="../../../left.png">&nbsp;Master index</a></td>
18<td align="right"><a href="index.html">Index for machine/Soleil/Booster&nbsp;<img alt=">" border="0" src="../../../right.png"></a></td></tr></table>-->
19
20<h1>configBPMgui
21</h1>
22
23<h2><a name="_name"></a>PURPOSE <a href="#_top"><img alt="^" border="0" src="../../../up.png"></a></h2>
24<div class="box"><strong>CONFIGBPMGUI M-file for configBPMgui.fig</strong></div>
25
26<h2><a name="_synopsis"></a>SYNOPSIS <a href="#_top"><img alt="^" border="0" src="../../../up.png"></a></h2>
27<div class="box"><strong>function varargout = configBPMgui(varargin) </strong></div>
28
29<h2><a name="_description"></a>DESCRIPTION <a href="#_top"><img alt="^" border="0" src="../../../up.png"></a></h2>
30<div class="fragment"><pre class="comment"> CONFIGBPMGUI M-file for configBPMgui.fig
31      CONFIGBPMGUI, by itself, creates a new CONFIGBPMGUI or raises the existing
32      singleton*.
33
34      H = CONFIGBPMGUI returns the handle to a new CONFIGBPMGUI or the handle to
35      the existing singleton*.
36
37      CONFIGBPMGUI('CALLBACK',hObject,eventData,handles,...) calls the local
38      function named CALLBACK in CONFIGBPMGUI.M with the given input arguments.
39
40      CONFIGBPMGUI('Property','Value',...) creates a new CONFIGBPMGUI or raises the
41      existing singleton*.  Starting from the left, property value pairs are
42      applied to the GUI before configBPMgui_OpeningFunction gets called.  An
43      unrecognized property name or invalid value makes property application
44      stop.  All inputs are passed to configBPMgui_OpeningFcn via varargin.
45
46      *See GUI Options on GUIDE's Tools menu.  Choose &quot;GUI allows only one
47      instance to run (singleton)&quot;.
48
49 See also: GUIDE, GUIDATA, GUIHANDLES</pre></div>
50
51<!-- crossreference -->
52<h2><a name="_cross"></a>CROSS-REFERENCE INFORMATION <a href="#_top"><img alt="^" border="0" src="../../../up.png"></a></h2>
53This function calls:
54<ul style="list-style-image:url(../../../matlabicon.gif)">
55</ul>
56This function is called by:
57<ul style="list-style-image:url(../../../matlabicon.gif)">
58</ul>
59<!-- crossreference -->
60
61<h2><a name="_subfunctions"></a>SUBFUNCTIONS <a href="#_top"><img alt="^" border="0" src="../../../up.png"></a></h2>
62<ul style="list-style-image:url(../../../matlabicon.gif)">
63<li><a href="#_sub1" class="code">function configBPMgui_OpeningFcn(hObject, eventdata, handles, varargin)</a></li><li><a href="#_sub2" class="code">function varargout = configBPMgui_OutputFcn(hObject, eventdata, handles)</a></li><li><a href="#_sub3" class="code">function checkbox_BPM1_Callback(hObject, eventdata, handles)</a></li><li><a href="#_sub4" class="code">function checkbox_BPM2_Callback(hObject, eventdata, handles)</a></li><li><a href="#_sub5" class="code">function checkbox_BPM3_Callback(hObject, eventdata, handles)</a></li><li><a href="#_sub6" class="code">function checkbox_BPM4_Callback(hObject, eventdata, handles)</a></li><li><a href="#_sub7" class="code">function checkbox_BPM5_Callback(hObject, eventdata, handles)</a></li><li><a href="#_sub8" class="code">function checkbox_BPM6_Callback(hObject, eventdata, handles)</a></li><li><a href="#_sub9" class="code">function BPM7_checkbox_Callback(hObject, eventdata, handles)</a></li><li><a href="#_sub10" class="code">function popupmenu_command_Callback(hObject, eventdata, handles)</a></li><li><a href="#_sub11" class="code">function popupmenu_command_CreateFcn(hObject, eventdata, handles)</a></li><li><a href="#_sub12" class="code">function pushbutton_command_Callback(hObject, eventdata, handles)</a></li><li><a href="#_sub13" class="code">function checkbox_selectall_Callback(hObject, eventdata, handles)</a></li><li><a href="#_sub14" class="code">function checkbox_selectnone_Callback(hObject, eventdata, handles)</a></li><li><a href="#_sub15" class="code">function edit1_Callback(hObject, eventdata, handles)</a></li><li><a href="#_sub16" class="code">function edit1_CreateFcn(hObject, eventdata, handles)</a></li><li><a href="#_sub17" class="code">function popupmenu_mode_Callback(hObject, eventdata, handles)</a></li><li><a href="#_sub18" class="code">function popupmenu_mode_CreateFcn(hObject, eventdata, handles)</a></li><li><a href="#_sub19" class="code">function pushbutton_refresh_Callback(hObject, eventdata, handles)</a></li><li><a href="#_sub20" class="code">function checkbox_BPM12_Callback(hObject, eventdata, handles)</a></li><li><a href="#_sub21" class="code">function checkbox_BPM13_Callback(hObject, eventdata, handles)</a></li><li><a href="#_sub22" class="code">function checkbox_BPM14_Callback(hObject, eventdata, handles)</a></li><li><a href="#_sub23" class="code">function checkbox_BPM15_Callback(hObject, eventdata, handles)</a></li><li><a href="#_sub24" class="code">function checkbox_BPM16_Callback(hObject, eventdata, handles)</a></li><li><a href="#_sub25" class="code">function checkbox15_Callback(hObject, eventdata, handles)</a></li><li><a href="#_sub26" class="code">function checkbox16_Callback(hObject, eventdata, handles)</a></li><li><a href="#_sub27" class="code">function checkbox_BPM7_Callback(hObject, eventdata, handles)</a></li><li><a href="#_sub28" class="code">function checkbox_BPM8_Callback(hObject, eventdata, handles)</a></li><li><a href="#_sub29" class="code">function checkbox_BPM9_Callback(hObject, eventdata, handles)</a></li><li><a href="#_sub30" class="code">function checkbox_BPM20_Callback(hObject, eventdata, handles)</a></li><li><a href="#_sub31" class="code">function checkbox_BPM11_Callback(hObject, eventdata, handles)</a></li><li><a href="#_sub32" class="code">function checkbox_BPM18_Callback(hObject, eventdata, handles)</a></li><li><a href="#_sub33" class="code">function checkbox_BPM19_Callback(hObject, eventdata, handles)</a></li><li><a href="#_sub34" class="code">function checkbox25_Callback(hObject, eventdata, handles)</a></li><li><a href="#_sub35" class="code">function checkbox_BPM21_Callback(hObject, eventdata, handles)</a></li><li><a href="#_sub36" class="code">function checkbox_BPM22_Callback(hObject, eventdata, handles)</a></li></ul>
64<h2><a name="_source"></a>SOURCE CODE <a href="#_top"><img alt="^" border="0" src="../../../up.png"></a></h2>
65<div class="fragment"><pre>0001 <a name="_sub0" href="#_subfunctions" class="code">function varargout = configBPMgui(varargin)</a>
660002 <span class="comment">% CONFIGBPMGUI M-file for configBPMgui.fig</span>
670003 <span class="comment">%      CONFIGBPMGUI, by itself, creates a new CONFIGBPMGUI or raises the existing</span>
680004 <span class="comment">%      singleton*.</span>
690005 <span class="comment">%</span>
700006 <span class="comment">%      H = CONFIGBPMGUI returns the handle to a new CONFIGBPMGUI or the handle to</span>
710007 <span class="comment">%      the existing singleton*.</span>
720008 <span class="comment">%</span>
730009 <span class="comment">%      CONFIGBPMGUI('CALLBACK',hObject,eventData,handles,...) calls the local</span>
740010 <span class="comment">%      function named CALLBACK in CONFIGBPMGUI.M with the given input arguments.</span>
750011 <span class="comment">%</span>
760012 <span class="comment">%      CONFIGBPMGUI('Property','Value',...) creates a new CONFIGBPMGUI or raises the</span>
770013 <span class="comment">%      existing singleton*.  Starting from the left, property value pairs are</span>
780014 <span class="comment">%      applied to the GUI before configBPMgui_OpeningFunction gets called.  An</span>
790015 <span class="comment">%      unrecognized property name or invalid value makes property application</span>
800016 <span class="comment">%      stop.  All inputs are passed to configBPMgui_OpeningFcn via varargin.</span>
810017 <span class="comment">%</span>
820018 <span class="comment">%      *See GUI Options on GUIDE's Tools menu.  Choose &quot;GUI allows only one</span>
830019 <span class="comment">%      instance to run (singleton)&quot;.</span>
840020 <span class="comment">%</span>
850021 <span class="comment">% See also: GUIDE, GUIDATA, GUIHANDLES</span>
860022
870023 <span class="comment">% Copyright 2002-2003 The MathWorks, Inc.</span>
880024
890025 <span class="comment">% Edit the above text to modify the response to help configBPMgui</span>
900026
910027 <span class="comment">% Last Modified by GUIDE v2.5 09-Sep-2005 17:57:20</span>
920028
930029 <span class="comment">% Begin initialization code - DO NOT EDIT</span>
940030 gui_Singleton = 1;
950031 gui_State = struct(<span class="string">'gui_Name'</span>,       mfilename, <span class="keyword">...</span>
960032                    <span class="string">'gui_Singleton'</span>,  gui_Singleton, <span class="keyword">...</span>
970033                    <span class="string">'gui_OpeningFcn'</span>, @<a href="#_sub1" class="code" title="subfunction configBPMgui_OpeningFcn(hObject, eventdata, handles, varargin)">configBPMgui_OpeningFcn</a>, <span class="keyword">...</span>
980034                    <span class="string">'gui_OutputFcn'</span>,  @<a href="#_sub2" class="code" title="subfunction varargout = configBPMgui_OutputFcn(hObject, eventdata, handles)">configBPMgui_OutputFcn</a>, <span class="keyword">...</span>
990035                    <span class="string">'gui_LayoutFcn'</span>,  [] , <span class="keyword">...</span>
1000036                    <span class="string">'gui_Callback'</span>,   []);
1010037 <span class="keyword">if</span> nargin &amp;&amp; ischar(varargin{1})
1020038     gui_State.gui_Callback = str2func(varargin{1});
1030039 <span class="keyword">end</span>
1040040
1050041 <span class="keyword">if</span> nargout
1060042     [varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:});
1070043 <span class="keyword">else</span>
1080044     gui_mainfcn(gui_State, varargin{:});
1090045 <span class="keyword">end</span>
1100046 <span class="comment">% End initialization code - DO NOT EDIT</span>
1110047
1120048
1130049 <span class="comment">% --- Executes just before configBPMgui is made visible.</span>
1140050 <a name="_sub1" href="#_subfunctions" class="code">function configBPMgui_OpeningFcn(hObject, eventdata, handles, varargin)</a>
1150051 <span class="comment">% This function has no output args, see OutputFcn.</span>
1160052 <span class="comment">% hObject    handle to figure</span>
1170053 <span class="comment">% eventdata  reserved - to be defined in a future version of MATLAB</span>
1180054 <span class="comment">% handles    structure with handles and user data (see GUIDATA)</span>
1190055 <span class="comment">% varargin   command line arguments to configBPMgui (see VARARGIN)</span>
1200056
1210057 <span class="comment">% Choose default command line output for configBPMgui</span>
1220058 handles.output = hObject;
1230059
1240060 <span class="comment">% Update handles structure</span>
1250061 guidata(hObject, handles);
1260062
1270063 <span class="comment">% UIWAIT makes configBPMgui wait for user response (see UIRESUME)</span>
1280064 <span class="comment">% uiwait(handles.figure1);</span>
1290065
1300066
1310067 <span class="comment">% --- Outputs from this function are returned to the command line.</span>
1320068 <a name="_sub2" href="#_subfunctions" class="code">function varargout = configBPMgui_OutputFcn(hObject, eventdata, handles) </a>
1330069 <span class="comment">% varargout  cell array for returning output args (see VARARGOUT);</span>
1340070 <span class="comment">% hObject    handle to figure</span>
1350071 <span class="comment">% eventdata  reserved - to be defined in a future version of MATLAB</span>
1360072 <span class="comment">% handles    structure with handles and user data (see GUIDATA)</span>
1370073
1380074 <span class="comment">% Get default command line output from handles structure</span>
1390075 varargout{1} = handles.output;
1400076
1410077
1420078 <span class="comment">% --- Executes on button press in checkbox_BPM1.</span>
1430079 <a name="_sub3" href="#_subfunctions" class="code">function checkbox_BPM1_Callback(hObject, eventdata, handles)</a>
1440080 <span class="comment">% hObject    handle to checkbox_BPM1 (see GCBO)</span>
1450081 <span class="comment">% eventdata  reserved - to be defined in a future version of MATLAB</span>
1460082 <span class="comment">% handles    structure with handles and user data (see GUIDATA)</span>
1470083
1480084 <span class="comment">% Hint: get(hObject,'Value') returns toggle state of checkbox_BPM1</span>
1490085
1500086
1510087 <span class="comment">% --- Executes on button press in checkbox_BPM2.</span>
1520088 <a name="_sub4" href="#_subfunctions" class="code">function checkbox_BPM2_Callback(hObject, eventdata, handles)</a>
1530089 <span class="comment">% hObject    handle to checkbox_BPM2 (see GCBO)</span>
1540090 <span class="comment">% eventdata  reserved - to be defined in a future version of MATLAB</span>
1550091 <span class="comment">% handles    structure with handles and user data (see GUIDATA)</span>
1560092
1570093 <span class="comment">% Hint: get(hObject,'Value') returns toggle state of checkbox_BPM2</span>
1580094
1590095
1600096 <span class="comment">% --- Executes on button press in checkbox_BPM3.</span>
1610097 <a name="_sub5" href="#_subfunctions" class="code">function checkbox_BPM3_Callback(hObject, eventdata, handles)</a>
1620098 <span class="comment">% hObject    handle to checkbox_BPM3 (see GCBO)</span>
1630099 <span class="comment">% eventdata  reserved - to be defined in a future version of MATLAB</span>
1640100 <span class="comment">% handles    structure with handles and user data (see GUIDATA)</span>
1650101
1660102 <span class="comment">% Hint: get(hObject,'Value') returns toggle state of checkbox_BPM3</span>
1670103
1680104
1690105 <span class="comment">% --- Executes on button press in checkbox_BPM4.</span>
1700106 <a name="_sub6" href="#_subfunctions" class="code">function checkbox_BPM4_Callback(hObject, eventdata, handles)</a>
1710107 <span class="comment">% hObject    handle to checkbox_BPM4 (see GCBO)</span>
1720108 <span class="comment">% eventdata  reserved - to be defined in a future version of MATLAB</span>
1730109 <span class="comment">% handles    structure with handles and user data (see GUIDATA)</span>
1740110
1750111 <span class="comment">% Hint: get(hObject,'Value') returns toggle state of checkbox_BPM4</span>
1760112
1770113
1780114 <span class="comment">% --- Executes on button press in checkbox_BPM5.</span>
1790115 <a name="_sub7" href="#_subfunctions" class="code">function checkbox_BPM5_Callback(hObject, eventdata, handles)</a>
1800116 <span class="comment">% hObject    handle to checkbox_BPM5 (see GCBO)</span>
1810117 <span class="comment">% eventdata  reserved - to be defined in a future version of MATLAB</span>
1820118 <span class="comment">% handles    structure with handles and user data (see GUIDATA)</span>
1830119
1840120 <span class="comment">% Hint: get(hObject,'Value') returns toggle state of checkbox_BPM5</span>
1850121
1860122
1870123 <span class="comment">% --- Executes on button press in checkbox_BPM6.</span>
1880124 <a name="_sub8" href="#_subfunctions" class="code">function checkbox_BPM6_Callback(hObject, eventdata, handles)</a>
1890125 <span class="comment">% hObject    handle to checkbox_BPM6 (see GCBO)</span>
1900126 <span class="comment">% eventdata  reserved - to be defined in a future version of MATLAB</span>
1910127 <span class="comment">% handles    structure with handles and user data (see GUIDATA)</span>
1920128
1930129 <span class="comment">% Hint: get(hObject,'Value') returns toggle state of checkbox_BPM6</span>
1940130
1950131
1960132 <span class="comment">% --- Executes on button press in BPM7_checkbox.</span>
1970133 <a name="_sub9" href="#_subfunctions" class="code">function BPM7_checkbox_Callback(hObject, eventdata, handles)</a>
1980134 <span class="comment">% hObject    handle to BPM7_checkbox (see GCBO)</span>
1990135 <span class="comment">% eventdata  reserved - to be defined in a future version of MATLAB</span>
2000136 <span class="comment">% handles    structure with handles and user data (see GUIDATA)</span>
2010137
2020138 <span class="comment">% Hint: get(hObject,'Value') returns toggle state of BPM7_checkbox</span>
2030139
2040140
2050141 <span class="comment">% --- Executes on selection change in popupmenu_command.</span>
2060142 <a name="_sub10" href="#_subfunctions" class="code">function popupmenu_command_Callback(hObject, eventdata, handles)</a>
2070143 <span class="comment">% hObject    handle to popupmenu_command (see GCBO)</span>
2080144 <span class="comment">% eventdata  reserved - to be defined in a future version of MATLAB</span>
2090145 <span class="comment">% handles    structure with handles and user data (see GUIDATA)</span>
2100146
2110147 <span class="comment">% Hints: contents = get(hObject,'String') returns popupmenu_command contents as cell array</span>
2120148 <span class="comment">%        contents{get(hObject,'Value')} returns selected item from popupmenu_command</span>
2130149
2140150
2150151 <span class="comment">% --- Executes during object creation, after setting all properties.</span>
2160152 <a name="_sub11" href="#_subfunctions" class="code">function popupmenu_command_CreateFcn(hObject, eventdata, handles)</a>
2170153 <span class="comment">% hObject    handle to popupmenu_command (see GCBO)</span>
2180154 <span class="comment">% eventdata  reserved - to be defined in a future version of MATLAB</span>
2190155 <span class="comment">% handles    empty - handles not created until after all CreateFcns called</span>
2200156
2210157 <span class="comment">% Hint: popupmenu controls usually have a white background on Windows.</span>
2220158 <span class="comment">%       See ISPC and COMPUTER.</span>
2230159 <span class="keyword">if</span> ispc &amp;&amp; isequal(get(hObject,<span class="string">'BackgroundColor'</span>), get(0,<span class="string">'defaultUicontrolBackgroundColor'</span>))
2240160     set(hObject,<span class="string">'BackgroundColor'</span>,<span class="string">'white'</span>);
2250161 <span class="keyword">end</span>
2260162
2270163
2280164 <span class="comment">% --- Executes on button press in pushbutton_command.</span>
2290165 <a name="_sub12" href="#_subfunctions" class="code">function pushbutton_command_Callback(hObject, eventdata, handles)</a>
2300166 <span class="comment">% hObject    handle to pushbutton_command (see GCBO)</span>
2310167 <span class="comment">% eventdata  reserved - to be defined in a future version of MATLAB</span>
2320168 <span class="comment">% handles    structure with handles and user data (see GUIDATA)</span>
2330169
2340170
2350171 <span class="comment">% --- Executes on button press in checkbox_selectall.</span>
2360172 <a name="_sub13" href="#_subfunctions" class="code">function checkbox_selectall_Callback(hObject, eventdata, handles)</a>
2370173 <span class="comment">% hObject    handle to checkbox_selectall (see GCBO)</span>
2380174 <span class="comment">% eventdata  reserved - to be defined in a future version of MATLAB</span>
2390175 <span class="comment">% handles    structure with handles and user data (see GUIDATA)</span>
2400176
2410177 <span class="comment">% Hint: get(hObject,'Value') returns toggle state of checkbox_selectall</span>
2420178
2430179
2440180 <span class="comment">% --- Executes on button press in checkbox_selectnone.</span>
2450181 <a name="_sub14" href="#_subfunctions" class="code">function checkbox_selectnone_Callback(hObject, eventdata, handles)</a>
2460182 <span class="comment">% hObject    handle to checkbox_selectnone (see GCBO)</span>
2470183 <span class="comment">% eventdata  reserved - to be defined in a future version of MATLAB</span>
2480184 <span class="comment">% handles    structure with handles and user data (see GUIDATA)</span>
2490185
2500186 <span class="comment">% Hint: get(hObject,'Value') returns toggle state of checkbox_selectnone</span>
2510187
2520188
2530189
2540190 <a name="_sub15" href="#_subfunctions" class="code">function edit1_Callback(hObject, eventdata, handles)</a>
2550191 <span class="comment">% hObject    handle to edit1 (see GCBO)</span>
2560192 <span class="comment">% eventdata  reserved - to be defined in a future version of MATLAB</span>
2570193 <span class="comment">% handles    structure with handles and user data (see GUIDATA)</span>
2580194
2590195 <span class="comment">% Hints: get(hObject,'String') returns contents of edit1 as text</span>
2600196 <span class="comment">%        str2double(get(hObject,'String')) returns contents of edit1 as a double</span>
2610197
2620198
2630199 <span class="comment">% --- Executes during object creation, after setting all properties.</span>
2640200 <a name="_sub16" href="#_subfunctions" class="code">function edit1_CreateFcn(hObject, eventdata, handles)</a>
2650201 <span class="comment">% hObject    handle to edit1 (see GCBO)</span>
2660202 <span class="comment">% eventdata  reserved - to be defined in a future version of MATLAB</span>
2670203 <span class="comment">% handles    empty - handles not created until after all CreateFcns called</span>
2680204
2690205 <span class="comment">% Hint: edit controls usually have a white background on Windows.</span>
2700206 <span class="comment">%       See ISPC and COMPUTER.</span>
2710207 <span class="keyword">if</span> ispc &amp;&amp; isequal(get(hObject,<span class="string">'BackgroundColor'</span>), get(0,<span class="string">'defaultUicontrolBackgroundColor'</span>))
2720208     set(hObject,<span class="string">'BackgroundColor'</span>,<span class="string">'white'</span>);
2730209 <span class="keyword">end</span>
2740210
2750211
2760212 <span class="comment">% --- Executes on selection change in popupmenu_mode.</span>
2770213 <a name="_sub17" href="#_subfunctions" class="code">function popupmenu_mode_Callback(hObject, eventdata, handles)</a>
2780214 <span class="comment">% hObject    handle to popupmenu_mode (see GCBO)</span>
2790215 <span class="comment">% eventdata  reserved - to be defined in a future version of MATLAB</span>
2800216 <span class="comment">% handles    structure with handles and user data (see GUIDATA)</span>
2810217
2820218 <span class="comment">% Hints: contents = get(hObject,'String') returns popupmenu_mode contents as cell array</span>
2830219 <span class="comment">%        contents{get(hObject,'Value')} returns selected item from popupmenu_mode</span>
2840220
2850221
2860222 <span class="comment">% --- Executes during object creation, after setting all properties.</span>
2870223 <a name="_sub18" href="#_subfunctions" class="code">function popupmenu_mode_CreateFcn(hObject, eventdata, handles)</a>
2880224 <span class="comment">% hObject    handle to popupmenu_mode (see GCBO)</span>
2890225 <span class="comment">% eventdata  reserved - to be defined in a future version of MATLAB</span>
2900226 <span class="comment">% handles    empty - handles not created until after all CreateFcns called</span>
2910227
2920228 <span class="comment">% Hint: popupmenu controls usually have a white background on Windows.</span>
2930229 <span class="comment">%       See ISPC and COMPUTER.</span>
2940230 <span class="keyword">if</span> ispc &amp;&amp; isequal(get(hObject,<span class="string">'BackgroundColor'</span>), get(0,<span class="string">'defaultUicontrolBackgroundColor'</span>))
2950231     set(hObject,<span class="string">'BackgroundColor'</span>,<span class="string">'white'</span>);
2960232 <span class="keyword">end</span>
2970233
2980234
2990235 <span class="comment">% --- Executes on button press in pushbutton_refresh.</span>
3000236 <a name="_sub19" href="#_subfunctions" class="code">function pushbutton_refresh_Callback(hObject, eventdata, handles)</a>
3010237 <span class="comment">% hObject    handle to pushbutton_refresh (see GCBO)</span>
3020238 <span class="comment">% eventdata  reserved - to be defined in a future version of MATLAB</span>
3030239 <span class="comment">% handles    structure with handles and user data (see GUIDATA)</span>
3040240
3050241
3060242 <span class="comment">% --- Executes on button press in checkbox_BPM12.</span>
3070243 <a name="_sub20" href="#_subfunctions" class="code">function checkbox_BPM12_Callback(hObject, eventdata, handles)</a>
3080244 <span class="comment">% hObject    handle to checkbox_BPM12 (see GCBO)</span>
3090245 <span class="comment">% eventdata  reserved - to be defined in a future version of MATLAB</span>
3100246 <span class="comment">% handles    structure with handles and user data (see GUIDATA)</span>
3110247
3120248 <span class="comment">% Hint: get(hObject,'Value') returns toggle state of checkbox_BPM12</span>
3130249
3140250
3150251 <span class="comment">% --- Executes on button press in checkbox_BPM13.</span>
3160252 <a name="_sub21" href="#_subfunctions" class="code">function checkbox_BPM13_Callback(hObject, eventdata, handles)</a>
3170253 <span class="comment">% hObject    handle to checkbox_BPM13 (see GCBO)</span>
3180254 <span class="comment">% eventdata  reserved - to be defined in a future version of MATLAB</span>
3190255 <span class="comment">% handles    structure with handles and user data (see GUIDATA)</span>
3200256
3210257 <span class="comment">% Hint: get(hObject,'Value') returns toggle state of checkbox_BPM13</span>
3220258
3230259
3240260 <span class="comment">% --- Executes on button press in checkbox_BPM14.</span>
3250261 <a name="_sub22" href="#_subfunctions" class="code">function checkbox_BPM14_Callback(hObject, eventdata, handles)</a>
3260262 <span class="comment">% hObject    handle to checkbox_BPM14 (see GCBO)</span>
3270263 <span class="comment">% eventdata  reserved - to be defined in a future version of MATLAB</span>
3280264 <span class="comment">% handles    structure with handles and user data (see GUIDATA)</span>
3290265
3300266 <span class="comment">% Hint: get(hObject,'Value') returns toggle state of checkbox_BPM14</span>
3310267
3320268
3330269 <span class="comment">% --- Executes on button press in checkbox_BPM15.</span>
3340270 <a name="_sub23" href="#_subfunctions" class="code">function checkbox_BPM15_Callback(hObject, eventdata, handles)</a>
3350271 <span class="comment">% hObject    handle to checkbox_BPM15 (see GCBO)</span>
3360272 <span class="comment">% eventdata  reserved - to be defined in a future version of MATLAB</span>
3370273 <span class="comment">% handles    structure with handles and user data (see GUIDATA)</span>
3380274
3390275 <span class="comment">% Hint: get(hObject,'Value') returns toggle state of checkbox_BPM15</span>
3400276
3410277
3420278 <span class="comment">% --- Executes on button press in checkbox_BPM16.</span>
3430279 <a name="_sub24" href="#_subfunctions" class="code">function checkbox_BPM16_Callback(hObject, eventdata, handles)</a>
3440280 <span class="comment">% hObject    handle to checkbox_BPM16 (see GCBO)</span>
3450281 <span class="comment">% eventdata  reserved - to be defined in a future version of MATLAB</span>
3460282 <span class="comment">% handles    structure with handles and user data (see GUIDATA)</span>
3470283
3480284 <span class="comment">% Hint: get(hObject,'Value') returns toggle state of checkbox_BPM16</span>
3490285
3500286
3510287 <span class="comment">% --- Executes on button press in checkbox15.</span>
3520288 <a name="_sub25" href="#_subfunctions" class="code">function checkbox15_Callback(hObject, eventdata, handles)</a>
3530289 <span class="comment">% hObject    handle to checkbox15 (see GCBO)</span>
3540290 <span class="comment">% eventdata  reserved - to be defined in a future version of MATLAB</span>
3550291 <span class="comment">% handles    structure with handles and user data (see GUIDATA)</span>
3560292
3570293 <span class="comment">% Hint: get(hObject,'Value') returns toggle state of checkbox15</span>
3580294
3590295
3600296 <span class="comment">% --- Executes on button press in checkbox16.</span>
3610297 <a name="_sub26" href="#_subfunctions" class="code">function checkbox16_Callback(hObject, eventdata, handles)</a>
3620298 <span class="comment">% hObject    handle to checkbox16 (see GCBO)</span>
3630299 <span class="comment">% eventdata  reserved - to be defined in a future version of MATLAB</span>
3640300 <span class="comment">% handles    structure with handles and user data (see GUIDATA)</span>
3650301
3660302 <span class="comment">% Hint: get(hObject,'Value') returns toggle state of checkbox16</span>
3670303
3680304
3690305 <span class="comment">% --- Executes on button press in checkbox_BPM7.</span>
3700306 <a name="_sub27" href="#_subfunctions" class="code">function checkbox_BPM7_Callback(hObject, eventdata, handles)</a>
3710307 <span class="comment">% hObject    handle to checkbox_BPM7 (see GCBO)</span>
3720308 <span class="comment">% eventdata  reserved - to be defined in a future version of MATLAB</span>
3730309 <span class="comment">% handles    structure with handles and user data (see GUIDATA)</span>
3740310
3750311 <span class="comment">% Hint: get(hObject,'Value') returns toggle state of checkbox_BPM7</span>
3760312
3770313
3780314 <span class="comment">% --- Executes on button press in checkbox_BPM8.</span>
3790315 <a name="_sub28" href="#_subfunctions" class="code">function checkbox_BPM8_Callback(hObject, eventdata, handles)</a>
3800316 <span class="comment">% hObject    handle to checkbox_BPM8 (see GCBO)</span>
3810317 <span class="comment">% eventdata  reserved - to be defined in a future version of MATLAB</span>
3820318 <span class="comment">% handles    structure with handles and user data (see GUIDATA)</span>
3830319
3840320 <span class="comment">% Hint: get(hObject,'Value') returns toggle state of checkbox_BPM8</span>
3850321
3860322
3870323 <span class="comment">% --- Executes on button press in checkbox_BPM9.</span>
3880324 <a name="_sub29" href="#_subfunctions" class="code">function checkbox_BPM9_Callback(hObject, eventdata, handles)</a>
3890325 <span class="comment">% hObject    handle to checkbox_BPM9 (see GCBO)</span>
3900326 <span class="comment">% eventdata  reserved - to be defined in a future version of MATLAB</span>
3910327 <span class="comment">% handles    structure with handles and user data (see GUIDATA)</span>
3920328
3930329 <span class="comment">% Hint: get(hObject,'Value') returns toggle state of checkbox_BPM9</span>
3940330
3950331
3960332 <span class="comment">% --- Executes on button press in checkbox_BPM20.</span>
3970333 <a name="_sub30" href="#_subfunctions" class="code">function checkbox_BPM20_Callback(hObject, eventdata, handles)</a>
3980334 <span class="comment">% hObject    handle to checkbox_BPM20 (see GCBO)</span>
3990335 <span class="comment">% eventdata  reserved - to be defined in a future version of MATLAB</span>
4000336 <span class="comment">% handles    structure with handles and user data (see GUIDATA)</span>
4010337
4020338 <span class="comment">% Hint: get(hObject,'Value') returns toggle state of checkbox_BPM20</span>
4030339
4040340
4050341 <span class="comment">% --- Executes on button press in checkbox_BPM11.</span>
4060342 <a name="_sub31" href="#_subfunctions" class="code">function checkbox_BPM11_Callback(hObject, eventdata, handles)</a>
4070343 <span class="comment">% hObject    handle to checkbox_BPM11 (see GCBO)</span>
4080344 <span class="comment">% eventdata  reserved - to be defined in a future version of MATLAB</span>
4090345 <span class="comment">% handles    structure with handles and user data (see GUIDATA)</span>
4100346
4110347 <span class="comment">% Hint: get(hObject,'Value') returns toggle state of checkbox_BPM11</span>
4120348
4130349
4140350 <span class="comment">% --- Executes on button press in checkbox_BPM18.</span>
4150351 <a name="_sub32" href="#_subfunctions" class="code">function checkbox_BPM18_Callback(hObject, eventdata, handles)</a>
4160352 <span class="comment">% hObject    handle to checkbox_BPM18 (see GCBO)</span>
4170353 <span class="comment">% eventdata  reserved - to be defined in a future version of MATLAB</span>
4180354 <span class="comment">% handles    structure with handles and user data (see GUIDATA)</span>
4190355
4200356 <span class="comment">% Hint: get(hObject,'Value') returns toggle state of checkbox_BPM18</span>
4210357
4220358
4230359 <span class="comment">% --- Executes on button press in checkbox_BPM19.</span>
4240360 <a name="_sub33" href="#_subfunctions" class="code">function checkbox_BPM19_Callback(hObject, eventdata, handles)</a>
4250361 <span class="comment">% hObject    handle to checkbox_BPM19 (see GCBO)</span>
4260362 <span class="comment">% eventdata  reserved - to be defined in a future version of MATLAB</span>
4270363 <span class="comment">% handles    structure with handles and user data (see GUIDATA)</span>
4280364
4290365 <span class="comment">% Hint: get(hObject,'Value') returns toggle state of checkbox_BPM19</span>
4300366
4310367
4320368 <span class="comment">% --- Executes on button press in checkbox_BPM20.</span>
4330369 <a name="_sub34" href="#_subfunctions" class="code">function checkbox25_Callback(hObject, eventdata, handles)</a>
4340370 <span class="comment">% hObject    handle to checkbox_BPM20 (see GCBO)</span>
4350371 <span class="comment">% eventdata  reserved - to be defined in a future version of MATLAB</span>
4360372 <span class="comment">% handles    structure with handles and user data (see GUIDATA)</span>
4370373
4380374 <span class="comment">% Hint: get(hObject,'Value') returns toggle state of checkbox_BPM20</span>
4390375
4400376
4410377 <span class="comment">% --- Executes on button press in checkbox_BPM21.</span>
4420378 <a name="_sub35" href="#_subfunctions" class="code">function checkbox_BPM21_Callback(hObject, eventdata, handles)</a>
4430379 <span class="comment">% hObject    handle to checkbox_BPM21 (see GCBO)</span>
4440380 <span class="comment">% eventdata  reserved - to be defined in a future version of MATLAB</span>
4450381 <span class="comment">% handles    structure with handles and user data (see GUIDATA)</span>
4460382
4470383 <span class="comment">% Hint: get(hObject,'Value') returns toggle state of checkbox_BPM21</span>
4480384
4490385
4500386 <span class="comment">% --- Executes on button press in checkbox_BPM22.</span>
4510387 <a name="_sub36" href="#_subfunctions" class="code">function checkbox_BPM22_Callback(hObject, eventdata, handles)</a>
4520388 <span class="comment">% hObject    handle to checkbox_BPM22 (see GCBO)</span>
4530389 <span class="comment">% eventdata  reserved - to be defined in a future version of MATLAB</span>
4540390 <span class="comment">% handles    structure with handles and user data (see GUIDATA)</span>
4550391
4560392 <span class="comment">% Hint: get(hObject,'Value') returns toggle state of checkbox_BPM22</span>
4570393
4580394</pre></div>
459<hr><address>Generated on Mon 21-May-2007 15:35:27 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/">m2html</a></strong> &copy; 2003</address>
460</body>
461</html>
Note: See TracBrowser for help on using the repository browser.