source: sasview/calculatorview/docs/sphinx/html/api/perspectives/calculator/calculator.html @ 5f50326

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2release_4.0.1ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change on this file since 5f50326 was 5f50326, checked in by Gervaise Alina <gervyh@…>, 13 years ago

edit calculator docs

  • Property mode set to 100644
File size: 22.3 KB
Line 
1
2
3<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
6
7<html xmlns="http://www.w3.org/1999/xhtml">
8  <head>
9    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10   
11    <title>calculator &mdash; calculatorview 0.1.0 documentation</title>
12   
13    <link rel="stylesheet" href="../../../_static/default.css" type="text/css" />
14    <link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
15   
16    <script type="text/javascript">
17      var DOCUMENTATION_OPTIONS = {
18        URL_ROOT:    '../../../',
19        VERSION:     '0.1.0',
20        COLLAPSE_INDEX: false,
21        FILE_SUFFIX: '.html',
22        HAS_SOURCE:  true
23      };
24    </script>
25    <script type="text/javascript" src="../../../_static/jquery.js"></script>
26    <script type="text/javascript" src="../../../_static/underscore.js"></script>
27    <script type="text/javascript" src="../../../_static/doctools.js"></script>
28    <link rel="top" title="calculatorview 0.1.0 documentation" href="../../../index.html" />
29    <link rel="up" title="Reference" href="index.html" />
30    <link rel="next" title="calculator_widgets" href="calculator_widgets.html" />
31    <link rel="prev" title="aperture_editor" href="aperture_editor.html" /> 
32  </head>
33  <body>
34    <div class="related">
35      <h3>Navigation</h3>
36      <ul>
37        <li class="right" style="margin-right: 10px">
38          <a href="../../../genindex.html" title="General Index"
39             accesskey="I">index</a></li>
40        <li class="right" >
41          <a href="../../../py-modindex.html" title="Python Module Index"
42             >modules</a> |</li>
43        <li class="right" >
44          <a href="calculator_widgets.html" title="calculator_widgets"
45             accesskey="N">next</a> |</li>
46        <li class="right" >
47          <a href="aperture_editor.html" title="aperture_editor"
48             accesskey="P">previous</a> |</li>
49        <li><a href="../../../index.html">calculatorview 0.1.0 documentation</a> &raquo;</li>
50          <li><a href="index.html" accesskey="U">Reference</a> &raquo;</li> 
51      </ul>
52    </div> 
53
54    <div class="document">
55      <div class="documentwrapper">
56        <div class="bodywrapper">
57          <div class="body">
58           
59  <div class="section" id="calculator">
60<h1>calculator<a class="headerlink" href="#calculator" title="Permalink to this headline">¶</a></h1>
61<div class="section" id="sans-perspectives-calculator-calculator">
62<h2><a class="reference internal" href="#module-sans.perspectives.calculator.calculator" title="sans.perspectives.calculator.calculator"><tt class="xref py py-mod docutils literal"><span class="pre">sans.perspectives.calculator.calculator</span></tt></a><a class="headerlink" href="#sans-perspectives-calculator-calculator" title="Permalink to this headline">¶</a></h2>
63<span class="target" id="module-sans.perspectives.calculator.calculator"></span><p>Calculator Module</p>
64<dl class="class">
65<dt id="sans.perspectives.calculator.calculator.Plugin">
66<em class="property">class </em><tt class="descclassname">sans.perspectives.calculator.calculator.</tt><tt class="descname">Plugin</tt><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin" title="Permalink to this definition">¶</a></dt>
67<dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">sans.guiframe.plugin_base.PluginBase</span></tt></p>
68<p>This class defines the interface for a Plugin class
69for calculator perspective</p>
70<dl class="method">
71<dt id="sans.perspectives.calculator.calculator.Plugin.__init__">
72<tt class="descname">__init__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.__init__" title="Permalink to this definition">¶</a></dt>
73<dd></dd></dl>
74
75<dl class="attribute">
76<dt id="sans.perspectives.calculator.calculator.Plugin.__module__">
77<tt class="descname">__module__</tt><em class="property"> = 'sans.perspectives.calculator.calculator'</em><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.__module__" title="Permalink to this definition">¶</a></dt>
78<dd></dd></dl>
79
80<dl class="method">
81<dt id="sans.perspectives.calculator.calculator.Plugin.add_color">
82<tt class="descname">add_color</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.add_color" title="Permalink to this definition">¶</a></dt>
83<dd><p>Adds color to a plugin</p>
84</dd></dl>
85
86<dl class="method">
87<dt id="sans.perspectives.calculator.calculator.Plugin.can_load_data">
88<tt class="descname">can_load_data</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.can_load_data" title="Permalink to this definition">¶</a></dt>
89<dd><p>if return True, then call handler to laod data</p>
90</dd></dl>
91
92<dl class="method">
93<dt id="sans.perspectives.calculator.calculator.Plugin.clear_panel">
94<tt class="descname">clear_panel</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.clear_panel" title="Permalink to this definition">¶</a></dt>
95<dd><p>clear all related panels</p>
96</dd></dl>
97
98<dl class="method">
99<dt id="sans.perspectives.calculator.calculator.Plugin.delete_data">
100<tt class="descname">delete_data</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.delete_data" title="Permalink to this definition">¶</a></dt>
101<dd><p>Delete all references of data which id are in data_list.</p>
102</dd></dl>
103
104<dl class="method">
105<dt id="sans.perspectives.calculator.calculator.Plugin.get_batch_capable">
106<tt class="descname">get_batch_capable</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.get_batch_capable" title="Permalink to this definition">¶</a></dt>
107<dd><p>Check if the plugin has a batch capability</p>
108</dd></dl>
109
110<dl class="method">
111<dt id="sans.perspectives.calculator.calculator.Plugin.get_context_menu">
112<tt class="descname">get_context_menu</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.get_context_menu" title="Permalink to this definition">¶</a></dt>
113<dd><p>This method is optional.</p>
114<p>When the context menu of a plot is rendered, the
115get_context_menu method will be called to give you a
116chance to add a menu item to the context menu.</p>
117<p>A ref to a plotpanel object is passed so that you can
118investigate the plot content and decide whether you
119need to add items to the context menu.</p>
120<p>This method returns a list of menu items.
121Each item is itself a list defining the text to
122appear in the menu, a tool-tip help text, and a
123call-back method.</p>
124<table class="docutils field-list" frame="void" rules="none">
125<col class="field-name" />
126<col class="field-body" />
127<tbody valign="top">
128<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>graph</strong> &#8211; the Graph object to which we attach the context menu</td>
129</tr>
130<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">a list of menu items with call-back function</td>
131</tr>
132</tbody>
133</table>
134</dd></dl>
135
136<dl class="method">
137<dt id="sans.perspectives.calculator.calculator.Plugin.get_extensions">
138<tt class="descname">get_extensions</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.get_extensions" title="Permalink to this definition">¶</a></dt>
139<dd><p>return state reader and its extensions</p>
140</dd></dl>
141
142<dl class="method">
143<dt id="sans.perspectives.calculator.calculator.Plugin.get_panels">
144<tt class="descname">get_panels</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.get_panels" title="Permalink to this definition">¶</a></dt>
145<dd><p>Create and return the list of wx.Panels for your plug-in.
146Define the plug-in perspective.</p>
147<p>Panels should inherit from DefaultPanel defined below,
148or should present the same interface. They must define
149&#8220;window_caption&#8221; and &#8220;window_name&#8221;.</p>
150<table class="docutils field-list" frame="void" rules="none">
151<col class="field-name" />
152<col class="field-body" />
153<tbody valign="top">
154<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>parent</strong> &#8211; parent window</td>
155</tr>
156<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">list of panels</td>
157</tr>
158</tbody>
159</table>
160</dd></dl>
161
162<dl class="method">
163<dt id="sans.perspectives.calculator.calculator.Plugin.get_perspective">
164<tt class="descname">get_perspective</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.get_perspective" title="Permalink to this definition">¶</a></dt>
165<dd><p>Get the list of panel names for this perspective</p>
166</dd></dl>
167
168<dl class="method">
169<dt id="sans.perspectives.calculator.calculator.Plugin.get_tools">
170<tt class="descname">get_tools</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.get_tools" title="Permalink to this definition">¶</a></dt>
171<dd><p>Returns a set of menu entries for tools</p>
172</dd></dl>
173
174<dl class="method">
175<dt id="sans.perspectives.calculator.calculator.Plugin.help">
176<tt class="descname">help</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.help" title="Permalink to this definition">¶</a></dt>
177<dd><p>Show a general help dialog.</p>
178<table class="docutils field-list" frame="void" rules="none">
179<col class="field-name" />
180<col class="field-body" />
181<tbody valign="top">
182<tr class="field-odd field"><th class="field-name">Todo :</th><td class="field-body">replace the text with a nice image
183provide more hint on the SLD calculator</td>
184</tr>
185</tbody>
186</table>
187</dd></dl>
188
189<dl class="method">
190<dt id="sans.perspectives.calculator.calculator.Plugin.is_always_active">
191<tt class="descname">is_always_active</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.is_always_active" title="Permalink to this definition">¶</a></dt>
192<dd><p>return True is this plugin is always active and it is local to guiframe
193even if the user is switching between perspectives</p>
194</dd></dl>
195
196<dl class="method">
197<dt id="sans.perspectives.calculator.calculator.Plugin.is_in_use">
198<tt class="descname">is_in_use</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.is_in_use" title="Permalink to this definition">¶</a></dt>
199<dd><dl class="docutils">
200<dt>get a  data id a list of data name if data data is</dt>
201<dd>currently used by the plugin and the name of the plugin</dd>
202</dl>
203<p>data_name = &#8216;None&#8217;
204in_use = False
205example [(data_name, self.sub_menu)]</p>
206</dd></dl>
207
208<dl class="method">
209<dt id="sans.perspectives.calculator.calculator.Plugin.load_data">
210<tt class="descname">load_data</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.load_data" title="Permalink to this definition">¶</a></dt>
211<dd><p>Load  data</p>
212</dd></dl>
213
214<dl class="method">
215<dt id="sans.perspectives.calculator.calculator.Plugin.load_folder">
216<tt class="descname">load_folder</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.load_folder" title="Permalink to this definition">¶</a></dt>
217<dd><p>Load entire folder</p>
218</dd></dl>
219
220<dl class="method">
221<dt id="sans.perspectives.calculator.calculator.Plugin.on_batch_selection">
222<tt class="descname">on_batch_selection</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.on_batch_selection" title="Permalink to this definition">¶</a></dt>
223<dd><p>need to be overwritten by the derivated class</p>
224</dd></dl>
225
226<dl class="method">
227<dt id="sans.perspectives.calculator.calculator.Plugin.on_calculate_kiessig">
228<tt class="descname">on_calculate_kiessig</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.on_calculate_kiessig" title="Permalink to this definition">¶</a></dt>
229<dd><p>Compute the Kiessig thickness</p>
230</dd></dl>
231
232<dl class="method">
233<dt id="sans.perspectives.calculator.calculator.Plugin.on_calculate_resoltuion">
234<tt class="descname">on_calculate_resoltuion</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.on_calculate_resoltuion" title="Permalink to this definition">¶</a></dt>
235<dd><p>Estimate the instrumental resolution</p>
236</dd></dl>
237
238<dl class="method">
239<dt id="sans.perspectives.calculator.calculator.Plugin.on_calculate_sld">
240<tt class="descname">on_calculate_sld</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.on_calculate_sld" title="Permalink to this definition">¶</a></dt>
241<dd><p>Compute the scattering length density of molecula</p>
242</dd></dl>
243
244<dl class="method">
245<dt id="sans.perspectives.calculator.calculator.Plugin.on_calculate_slit_size">
246<tt class="descname">on_calculate_slit_size</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.on_calculate_slit_size" title="Permalink to this definition">¶</a></dt>
247<dd><p>Compute the slit size a given data</p>
248</dd></dl>
249
250<dl class="method">
251<dt id="sans.perspectives.calculator.calculator.Plugin.on_edit_data">
252<tt class="descname">on_edit_data</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.on_edit_data" title="Permalink to this definition">¶</a></dt>
253<dd><p>Edit meta data</p>
254</dd></dl>
255
256<dl class="method">
257<dt id="sans.perspectives.calculator.calculator.Plugin.on_perspective">
258<tt class="descname">on_perspective</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.on_perspective" title="Permalink to this definition">¶</a></dt>
259<dd><p>Call back function for the perspective menu item.
260We notify the parent window that the perspective
261has changed.</p>
262<table class="docutils field-list" frame="void" rules="none">
263<col class="field-name" />
264<col class="field-body" />
265<tbody valign="top">
266<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>event</strong> &#8211; menu event</td>
267</tr>
268</tbody>
269</table>
270</dd></dl>
271
272<dl class="method">
273<dt id="sans.perspectives.calculator.calculator.Plugin.on_python_console">
274<tt class="descname">on_python_console</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.on_python_console" title="Permalink to this definition">¶</a></dt>
275<dd><p>Open Python Console</p>
276<table class="docutils field-list" frame="void" rules="none">
277<col class="field-name" />
278<col class="field-body" />
279<tbody valign="top">
280<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>event</strong> &#8211; menu event</td>
281</tr>
282</tbody>
283</table>
284</dd></dl>
285
286<dl class="method">
287<dt id="sans.perspectives.calculator.calculator.Plugin.on_set_state_helper">
288<tt class="descname">on_set_state_helper</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.on_set_state_helper" title="Permalink to this definition">¶</a></dt>
289<dd><p>update state</p>
290</dd></dl>
291
292<dl class="method">
293<dt id="sans.perspectives.calculator.calculator.Plugin.populate_file_menu">
294<tt class="descname">populate_file_menu</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.populate_file_menu" title="Permalink to this definition">¶</a></dt>
295<dd><p>Append menu item under file menu item of the frame</p>
296</dd></dl>
297
298<dl class="method">
299<dt id="sans.perspectives.calculator.calculator.Plugin.populate_menu">
300<tt class="descname">populate_menu</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.populate_menu" title="Permalink to this definition">¶</a></dt>
301<dd><p>Create and return the list of application menu
302items for the plug-in.</p>
303<table class="docutils field-list" frame="void" rules="none">
304<col class="field-name" />
305<col class="field-body" />
306<tbody valign="top">
307<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>parent</strong> &#8211; parent window</td>
308</tr>
309<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">plug-in menu</td>
310</tr>
311</tbody>
312</table>
313</dd></dl>
314
315<dl class="method">
316<dt id="sans.perspectives.calculator.calculator.Plugin.post_init">
317<tt class="descname">post_init</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.post_init" title="Permalink to this definition">¶</a></dt>
318<dd><p>Post initialization call back to close the loose ends</p>
319</dd></dl>
320
321<dl class="method">
322<dt id="sans.perspectives.calculator.calculator.Plugin.put_icon">
323<tt class="descname">put_icon</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.put_icon" title="Permalink to this definition">¶</a></dt>
324<dd><p>Put icon in the frame title bar</p>
325</dd></dl>
326
327<dl class="method">
328<dt id="sans.perspectives.calculator.calculator.Plugin.set_batch_selection">
329<tt class="descname">set_batch_selection</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.set_batch_selection" title="Permalink to this definition">¶</a></dt>
330<dd><p>the plugin to its batch state if flag is True</p>
331</dd></dl>
332
333<dl class="method">
334<dt id="sans.perspectives.calculator.calculator.Plugin.set_data">
335<tt class="descname">set_data</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.set_data" title="Permalink to this definition">¶</a></dt>
336<dd><p>receive a list of data and use it in the current perspective</p>
337</dd></dl>
338
339<dl class="method">
340<dt id="sans.perspectives.calculator.calculator.Plugin.set_default_perspective">
341<tt class="descname">set_default_perspective</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.set_default_perspective" title="Permalink to this definition">¶</a></dt>
342<dd><p>Call back method that True to notify the parent that the current plug-in
343can be set as default  perspective.
344when returning False, the plug-in is not candidate for an automatic
345default perspective setting</p>
346</dd></dl>
347
348<dl class="method">
349<dt id="sans.perspectives.calculator.calculator.Plugin.set_is_active">
350<tt class="descname">set_is_active</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.set_is_active" title="Permalink to this definition">¶</a></dt>
351<dd></dd></dl>
352
353<dl class="method">
354<dt id="sans.perspectives.calculator.calculator.Plugin.set_state">
355<tt class="descname">set_state</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.set_state" title="Permalink to this definition">¶</a></dt>
356<dd><p>update state</p>
357</dd></dl>
358
359<dl class="method">
360<dt id="sans.perspectives.calculator.calculator.Plugin.set_theory">
361<tt class="descname">set_theory</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.set_theory" title="Permalink to this definition">¶</a></dt>
362<dd><table class="docutils field-list" frame="void" rules="none">
363<col class="field-name" />
364<col class="field-body" />
365<tbody valign="top">
366<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>theory_list</strong> &#8211; list of information</td>
367</tr>
368</tbody>
369</table>
370<p>related to available theory state</p>
371</dd></dl>
372
373<dl class="method">
374<dt id="sans.perspectives.calculator.calculator.Plugin.use_data">
375<tt class="descname">use_data</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.calculator.calculator.Plugin.use_data" title="Permalink to this definition">¶</a></dt>
376<dd><p>return True if these plugin use data</p>
377</dd></dl>
378
379</dd></dl>
380
381</div>
382</div>
383
384
385          </div>
386        </div>
387      </div>
388      <div class="sphinxsidebar">
389        <div class="sphinxsidebarwrapper">
390  <h3><a href="../../../index.html">Table Of Contents</a></h3>
391  <ul>
392<li><a class="reference internal" href="#">calculator</a><ul>
393<li><a class="reference internal" href="#sans-perspectives-calculator-calculator"><tt class="docutils literal"><span class="pre">sans.perspectives.calculator.calculator</span></tt></a></li>
394</ul>
395</li>
396</ul>
397
398  <h4>Previous topic</h4>
399  <p class="topless"><a href="aperture_editor.html"
400                        title="previous chapter">aperture_editor</a></p>
401  <h4>Next topic</h4>
402  <p class="topless"><a href="calculator_widgets.html"
403                        title="next chapter">calculator_widgets</a></p>
404  <h3>This Page</h3>
405  <ul class="this-page-menu">
406    <li><a href="../../../_sources/api/perspectives/calculator/calculator.txt"
407           rel="nofollow">Show Source</a></li>
408  </ul>
409<div id="searchbox" style="display: none">
410  <h3>Quick search</h3>
411    <form class="search" action="../../../search.html" method="get">
412      <input type="text" name="q" />
413      <input type="submit" value="Go" />
414      <input type="hidden" name="check_keywords" value="yes" />
415      <input type="hidden" name="area" value="default" />
416    </form>
417    <p class="searchtip" style="font-size: 90%">
418    Enter search terms or a module, class or function name.
419    </p>
420</div>
421<script type="text/javascript">$('#searchbox').show(0);</script>
422        </div>
423      </div>
424      <div class="clearer"></div>
425    </div>
426    <div class="related">
427      <h3>Navigation</h3>
428      <ul>
429        <li class="right" style="margin-right: 10px">
430          <a href="../../../genindex.html" title="General Index"
431             >index</a></li>
432        <li class="right" >
433          <a href="../../../py-modindex.html" title="Python Module Index"
434             >modules</a> |</li>
435        <li class="right" >
436          <a href="calculator_widgets.html" title="calculator_widgets"
437             >next</a> |</li>
438        <li class="right" >
439          <a href="aperture_editor.html" title="aperture_editor"
440             >previous</a> |</li>
441        <li><a href="../../../index.html">calculatorview 0.1.0 documentation</a> &raquo;</li>
442          <li><a href="index.html" >Reference</a> &raquo;</li> 
443      </ul>
444    </div>
445    <div class="footer">
446        &copy; Copyright 2010, sans group.
447      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.
448    </div>
449  </body>
450</html>
Note: See TracBrowser for help on using the repository browser.