Changeset 1129 for trunk/sphinxdocs/build/html/GSASIIGUIr.html
- Timestamp:
- Oct 29, 2013 3:38:31 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sphinxdocs/build/html/GSASIIGUIr.html ¶
r1123 r1129 200 200 <dt id="GSASIIgrid.DisAglDialog"> 201 201 <em class="property">class </em><tt class="descclassname">GSASIIgrid.</tt><tt class="descname">DisAglDialog</tt><big>(</big><em>parent</em>, <em>data</em>, <em>default</em><big>)</big><a class="reference internal" href="_modules/GSASIIgrid.html#DisAglDialog"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#GSASIIgrid.DisAglDialog" title="Permalink to this definition">¶</a></dt> 202 <dd><p>Distance Angle Controls dialog</p> 202 <dd><p>Distance/Angle Controls input dialog. After 203 <tt class="xref py py-meth docutils literal"><span class="pre">ShowModal()</span></tt> returns, the results are found in 204 dict <tt class="xref py py-attr docutils literal"><span class="pre">self.data</span></tt>, which is accessed using <a class="reference internal" href="#GSASIIgrid.DisAglDialog.GetData" title="GSASIIgrid.DisAglDialog.GetData"><tt class="xref py py-meth docutils literal"><span class="pre">GetData()</span></tt></a>.</p> 205 <table class="docutils field-list" frame="void" rules="none"> 206 <col class="field-name" /> 207 <col class="field-body" /> 208 <tbody valign="top"> 209 <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple"> 210 <li><strong>parent</strong> (<em>wx.Frame</em>) – reference to parent frame (or None)</li> 211 <li><strong>data</strong> (<em>dict</em>) – a dict containing the current 212 search ranges or an empty dict, which causes default values 213 to be used. 214 Will be used to set element <cite>DisAglCtls</cite> in 215 <a class="reference internal" href="GSASIIobj.html#phase-table"><em>Phase Tree Item</em></a></li> 216 <li><strong>default</strong> (<em>dict</em>) – A dict containing the default 217 search ranges for each element.</li> 218 </ul> 219 </td> 220 </tr> 221 </tbody> 222 </table> 223 <dl class="method"> 224 <dt id="GSASIIgrid.DisAglDialog.Draw"> 225 <tt class="descname">Draw</tt><big>(</big><em>data</em><big>)</big><a class="reference internal" href="_modules/GSASIIgrid.html#DisAglDialog.Draw"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#GSASIIgrid.DisAglDialog.Draw" title="Permalink to this definition">¶</a></dt> 226 <dd><p>Creates the contents of the dialog. Normally called 227 by <tt class="xref py py-meth docutils literal"><span class="pre">__init__()</span></tt>.</p> 228 </dd></dl> 229 230 <dl class="method"> 231 <dt id="GSASIIgrid.DisAglDialog.GetData"> 232 <tt class="descname">GetData</tt><big>(</big><big>)</big><a class="reference internal" href="_modules/GSASIIgrid.html#DisAglDialog.GetData"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#GSASIIgrid.DisAglDialog.GetData" title="Permalink to this definition">¶</a></dt> 233 <dd><p>Returns the values from the dialog</p> 234 </dd></dl> 235 236 <dl class="method"> 237 <dt id="GSASIIgrid.DisAglDialog.OnOk"> 238 <tt class="descname">OnOk</tt><big>(</big><em>event</em><big>)</big><a class="reference internal" href="_modules/GSASIIgrid.html#DisAglDialog.OnOk"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#GSASIIgrid.DisAglDialog.OnOk" title="Permalink to this definition">¶</a></dt> 239 <dd><p>Called when the OK button is pressed</p> 240 </dd></dl> 241 242 <dl class="method"> 243 <dt id="GSASIIgrid.DisAglDialog.OnReset"> 244 <tt class="descname">OnReset</tt><big>(</big><em>event</em><big>)</big><a class="reference internal" href="_modules/GSASIIgrid.html#DisAglDialog.OnReset"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#GSASIIgrid.DisAglDialog.OnReset" title="Permalink to this definition">¶</a></dt> 245 <dd><p>Called when the Reset button is pressed</p> 246 </dd></dl> 247 203 248 </dd></dl> 204 249
Note: See TracChangeset
for help on using the changeset viewer.