source: trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slide_slice.html @ 191

Last change on this file since 191 was 191, checked in by pinsard, 18 years ago

remove format=raw in all html files 2+ : correction for all_plots; suppression of css and correction of Source links in idldoc html output

File size: 11.0 KB
Line 
1
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
5<!-- Generated by IDLdoc 2.0 -->
6
7<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
8  <head>
9    <title>cw_slide_slice.pro (SAXO Documentation)</title>
10
11   
12    <link rel="stylesheet" type="text/css" media="all" href="./../../../main_files.css" />
13    <link rel="stylesheet" type="text/css" media="print" href="./../../../main_files_print.css" />
14   
15
16    <script type="text/javascript">
17      function setTitle() {
18        parent.document.title="cw_slide_slice.pro (SAXO Documentation)";
19      }
20    </script>
21  </head>
22
23  <body onload="setTitle();">
24
25    <div id="navbar_title">
26  <h1>SAXO Documentation</h1>
27</div>
28
29
30<div id="main_navbar">
31
32  <table cellspacing="0">
33    <tr>
34     
35      <td><a href="./../../../overview.html" title="Overview of library">Overview</a></td>
36     
37
38     
39      <td >Directory</td>
40     
41
42     
43      <td><a href="./../../../idldoc-categories.html" title="Browse library by category">Categories</a></td>
44     
45
46     
47      <td><a href="./../../../idldoc-index.html" title="Index of files, routines, and parameters">Index</a></td>
48     
49
50     
51      <td><a href="./../../../search-page.html" title="Search library">Search</a></td>
52     
53
54      <td id="selected">File</td>
55
56     
57      <td><a href="../../../../../ToBeReviewed/WIDGET/COMPOUND_WIDGET//cw_slide_slice.pro" title="Source code of a file">Source</a></td>
58     
59
60     
61      <td><a href="./../../../idldoc-help.html" title="Help on IDLdoc">Help</a></td>
62     
63
64      <td >Etc</td>
65
66      <td id="flexible">Developer&nbsp;documentation</td>
67    </tr>
68  </table>
69
70</div>
71
72<div id="secondary_navbar">
73
74<a href="cw_pagelayout.html">&lt;&lt;prev file</a> | <a href="cw_slider_pm.html">next file &gt;&gt;</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="cw_slide_slice.html" target="_TOP">view single page</a> | <a href="./../../../index.html" target="_TOP">view frames</a>&nbsp;&nbsp;&nbsp;&nbsp;summary: fields | <a href="#routine_summary">routine</a>&nbsp;&nbsp;&nbsp;&nbsp;details: <a href="#routine_details">routine</a>
75
76</div>
77
78
79    <div id="container">
80
81      <h1 class="directory"><a href="directory-overview.html">ToBeReviewed/WIDGET/COMPOUND_WIDGET/</a></h1>
82      <h2 class="pro_file">cw_slide_slice.pro</h2>
83
84      <div id="file_attr">
85        <dl>
86        </dl>
87      </div>
88
89      <div id="file_comments">
90
91
92
93
94
95
96
97</div>
98
99     
100
101     
102
103     
104
105     
106      <div id="routine_summary">               
107        <h2>Routine summary</h2>
108       
109        <dl>
110         
111          <dt><p><a href="#_cw_slide_slice_set_value">cw_slide_slice_set_value<span class="result">, id, value</span></a></p><dt>
112          <dd></dd>     
113         
114          <dt><p><a href="#_cw_slide_slice_event"><span class="result">result = </span>cw_slide_slice_event(<span class="result">event</span>)</a></p><dt>
115          <dd></dd>     
116         
117          <dt><p><a href="#_cw_slide_slice"><span class="result">result = </span>cw_slide_slice(<span class="result">parent</span>, boxzoom=<span class="result">boxzoom</span>, UVALUE=<span class="result">UVALUE</span>, UNAME=<span class="result">UNAME</span>, FRAME=<span class="result">FRAME</span>, ROW=<span class="result">ROW</span>, COLUMN=<span class="result">COLUMN</span>, _extra=<span class="result">_extra</span>)</a></p><dt>
118          <dd></dd>     
119               
120        </dl>
121      </div>
122     
123
124      <div id="routine_details">
125       
126
127        <div class="routine_details" id="_cw_slide_slice_set_value">
128
129          <h2><a class="top" href="#container">top</a>cw_slide_slice_set_value <span class="categories">
130 Compound widget
131 </span></h2>
132       
133          <p class="header">
134            cw_slide_slice_set_value<span class="result">, <a href="#_cw_slide_slice_set_value_param_id">id</a>, <a href="#_cw_slide_slice_set_value_param_value">value</a></span></p>
135       
136          <div class="comments"></div>
137
138          <h3>Return value</h3><div class="preformat">
139 
140 </div>
141
142         
143            <h3>Parameters</h3>
144       
145           
146            <h4 id="_cw_slide_slice_set_value_param_id">id&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
147             
148             
149             
150             
151             
152             
153             
154             
155            </h4>
156       
157          <div class="comments">
158
159</div>
160           
161            <h4 id="_cw_slide_slice_set_value_param_value">value&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
162             
163             
164             
165             
166             
167             
168             
169             
170            </h4>
171       
172          <div class="comments">
173 It is the default tick mark value (a floating-point number).
174</div>
175           
176
177         
178
179         
180
181          <h3>Examples</h3><div class="preformat">
182 
183 </div>
184          <h3>Version history</h3>
185         
186          <h4>Version</h4><div class="preformat"> 
187 $Id: cw_slide_slice.pro 157 2006-08-21 09:01:50Z navarro $</div>
188          <h4>History</h4><div class="preformat">
189 
190 </div>
191         
192         
193          <h3>Known issues</h3>
194         
195         
196         
197          <h4>Restrictions</h4><div class="preformat">
198 
199 </div>
200       
201          <h3>Other attributes</h3>
202         
203         
204          <h4>Uses routines</h4><div class="preformat">
205 
206 </div>
207         
208         
209         
210       
211          <h3>Statistics</h3>
212          <table class="statistics">
213            <tr><td>McCabe cyclic</td><td>           4</td></tr>
214            <tr><td>McCabe essential</td><td>           1</td></tr>
215            <tr><td>McCabe modular design</td><td>           1</td></tr>
216          </table>
217         
218       
219        </div>
220       
221
222        <div class="routine_details" id="_cw_slide_slice_event">
223
224          <h2><a class="top" href="#container">top</a>cw_slide_slice_event <span class="categories">
225 Compound widget
226 </span></h2>
227       
228          <p class="header">
229            <span class="result">result = </span>cw_slide_slice_event(<span class="result"><a href="#_cw_slide_slice_event_param_event">event</a></span>)</p>
230       
231          <div class="comments"></div>
232
233          <h3>Return value</h3><div class="preformat">
234 
235 </div>
236
237         
238            <h3>Parameters</h3>
239       
240           
241            <h4 id="_cw_slide_slice_event_param_event">event&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
242             
243             
244             
245             
246             
247             
248             
249             
250            </h4>
251       
252          <div class="comments">
253
254</div>
255           
256
257         
258
259         
260
261          <h3>Examples</h3><div class="preformat">
262 
263 </div>
264          <h3>Version history</h3>
265         
266          <h4>Version</h4><div class="preformat"> 
267 $Id: cw_slide_slice.pro 157 2006-08-21 09:01:50Z navarro $</div>
268          <h4>History</h4><div class="preformat">
269 
270 </div>
271         
272         
273          <h3>Known issues</h3>
274         
275         
276         
277          <h4>Restrictions</h4><div class="preformat">
278 
279 </div>
280       
281          <h3>Other attributes</h3>
282         
283         
284          <h4>Uses routines</h4><div class="preformat">
285 
286 </div>
287         
288         
289         
290       
291          <h3>Statistics</h3>
292          <table class="statistics">
293            <tr><td>McCabe cyclic</td><td>           6</td></tr>
294            <tr><td>McCabe essential</td><td>           1</td></tr>
295            <tr><td>McCabe modular design</td><td>           1</td></tr>
296          </table>
297         
298       
299        </div>
300       
301
302        <div class="routine_details" id="_cw_slide_slice">
303
304          <h2><a class="top" href="#container">top</a>cw_slide_slice <span class="categories">
305 Compound widget
306</span></h2>
307       
308          <p class="header">
309            <span class="result">result = </span>cw_slide_slice(<span class="result"><a href="#_cw_slide_slice_param_parent">parent</a></span>, <a href="#_cw_slide_slice_keyword_boxzoom">boxzoom</a>=<span class="result">boxzoom</span>, <a href="#_cw_slide_slice_keyword_UVALUE">UVALUE</a>=<span class="result">UVALUE</span>, <a href="#_cw_slide_slice_keyword_UNAME">UNAME</a>=<span class="result">UNAME</span>, <a href="#_cw_slide_slice_keyword_FRAME">FRAME</a>=<span class="result">FRAME</span>, <a href="#_cw_slide_slice_keyword_ROW">ROW</a>=<span class="result">ROW</span>, <a href="#_cw_slide_slice_keyword_COLUMN">COLUMN</a>=<span class="result">COLUMN</span>, <a href="#_cw_slide_slice_keyword__extra">_extra</a>=<span class="result">_extra</span>)</p>
310       
311          <div class="comments"></div>
312
313          <h3>Return value</h3><div class="preformat">
314 
315 </div>
316
317         
318            <h3>Parameters</h3>
319       
320           
321            <h4 id="_cw_slide_slice_param_parent">parent&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
322              <span class="attr">in</span>
323             
324             
325              <span class="attr">required</span>
326             
327             
328             
329             
330            </h4>
331       
332          <div class="comments">
333 The widget ID of the parent widget.
334</div>
335           
336
337         
338
339         
340
341            <h3>Keywords</h3>
342           
343            <h4 id="_cw_slide_slice_keyword_boxzoom">boxzoom&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
344             
345             
346             
347             
348             
349             
350             
351             
352            </h4>
353       
354            <div class="comments">
355 Vector indicating the geographic zone on which we want to cut the map.
356 If BOXZOOM has :
357   1 element : The extraction is made on [lon1, lon2, lat1, lat2, 0.,boxzoom[0]]
358   2 elements: The extraction is made on [lon1, lon2, lat1, lat2, boxzoom[0],boxzoom[1]]
359   4 elements: The extraction is made on [Boxzoom, 0, max([gdept, gdepw])]
360   5 elements: The extraction is made on [Boxzoom[0:3], 0, Boxzoom[4]]
361   6 elements: The extraction is made on Boxzoom
362 Where lon1, lon2,lat1,lat2 are global variables defined at the last domdef!
363</div>
364           
365            <h4 id="_cw_slide_slice_keyword_UVALUE">UVALUE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
366             
367             
368             
369             
370             
371             
372             
373             
374            </h4>
375       
376            <div class="comments">
377 The user value to be associated with the widget.
378 </div>
379           
380            <h4 id="_cw_slide_slice_keyword_UNAME">UNAME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
381             
382             
383             
384             
385             
386             
387             
388             
389            </h4>
390       
391            <div class="comments">
392 The user name to be associated with the widget.
393 </div>
394           
395            <h4 id="_cw_slide_slice_keyword_FRAME">FRAME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
396             
397             
398             
399             
400             
401             
402             
403             
404            </h4>
405       
406            <div class="comments">
407 Specifies the width of the frame to be drawn around the base.
408 </div>
409           
410            <h4 id="_cw_slide_slice_keyword_ROW">ROW&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
411             
412             
413             
414             
415             
416             
417             
418             
419            </h4>
420       
421            <div class="comments">
422 Buttons will be arranged in the number of rows
423 specified by this keyword.
424 </div>
425           
426            <h4 id="_cw_slide_slice_keyword_COLUMN">COLUMN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
427             
428             
429             
430             
431             
432             
433             
434             
435            </h4>
436       
437            <div class="comments">
438 Buttons will be arranged in the number of columns
439 specified by this keyword.
440 </div>
441           
442            <h4 id="_cw_slide_slice_keyword__extra">_extra&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
443             
444             
445             
446             
447             
448             
449             
450             
451            </h4>
452       
453            <div class="comments">
454 Used to pass your keywords
455 </div>
456           
457         
458
459          <h3>Examples</h3><div class="preformat">
460 
461 </div>
462          <h3>Version history</h3>
463         
464          <h4>Version</h4><div class="preformat"> 
465 $Id: cw_slide_slice.pro 157 2006-08-21 09:01:50Z navarro $
466 </div>
467          <h4>History</h4><div class="preformat">
468 
469 </div>
470         
471         
472          <h3>Known issues</h3>
473         
474         
475          <h4>Todo items</h4><div class="preformat">
476 seb: documenter
477</div>
478          <h4>Restrictions</h4><div class="preformat">
479 
480 </div>
481       
482          <h3>Other attributes</h3>
483         
484         
485          <h4>Uses routines</h4><div class="preformat">
486 
487 </div>
488         
489         
490         
491       
492          <h3>Statistics</h3>
493          <table class="statistics">
494            <tr><td>McCabe cyclic</td><td>           8</td></tr>
495            <tr><td>McCabe essential</td><td>           1</td></tr>
496            <tr><td>McCabe modular design</td><td>           1</td></tr>
497          </table>
498         
499       
500        </div>
501       
502      </div>
503
504     
505
506      <div id="tagline">Produced by IDLdoc 2.0.</div>
507
508    </div>
509
510  </body>
511</html>
Note: See TracBrowser for help on using the repository browser.