source: sasview/sansguiframe/docs/sphinx/html/api/local_perspectives/plotting/AzimutSlicer.html @ 67cd7c0

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 67cd7c0 was bce8148, checked in by Gervaise Alina <gervyh@…>, 13 years ago

sphinx build

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