source: sasview/guiframe/docs/sphinx/_build/html/api/local_perspectives/plotting/plotting.html @ d955bf19

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 d955bf19 was d955bf19, checked in by Gervaise Alina <gervyh@…>, 14 years ago

working on documentation

  • Property mode set to 100644
File size: 8.2 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>plotting &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="sectorMask" href="sectorMask.html" />
28    <link rel="prev" title="Plotter2D" href="Plotter2D.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="sectorMask.html" title="sectorMask"
42             accesskey="N">next</a> |</li>
43        <li class="right" >
44          <a href="Plotter2D.html" title="Plotter2D"
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="plotting">
57<h1>plotting<a class="headerlink" href="#plotting" title="Permalink to this headline">¶</a></h1>
58<div class="section" id="module-sans.guiframe.local_perspectives.plotting.plotting">
59<span id="sans-guiframe-local-perspectives-plotting-plotting"></span><h2><a class="reference internal" href="#module-sans.guiframe.local_perspectives.plotting.plotting"><tt class="xref py py-mod docutils literal"><span class="pre">sans.guiframe.local_perspectives.plotting.plotting</span></tt></a><a class="headerlink" href="#module-sans.guiframe.local_perspectives.plotting.plotting" title="Permalink to this headline">¶</a></h2>
60<dl class="class">
61<dt id="sans.guiframe.local_perspectives.plotting.plotting.Plugin">
62<em class="property">class </em><tt class="descclassname">sans.guiframe.local_perspectives.plotting.plotting.</tt><tt class="descname">Plugin</tt><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.plotting.Plugin" title="Permalink to this definition">¶</a></dt>
63<dd><p>Plug-in class to be instantiated by the GUI manager</p>
64<dl class="method">
65<dt id="sans.guiframe.local_perspectives.plotting.plotting.Plugin.get_panels">
66<tt class="descname">get_panels</tt><big>(</big><em>parent</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.plotting.Plugin.get_panels" title="Permalink to this definition">¶</a></dt>
67<dd>Create and return a list of panel objects</dd></dl>
68
69<dl class="method">
70<dt id="sans.guiframe.local_perspectives.plotting.plotting.Plugin.get_perspective">
71<tt class="descname">get_perspective</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.plotting.Plugin.get_perspective" title="Permalink to this definition">¶</a></dt>
72<dd>Get the list of panel names for this perspective</dd></dl>
73
74<dl class="method">
75<dt id="sans.guiframe.local_perspectives.plotting.plotting.Plugin.on_perspective">
76<tt class="descname">on_perspective</tt><big>(</big><em>event</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.plotting.Plugin.on_perspective" title="Permalink to this definition">¶</a></dt>
77<dd>Call back function for the perspective menu item.
78We notify the parent window that the perspective
79has changed.
80&#64;param event: menu event</dd></dl>
81
82<dl class="method">
83<dt id="sans.guiframe.local_perspectives.plotting.plotting.Plugin.populate_menu">
84<tt class="descname">populate_menu</tt><big>(</big><em>id</em>, <em>parent</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.plotting.Plugin.populate_menu" title="Permalink to this definition">¶</a></dt>
85<dd><p>Create a &#8216;Plot&#8217; menu to list the panels
86available for displaying</p>
87<table class="docutils field-list" frame="void" rules="none">
88<col class="field-name" />
89<col class="field-body" />
90<tbody valign="top">
91<tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple">
92<li><strong>id</strong> &#8211; next available unique ID for wx events</li>
93<li><strong>parent</strong> &#8211; parent window</li>
94</ul>
95</td>
96</tr>
97</tbody>
98</table>
99</dd></dl>
100
101<dl class="method">
102<dt id="sans.guiframe.local_perspectives.plotting.plotting.Plugin.post_init">
103<tt class="descname">post_init</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.plotting.Plugin.post_init" title="Permalink to this definition">¶</a></dt>
104<dd>Post initialization call back to close the loose ends
105[Somehow openGL needs this call]</dd></dl>
106
107</dd></dl>
108
109</div>
110</div>
111
112
113          </div>
114        </div>
115      </div>
116      <div class="sphinxsidebar">
117        <div class="sphinxsidebarwrapper">
118  <h3><a href="../../../index.html">Table Of Contents</a></h3>
119  <ul>
120<li><a class="reference internal" href="#">plotting</a><ul>
121<li><a class="reference internal" href="#module-sans.guiframe.local_perspectives.plotting.plotting"><tt class="docutils literal"><span class="pre">sans.guiframe.local_perspectives.plotting.plotting</span></tt></a></li>
122</ul>
123</li>
124</ul>
125
126  <h4>Previous topic</h4>
127  <p class="topless"><a href="Plotter2D.html"
128                        title="previous chapter">Plotter2D</a></p>
129  <h4>Next topic</h4>
130  <p class="topless"><a href="sectorMask.html"
131                        title="next chapter">sectorMask</a></p>
132  <h3>This Page</h3>
133  <ul class="this-page-menu">
134    <li><a href="../../../_sources/api/local_perspectives/plotting/plotting.txt"
135           rel="nofollow">Show Source</a></li>
136  </ul>
137<div id="searchbox" style="display: none">
138  <h3>Quick search</h3>
139    <form class="search" action="../../../search.html" method="get">
140      <input type="text" name="q" size="18" />
141      <input type="submit" value="Go" />
142      <input type="hidden" name="check_keywords" value="yes" />
143      <input type="hidden" name="area" value="default" />
144    </form>
145    <p class="searchtip" style="font-size: 90%">
146    Enter search terms or a module, class or function name.
147    </p>
148</div>
149<script type="text/javascript">$('#searchbox').show(0);</script>
150        </div>
151      </div>
152      <div class="clearer"></div>
153    </div>
154    <div class="related">
155      <h3>Navigation</h3>
156      <ul>
157        <li class="right" style="margin-right: 10px">
158          <a href="../../../genindex.html" title="General Index"
159             >index</a></li>
160        <li class="right" >
161          <a href="../../../py-modindex.html" title="Python Module Index"
162             >modules</a> |</li>
163        <li class="right" >
164          <a href="sectorMask.html" title="sectorMask"
165             >next</a> |</li>
166        <li class="right" >
167          <a href="Plotter2D.html" title="Plotter2D"
168             >previous</a> |</li>
169        <li><a href="../../../index.html">guiframe v0.1.0 documentation</a> &raquo;</li>
170          <li><a href="index.html" >Local Perspective: Plotting</a> &raquo;</li> 
171      </ul>
172    </div>
173    <div class="footer">
174        &copy; Copyright 2010, sans group.
175      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b1.
176    </div>
177  </body>
178</html>
Note: See TracBrowser for help on using the repository browser.