source: sasview/sansguiframe/docs/sphinx/html/api/local_perspectives/plotting/AzimutSlicer.html @ 96cbb53

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 96cbb53 was 96cbb53, checked in by Jessica Tumarkin <jtumarki@…>, 13 years ago

HTML folder generated by Sphinx

  • Property mode set to 100644
File size: 36.6 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<html xmlns="http://www.w3.org/1999/xhtml">
7  <head>
8    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9   
10    <title>AzimutSlicer &mdash; guiframe v0.1.0 documentation</title>
11    <link rel="stylesheet" href="../../../_static/default.css" type="text/css" />
12    <link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
13    <script type="text/javascript">
14      var DOCUMENTATION_OPTIONS = {
15        URL_ROOT:    '../../../',
16        VERSION:     '0.1.0',
17        COLLAPSE_INDEX: false,
18        FILE_SUFFIX: '.html',
19        HAS_SOURCE:  true
20      };
21    </script>
22    <script type="text/javascript" src="../../../_static/jquery.js"></script>
23    <script type="text/javascript" src="../../../_static/underscore.js"></script>
24    <script type="text/javascript" src="../../../_static/doctools.js"></script>
25    <link rel="top" title="guiframe v0.1.0 documentation" href="../../../index.html" />
26    <link rel="up" title="Local Perspective: plotting" href="index.html" />
27    <link rel="next" title="BaseInteractor" href="BaseInteractor.html" />
28    <link rel="prev" title="Arc" href="Arc.html" /> 
29  </head>
30  <body>
31    <div class="related">
32      <h3>Navigation</h3>
33      <ul>
34        <li class="right" style="margin-right: 10px">
35          <a href="../../../genindex.html" title="General Index"
36             accesskey="I">index</a></li>
37        <li class="right" >
38          <a href="../../../py-modindex.html" title="Python Module Index"
39             >modules</a> |</li>
40        <li class="right" >
41          <a href="BaseInteractor.html" title="BaseInteractor"
42             accesskey="N">next</a> |</li>
43        <li class="right" >
44          <a href="Arc.html" title="Arc"
45             accesskey="P">previous</a> |</li>
46        <li><a href="../../../index.html">guiframe v0.1.0 documentation</a> &raquo;</li>
47          <li><a href="index.html" accesskey="U">Local Perspective: plotting</a> &raquo;</li> 
48      </ul>
49    </div> 
50
51    <div class="document">
52      <div class="documentwrapper">
53        <div class="bodywrapper">
54          <div class="body">
55           
56  <div class="section" id="azimutslicer">
57<h1>AzimutSlicer<a class="headerlink" href="#azimutslicer" title="Permalink to this headline">¶</a></h1>
58<div class="section" id="module-sans.guiframe.local_perspectives.plotting.AzimutSlicer">
59<span id="sans-guiframe-local-perspectives-plotting-azimutslicer"></span><h2><a class="reference internal" href="#module-sans.guiframe.local_perspectives.plotting.AzimutSlicer" title="sans.guiframe.local_perspectives.plotting.AzimutSlicer"><tt class="xref py py-mod docutils literal"><span class="pre">sans.guiframe.local_perspectives.plotting.AzimutSlicer</span></tt></a><a class="headerlink" href="#module-sans.guiframe.local_perspectives.plotting.AzimutSlicer" title="Permalink to this headline">¶</a></h2>
60<dl class="class">
61<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor">
62<em class="property">class </em><tt class="descclassname">sans.guiframe.local_perspectives.plotting.AzimutSlicer.</tt><tt class="descname">SectorInteractor</tt><big>(</big><em>base</em>, <em>axes</em>, <em>color='black'</em>, <em>zorder=3</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor" title="Permalink to this definition">¶</a></dt>
63<dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">sans.guiframe.local_perspectives.plotting.BaseInteractor._BaseInteractor</span></tt></p>
64<p>Select an annulus through a 2D plot</p>
65<dl class="method">
66<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.clear">
67<tt class="descname">clear</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.clear" title="Permalink to this definition">¶</a></dt>
68<dd></dd></dl>
69
70<dl class="method">
71<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.clear_markers">
72<tt class="descname">clear_markers</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.clear_markers" title="Permalink to this definition">¶</a></dt>
73<dd><p>Clear old markers and interfaces.</p>
74</dd></dl>
75
76<dl class="method">
77<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.connect_markers">
78<tt class="descname">connect_markers</tt><big>(</big><em>markers</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.connect_markers" title="Permalink to this definition">¶</a></dt>
79<dd><p>Connect markers to callbacks</p>
80</dd></dl>
81
82<dl class="method">
83<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.dpixel">
84<tt class="descname">dpixel</tt><big>(</big><em>x</em>, <em>y</em>, <em>nudge=False</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.dpixel" title="Permalink to this definition">¶</a></dt>
85<dd><p>Return the step size in data coordinates for a small
86step in screen coordinates.  If nudge is False (default)
87the step size is one pixel.  If nudge is True, the step
88size is 0.2 pixels.</p>
89</dd></dl>
90
91<dl class="method">
92<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.draw">
93<tt class="descname">draw</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.draw" title="Permalink to this definition">¶</a></dt>
94<dd></dd></dl>
95
96<dl class="method">
97<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.freeze_axes">
98<tt class="descname">freeze_axes</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.freeze_axes" title="Permalink to this definition">¶</a></dt>
99<dd></dd></dl>
100
101<dl class="method">
102<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.get_params">
103<tt class="descname">get_params</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.get_params" title="Permalink to this definition">¶</a></dt>
104<dd></dd></dl>
105
106<dl class="method">
107<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.move">
108<tt class="descname">move</tt><big>(</big><em>x</em>, <em>y</em>, <em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.move" title="Permalink to this definition">¶</a></dt>
109<dd><p>Process move to a new position, making sure that the move is allowed.</p>
110</dd></dl>
111
112<dl class="method">
113<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.moveend">
114<tt class="descname">moveend</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.moveend" title="Permalink to this definition">¶</a></dt>
115<dd></dd></dl>
116
117<dl class="method">
118<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.onClick">
119<tt class="descname">onClick</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.onClick" title="Permalink to this definition">¶</a></dt>
120<dd><p>Prepare to move the artist.  Calls save() to preserve the state for
121later restore().</p>
122</dd></dl>
123
124<dl class="method">
125<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.onDrag">
126<tt class="descname">onDrag</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.onDrag" title="Permalink to this definition">¶</a></dt>
127<dd><p>Move the artist.  Calls move() to update the state, or restore() if
128the mouse leaves the window.</p>
129</dd></dl>
130
131<dl class="method">
132<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.onHilite">
133<tt class="descname">onHilite</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.onHilite" title="Permalink to this definition">¶</a></dt>
134<dd><p>Hilite the artist reporting the event, indicating that it is
135ready to receive a click.</p>
136</dd></dl>
137
138<dl class="method">
139<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.onKey">
140<tt class="descname">onKey</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.onKey" title="Permalink to this definition">¶</a></dt>
141<dd><p>Respond to keyboard events.  Arrow keys move the widget.  Escape
142restores it to the position before the last click.</p>
143<p>Calls move() to update the state.  Calls restore() on escape.</p>
144</dd></dl>
145
146<dl class="method">
147<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.onLeave">
148<tt class="descname">onLeave</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.onLeave" title="Permalink to this definition">¶</a></dt>
149<dd><p>Restore the artist to the original colour when the cursor leaves.</p>
150</dd></dl>
151
152<dl class="method">
153<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.onRelease">
154<tt class="descname">onRelease</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.onRelease" title="Permalink to this definition">¶</a></dt>
155<dd></dd></dl>
156
157<dl class="method">
158<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.post_data">
159<tt class="descname">post_data</tt><big>(</big><em>new_sector</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.post_data" title="Permalink to this definition">¶</a></dt>
160<dd><p>post data averaging in Q</p>
161</dd></dl>
162
163<dl class="method">
164<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.restore">
165<tt class="descname">restore</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.restore" title="Permalink to this definition">¶</a></dt>
166<dd><p>Restore the roughness for this layer.</p>
167</dd></dl>
168
169<dl class="method">
170<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.save">
171<tt class="descname">save</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.save" title="Permalink to this definition">¶</a></dt>
172<dd><p>Remember the roughness for this layer and the next so that we
173can restore on Esc.</p>
174</dd></dl>
175
176<dl class="method">
177<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.save_data">
178<tt class="descname">save_data</tt><big>(</big><em>path</em>, <em>image</em>, <em>x</em>, <em>y</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.save_data" title="Permalink to this definition">¶</a></dt>
179<dd></dd></dl>
180
181<dl class="method">
182<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.set_cursor">
183<tt class="descname">set_cursor</tt><big>(</big><em>x</em>, <em>y</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.set_cursor" title="Permalink to this definition">¶</a></dt>
184<dd></dd></dl>
185
186<dl class="method">
187<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.set_layer">
188<tt class="descname">set_layer</tt><big>(</big><em>n</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.set_layer" title="Permalink to this definition">¶</a></dt>
189<dd></dd></dl>
190
191<dl class="method">
192<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.set_params">
193<tt class="descname">set_params</tt><big>(</big><em>params</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.set_params" title="Permalink to this definition">¶</a></dt>
194<dd></dd></dl>
195
196<dl class="method">
197<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.thaw_axes">
198<tt class="descname">thaw_axes</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.thaw_axes" title="Permalink to this definition">¶</a></dt>
199<dd></dd></dl>
200
201<dl class="method">
202<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.update">
203<tt class="descname">update</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor.update" title="Permalink to this definition">¶</a></dt>
204<dd><p>Respond to changes in the model by recalculating the profiles and
205resetting the widgets.</p>
206</dd></dl>
207
208</dd></dl>
209
210<dl class="class">
211<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi">
212<em class="property">class </em><tt class="descclassname">sans.guiframe.local_perspectives.plotting.AzimutSlicer.</tt><tt class="descname">SectorInteractorPhi</tt><big>(</big><em>base</em>, <em>axes</em>, <em>color='black'</em>, <em>zorder=3</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi" title="Permalink to this definition">¶</a></dt>
213<dd><p>Bases: <a class="reference internal" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor" title="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor"><tt class="xref py py-class docutils literal"><span class="pre">sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor</span></tt></a></p>
214<dl class="method">
215<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.clear">
216<tt class="descname">clear</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.clear" title="Permalink to this definition">¶</a></dt>
217<dd></dd></dl>
218
219<dl class="method">
220<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.clear_markers">
221<tt class="descname">clear_markers</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.clear_markers" title="Permalink to this definition">¶</a></dt>
222<dd><p>Clear old markers and interfaces.</p>
223</dd></dl>
224
225<dl class="method">
226<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.connect_markers">
227<tt class="descname">connect_markers</tt><big>(</big><em>markers</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.connect_markers" title="Permalink to this definition">¶</a></dt>
228<dd><p>Connect markers to callbacks</p>
229</dd></dl>
230
231<dl class="method">
232<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.dpixel">
233<tt class="descname">dpixel</tt><big>(</big><em>x</em>, <em>y</em>, <em>nudge=False</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.dpixel" title="Permalink to this definition">¶</a></dt>
234<dd><p>Return the step size in data coordinates for a small
235step in screen coordinates.  If nudge is False (default)
236the step size is one pixel.  If nudge is True, the step
237size is 0.2 pixels.</p>
238</dd></dl>
239
240<dl class="method">
241<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.draw">
242<tt class="descname">draw</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.draw" title="Permalink to this definition">¶</a></dt>
243<dd></dd></dl>
244
245<dl class="method">
246<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.freeze_axes">
247<tt class="descname">freeze_axes</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.freeze_axes" title="Permalink to this definition">¶</a></dt>
248<dd></dd></dl>
249
250<dl class="method">
251<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.get_params">
252<tt class="descname">get_params</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.get_params" title="Permalink to this definition">¶</a></dt>
253<dd></dd></dl>
254
255<dl class="method">
256<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.move">
257<tt class="descname">move</tt><big>(</big><em>x</em>, <em>y</em>, <em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.move" title="Permalink to this definition">¶</a></dt>
258<dd><p>Process move to a new position, making sure that the move is allowed.</p>
259</dd></dl>
260
261<dl class="method">
262<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.moveend">
263<tt class="descname">moveend</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.moveend" title="Permalink to this definition">¶</a></dt>
264<dd></dd></dl>
265
266<dl class="method">
267<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.onClick">
268<tt class="descname">onClick</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.onClick" title="Permalink to this definition">¶</a></dt>
269<dd><p>Prepare to move the artist.  Calls save() to preserve the state for
270later restore().</p>
271</dd></dl>
272
273<dl class="method">
274<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.onDrag">
275<tt class="descname">onDrag</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.onDrag" title="Permalink to this definition">¶</a></dt>
276<dd><p>Move the artist.  Calls move() to update the state, or restore() if
277the mouse leaves the window.</p>
278</dd></dl>
279
280<dl class="method">
281<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.onHilite">
282<tt class="descname">onHilite</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.onHilite" title="Permalink to this definition">¶</a></dt>
283<dd><p>Hilite the artist reporting the event, indicating that it is
284ready to receive a click.</p>
285</dd></dl>
286
287<dl class="method">
288<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.onKey">
289<tt class="descname">onKey</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.onKey" title="Permalink to this definition">¶</a></dt>
290<dd><p>Respond to keyboard events.  Arrow keys move the widget.  Escape
291restores it to the position before the last click.</p>
292<p>Calls move() to update the state.  Calls restore() on escape.</p>
293</dd></dl>
294
295<dl class="method">
296<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.onLeave">
297<tt class="descname">onLeave</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.onLeave" title="Permalink to this definition">¶</a></dt>
298<dd><p>Restore the artist to the original colour when the cursor leaves.</p>
299</dd></dl>
300
301<dl class="method">
302<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.onRelease">
303<tt class="descname">onRelease</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.onRelease" title="Permalink to this definition">¶</a></dt>
304<dd></dd></dl>
305
306<dl class="method">
307<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.post_data">
308<tt class="descname">post_data</tt><big>(</big><em>new_sector</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.post_data" title="Permalink to this definition">¶</a></dt>
309<dd><p>post data averaging in Q</p>
310</dd></dl>
311
312<dl class="method">
313<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.restore">
314<tt class="descname">restore</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.restore" title="Permalink to this definition">¶</a></dt>
315<dd><p>Restore the roughness for this layer.</p>
316</dd></dl>
317
318<dl class="method">
319<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.save">
320<tt class="descname">save</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.save" title="Permalink to this definition">¶</a></dt>
321<dd><p>Remember the roughness for this layer and the next so that we
322can restore on Esc.</p>
323</dd></dl>
324
325<dl class="method">
326<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.save_data">
327<tt class="descname">save_data</tt><big>(</big><em>path</em>, <em>image</em>, <em>x</em>, <em>y</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.save_data" title="Permalink to this definition">¶</a></dt>
328<dd></dd></dl>
329
330<dl class="method">
331<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.set_cursor">
332<tt class="descname">set_cursor</tt><big>(</big><em>x</em>, <em>y</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.set_cursor" title="Permalink to this definition">¶</a></dt>
333<dd></dd></dl>
334
335<dl class="method">
336<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.set_layer">
337<tt class="descname">set_layer</tt><big>(</big><em>n</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.set_layer" title="Permalink to this definition">¶</a></dt>
338<dd></dd></dl>
339
340<dl class="method">
341<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.set_params">
342<tt class="descname">set_params</tt><big>(</big><em>params</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.set_params" title="Permalink to this definition">¶</a></dt>
343<dd></dd></dl>
344
345<dl class="method">
346<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.thaw_axes">
347<tt class="descname">thaw_axes</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.thaw_axes" title="Permalink to this definition">¶</a></dt>
348<dd></dd></dl>
349
350<dl class="method">
351<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.update">
352<tt class="descname">update</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorPhi.update" title="Permalink to this definition">¶</a></dt>
353<dd><p>Respond to changes in the model by recalculating the profiles and
354resetting the widgets.</p>
355</dd></dl>
356
357</dd></dl>
358
359<dl class="class">
360<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ">
361<em class="property">class </em><tt class="descclassname">sans.guiframe.local_perspectives.plotting.AzimutSlicer.</tt><tt class="descname">SectorInteractorQ</tt><big>(</big><em>base</em>, <em>axes</em>, <em>color='black'</em>, <em>zorder=3</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ" title="Permalink to this definition">¶</a></dt>
362<dd><p>Bases: <a class="reference internal" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor" title="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor"><tt class="xref py py-class docutils literal"><span class="pre">sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractor</span></tt></a></p>
363<dl class="method">
364<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.clear">
365<tt class="descname">clear</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.clear" title="Permalink to this definition">¶</a></dt>
366<dd></dd></dl>
367
368<dl class="method">
369<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.clear_markers">
370<tt class="descname">clear_markers</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.clear_markers" title="Permalink to this definition">¶</a></dt>
371<dd><p>Clear old markers and interfaces.</p>
372</dd></dl>
373
374<dl class="method">
375<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.connect_markers">
376<tt class="descname">connect_markers</tt><big>(</big><em>markers</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.connect_markers" title="Permalink to this definition">¶</a></dt>
377<dd><p>Connect markers to callbacks</p>
378</dd></dl>
379
380<dl class="method">
381<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.dpixel">
382<tt class="descname">dpixel</tt><big>(</big><em>x</em>, <em>y</em>, <em>nudge=False</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.dpixel" title="Permalink to this definition">¶</a></dt>
383<dd><p>Return the step size in data coordinates for a small
384step in screen coordinates.  If nudge is False (default)
385the step size is one pixel.  If nudge is True, the step
386size is 0.2 pixels.</p>
387</dd></dl>
388
389<dl class="method">
390<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.draw">
391<tt class="descname">draw</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.draw" title="Permalink to this definition">¶</a></dt>
392<dd></dd></dl>
393
394<dl class="method">
395<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.freeze_axes">
396<tt class="descname">freeze_axes</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.freeze_axes" title="Permalink to this definition">¶</a></dt>
397<dd></dd></dl>
398
399<dl class="method">
400<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.get_params">
401<tt class="descname">get_params</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.get_params" title="Permalink to this definition">¶</a></dt>
402<dd></dd></dl>
403
404<dl class="method">
405<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.move">
406<tt class="descname">move</tt><big>(</big><em>x</em>, <em>y</em>, <em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.move" title="Permalink to this definition">¶</a></dt>
407<dd><p>Process move to a new position, making sure that the move is allowed.</p>
408</dd></dl>
409
410<dl class="method">
411<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.moveend">
412<tt class="descname">moveend</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.moveend" title="Permalink to this definition">¶</a></dt>
413<dd></dd></dl>
414
415<dl class="method">
416<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.onClick">
417<tt class="descname">onClick</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.onClick" title="Permalink to this definition">¶</a></dt>
418<dd><p>Prepare to move the artist.  Calls save() to preserve the state for
419later restore().</p>
420</dd></dl>
421
422<dl class="method">
423<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.onDrag">
424<tt class="descname">onDrag</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.onDrag" title="Permalink to this definition">¶</a></dt>
425<dd><p>Move the artist.  Calls move() to update the state, or restore() if
426the mouse leaves the window.</p>
427</dd></dl>
428
429<dl class="method">
430<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.onHilite">
431<tt class="descname">onHilite</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.onHilite" title="Permalink to this definition">¶</a></dt>
432<dd><p>Hilite the artist reporting the event, indicating that it is
433ready to receive a click.</p>
434</dd></dl>
435
436<dl class="method">
437<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.onKey">
438<tt class="descname">onKey</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.onKey" title="Permalink to this definition">¶</a></dt>
439<dd><p>Respond to keyboard events.  Arrow keys move the widget.  Escape
440restores it to the position before the last click.</p>
441<p>Calls move() to update the state.  Calls restore() on escape.</p>
442</dd></dl>
443
444<dl class="method">
445<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.onLeave">
446<tt class="descname">onLeave</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.onLeave" title="Permalink to this definition">¶</a></dt>
447<dd><p>Restore the artist to the original colour when the cursor leaves.</p>
448</dd></dl>
449
450<dl class="method">
451<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.onRelease">
452<tt class="descname">onRelease</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.onRelease" title="Permalink to this definition">¶</a></dt>
453<dd></dd></dl>
454
455<dl class="method">
456<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.post_data">
457<tt class="descname">post_data</tt><big>(</big><em>new_sector</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.post_data" title="Permalink to this definition">¶</a></dt>
458<dd><p>post data averaging in Q</p>
459</dd></dl>
460
461<dl class="method">
462<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.restore">
463<tt class="descname">restore</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.restore" title="Permalink to this definition">¶</a></dt>
464<dd><p>Restore the roughness for this layer.</p>
465</dd></dl>
466
467<dl class="method">
468<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.save">
469<tt class="descname">save</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.save" title="Permalink to this definition">¶</a></dt>
470<dd><p>Remember the roughness for this layer and the next so that we
471can restore on Esc.</p>
472</dd></dl>
473
474<dl class="method">
475<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.save_data">
476<tt class="descname">save_data</tt><big>(</big><em>path</em>, <em>image</em>, <em>x</em>, <em>y</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.save_data" title="Permalink to this definition">¶</a></dt>
477<dd></dd></dl>
478
479<dl class="method">
480<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.set_cursor">
481<tt class="descname">set_cursor</tt><big>(</big><em>x</em>, <em>y</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.set_cursor" title="Permalink to this definition">¶</a></dt>
482<dd></dd></dl>
483
484<dl class="method">
485<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.set_layer">
486<tt class="descname">set_layer</tt><big>(</big><em>n</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.set_layer" title="Permalink to this definition">¶</a></dt>
487<dd></dd></dl>
488
489<dl class="method">
490<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.set_params">
491<tt class="descname">set_params</tt><big>(</big><em>params</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.set_params" title="Permalink to this definition">¶</a></dt>
492<dd></dd></dl>
493
494<dl class="method">
495<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.thaw_axes">
496<tt class="descname">thaw_axes</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.thaw_axes" title="Permalink to this definition">¶</a></dt>
497<dd></dd></dl>
498
499<dl class="method">
500<dt id="sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.update">
501<tt class="descname">update</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AzimutSlicer.SectorInteractorQ.update" title="Permalink to this definition">¶</a></dt>
502<dd><p>Respond to changes in the model by recalculating the profiles and
503resetting the widgets.</p>
504</dd></dl>
505
506</dd></dl>
507
508</div>
509</div>
510
511
512          </div>
513        </div>
514      </div>
515      <div class="sphinxsidebar">
516        <div class="sphinxsidebarwrapper">
517  <h3><a href="../../../index.html">Table Of Contents</a></h3>
518  <ul>
519<li><a class="reference internal" href="#">AzimutSlicer</a><ul>
520<li><a class="reference internal" href="#module-sans.guiframe.local_perspectives.plotting.AzimutSlicer"><tt class="docutils literal"><span class="pre">sans.guiframe.local_perspectives.plotting.AzimutSlicer</span></tt></a></li>
521</ul>
522</li>
523</ul>
524
525  <h4>Previous topic</h4>
526  <p class="topless"><a href="Arc.html"
527                        title="previous chapter">Arc</a></p>
528  <h4>Next topic</h4>
529  <p class="topless"><a href="BaseInteractor.html"
530                        title="next chapter">BaseInteractor</a></p>
531  <h3>This Page</h3>
532  <ul class="this-page-menu">
533    <li><a href="../../../_sources/api/local_perspectives/plotting/AzimutSlicer.txt"
534           rel="nofollow">Show Source</a></li>
535  </ul>
536<div id="searchbox" style="display: none">
537  <h3>Quick search</h3>
538    <form class="search" action="../../../search.html" method="get">
539      <input type="text" name="q" size="18" />
540      <input type="submit" value="Go" />
541      <input type="hidden" name="check_keywords" value="yes" />
542      <input type="hidden" name="area" value="default" />
543    </form>
544    <p class="searchtip" style="font-size: 90%">
545    Enter search terms or a module, class or function name.
546    </p>
547</div>
548<script type="text/javascript">$('#searchbox').show(0);</script>
549        </div>
550      </div>
551      <div class="clearer"></div>
552    </div>
553    <div class="related">
554      <h3>Navigation</h3>
555      <ul>
556        <li class="right" style="margin-right: 10px">
557          <a href="../../../genindex.html" title="General Index"
558             >index</a></li>
559        <li class="right" >
560          <a href="../../../py-modindex.html" title="Python Module Index"
561             >modules</a> |</li>
562        <li class="right" >
563          <a href="BaseInteractor.html" title="BaseInteractor"
564             >next</a> |</li>
565        <li class="right" >
566          <a href="Arc.html" title="Arc"
567             >previous</a> |</li>
568        <li><a href="../../../index.html">guiframe v0.1.0 documentation</a> &raquo;</li>
569          <li><a href="index.html" >Local Perspective: plotting</a> &raquo;</li> 
570      </ul>
571    </div>
572    <div class="footer">
573        &copy; Copyright 2010, sans group.
574      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.7.
575    </div>
576  </body>
577</html>
Note: See TracBrowser for help on using the repository browser.