Ignore:
Timestamp:
Oct 24, 2011 2:43:40 PM (13 years ago)
Author:
Gervaise Alina <gervyh@…>
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
67cd7c0
Parents:
70ecd530
Message:

sphinx build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansguiframe/docs/sphinx/html/api/local_perspectives/data_loader/data_loader.html

    r96cbb53 rbce8148  
    33<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
    44  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
     5 
    56 
    67<html xmlns="http://www.w3.org/1999/xhtml"> 
     
    89    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    910     
    10     <title>data_loader &mdash; guiframe v0.1.0 documentation</title> 
     11    <title>data_loader &mdash; guiframe 0.1.0 documentation</title> 
     12     
    1113    <link rel="stylesheet" href="../../../_static/default.css" type="text/css" /> 
    1214    <link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" /> 
     15     
    1316    <script type="text/javascript"> 
    1417      var DOCUMENTATION_OPTIONS = { 
     
    2326    <script type="text/javascript" src="../../../_static/underscore.js"></script> 
    2427    <script type="text/javascript" src="../../../_static/doctools.js"></script> 
    25     <link rel="top" title="guiframe v0.1.0 documentation" href="../../../index.html" /> 
     28    <link rel="top" title="guiframe 0.1.0 documentation" href="../../../index.html" /> 
    2629    <link rel="up" title="Local Perspective: data_loader" href="index.html" /> 
    2730    <link rel="next" title="help_panel" href="help_panel.html" /> 
     
    4447          <a href="index.html" title="Local Perspective: data_loader" 
    4548             accesskey="P">previous</a> |</li> 
    46         <li><a href="../../../index.html">guiframe v0.1.0 documentation</a> &raquo;</li> 
     49        <li><a href="../../../index.html">guiframe 0.1.0 documentation</a> &raquo;</li> 
    4750          <li><a href="index.html" accesskey="U">Local Perspective: data_loader</a> &raquo;</li>  
    4851      </ul> 
     
    5760<h1>data_loader<a class="headerlink" href="#data-loader" title="Permalink to this headline">¶</a></h1> 
    5861<div class="section" id="sans-guiframe-local-perspectives-data-loader-data-loader"> 
    59 <h2><tt class="xref py py-mod docutils literal"><span class="pre">sans.guiframe.local_perspectives.data_loader.data_loader</span></tt><a class="headerlink" href="#sans-guiframe-local-perspectives-data-loader-data-loader" title="Permalink to this headline">¶</a></h2> 
     62<h2><a class="reference internal" href="#module-sans.guiframe.local_perspectives.data_loader.data_loader" title="sans.guiframe.local_perspectives.data_loader.data_loader"><tt class="xref py py-mod docutils literal"><span class="pre">sans.guiframe.local_perspectives.data_loader.data_loader</span></tt></a><a class="headerlink" href="#sans-guiframe-local-perspectives-data-loader-data-loader" title="Permalink to this headline">¶</a></h2> 
     63<span class="target" id="module-sans.guiframe.local_perspectives.data_loader.data_loader"></span><p>plugin DataLoader responsible of loading data</p> 
     64<dl class="class"> 
     65<dt id="sans.guiframe.local_perspectives.data_loader.data_loader.Plugin"> 
     66<em class="property">class </em><tt class="descclassname">sans.guiframe.local_perspectives.data_loader.data_loader.</tt><tt class="descname">Plugin</tt><a class="headerlink" href="#sans.guiframe.local_perspectives.data_loader.data_loader.Plugin" title="Permalink to this definition">¶</a></dt> 
     67<dd><p>Bases: <a class="reference internal" href="../../plugin_base.html#sans.guiframe.plugin_base.PluginBase" title="sans.guiframe.plugin_base.PluginBase"><tt class="xref py py-class docutils literal"><span class="pre">sans.guiframe.plugin_base.PluginBase</span></tt></a></p> 
     68<dl class="method"> 
     69<dt id="sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.__init__"> 
     70<tt class="descname">__init__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.__init__" title="Permalink to this definition">¶</a></dt> 
     71<dd></dd></dl> 
     72 
     73<dl class="attribute"> 
     74<dt id="sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.__module__"> 
     75<tt class="descname">__module__</tt><em class="property"> = 'sans.guiframe.local_perspectives.data_loader.data_loader'</em><a class="headerlink" href="#sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.__module__" title="Permalink to this definition">¶</a></dt> 
     76<dd></dd></dl> 
     77 
     78<dl class="method"> 
     79<dt id="sans.guiframe.local_perspectives.data_loader.data_loader.Plugin._load_folder"> 
     80<tt class="descname">_load_folder</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.data_loader.data_loader.Plugin._load_folder" title="Permalink to this definition">¶</a></dt> 
     81<dd><p>Load entire folder</p> 
     82</dd></dl> 
     83 
     84<dl class="method"> 
     85<dt id="sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.add_color"> 
     86<tt class="descname">add_color</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.add_color" title="Permalink to this definition">¶</a></dt> 
     87<dd><p>Adds color to a plugin</p> 
     88</dd></dl> 
     89 
     90<dl class="method"> 
     91<dt id="sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.can_load_data"> 
     92<tt class="descname">can_load_data</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.can_load_data" title="Permalink to this definition">¶</a></dt> 
     93<dd><p>if return True, then call handler to laod data</p> 
     94</dd></dl> 
     95 
     96<dl class="method"> 
     97<dt id="sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.clear_panel"> 
     98<tt class="descname">clear_panel</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.clear_panel" title="Permalink to this definition">¶</a></dt> 
     99<dd><p>clear all related panels</p> 
     100</dd></dl> 
     101 
     102<dl class="method"> 
     103<dt id="sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.delete_data"> 
     104<tt class="descname">delete_data</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.delete_data" title="Permalink to this definition">¶</a></dt> 
     105<dd><p>Delete all references of data which id are in data_list.</p> 
     106</dd></dl> 
     107 
     108<dl class="method"> 
     109<dt id="sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.get_batch_capable"> 
     110<tt class="descname">get_batch_capable</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.get_batch_capable" title="Permalink to this definition">¶</a></dt> 
     111<dd><p>Check if the plugin has a batch capability</p> 
     112</dd></dl> 
     113 
     114<dl class="method"> 
     115<dt id="sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.get_context_menu"> 
     116<tt class="descname">get_context_menu</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.get_context_menu" title="Permalink to this definition">¶</a></dt> 
     117<dd><p>This method is optional.</p> 
     118<p>When the context menu of a plot is rendered, the  
     119get_context_menu method will be called to give you a  
     120chance to add a menu item to the context menu.</p> 
     121<p>A ref to a plotpanel object is passed so that you can 
     122investigate the plot content and decide whether you 
     123need to add items to the context menu.</p> 
     124<p>This method returns a list of menu items. 
     125Each item is itself a list defining the text to  
     126appear in the menu, a tool-tip help text, and a 
     127call-back method.</p> 
     128<table class="docutils field-list" frame="void" rules="none"> 
     129<col class="field-name" /> 
     130<col class="field-body" /> 
     131<tbody valign="top"> 
     132<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>graph</strong> &#8211; the Graph object to which we attach the context menu</td> 
     133</tr> 
     134<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">a list of menu items with call-back function</td> 
     135</tr> 
     136</tbody> 
     137</table> 
     138</dd></dl> 
     139 
     140<dl class="method"> 
     141<dt id="sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.get_data"> 
     142<tt class="descname">get_data</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.get_data" title="Permalink to this definition">¶</a></dt> 
     143<dd></dd></dl> 
     144 
     145<dl class="method"> 
     146<dt id="sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.get_extensions"> 
     147<tt class="descname">get_extensions</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.get_extensions" title="Permalink to this definition">¶</a></dt> 
     148<dd><p>return state reader and its extensions</p> 
     149</dd></dl> 
     150 
     151<dl class="method"> 
     152<dt id="sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.get_file_path"> 
     153<tt class="descname">get_file_path</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.get_file_path" title="Permalink to this definition">¶</a></dt> 
     154<dd><p>Receive a list containing folder then return a list of file</p> 
     155</dd></dl> 
     156 
     157<dl class="method"> 
     158<dt id="sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.get_panels"> 
     159<tt class="descname">get_panels</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.get_panels" title="Permalink to this definition">¶</a></dt> 
     160<dd><p>Create and return the list of wx.Panels for your plug-in. 
     161Define the plug-in perspective.</p> 
     162<p>Panels should inherit from DefaultPanel defined below, 
     163or should present the same interface. They must define 
     164&#8220;window_caption&#8221; and &#8220;window_name&#8221;.</p> 
     165<table class="docutils field-list" frame="void" rules="none"> 
     166<col class="field-name" /> 
     167<col class="field-body" /> 
     168<tbody valign="top"> 
     169<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>parent</strong> &#8211; parent window</td> 
     170</tr> 
     171<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">list of panels</td> 
     172</tr> 
     173</tbody> 
     174</table> 
     175</dd></dl> 
     176 
     177<dl class="method"> 
     178<dt id="sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.get_perspective"> 
     179<tt class="descname">get_perspective</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.get_perspective" title="Permalink to this definition">¶</a></dt> 
     180<dd><p>Get the list of panel names for this perspective</p> 
     181</dd></dl> 
     182 
     183<dl class="method"> 
     184<dt id="sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.get_tools"> 
     185<tt class="descname">get_tools</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.get_tools" title="Permalink to this definition">¶</a></dt> 
     186<dd><p>Returns a set of menu entries for tools</p> 
     187</dd></dl> 
     188 
     189<dl class="method"> 
     190<dt id="sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.help"> 
     191<tt class="descname">help</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.help" title="Permalink to this definition">¶</a></dt> 
     192<dd><p>Show a general help dialog.</p> 
     193</dd></dl> 
     194 
     195<dl class="method"> 
     196<dt id="sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.is_always_active"> 
     197<tt class="descname">is_always_active</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.is_always_active" title="Permalink to this definition">¶</a></dt> 
     198<dd><p>return True is this plugin is always active and it is local to guiframe 
     199even if the user is switching between perspectives</p> 
     200</dd></dl> 
     201 
     202<dl class="method"> 
     203<dt id="sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.is_in_use"> 
     204<tt class="descname">is_in_use</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.is_in_use" title="Permalink to this definition">¶</a></dt> 
     205<dd><dl class="docutils"> 
     206<dt>get a  data id a list of data name if data data is</dt> 
     207<dd>currently used by the plugin and the name of the plugin</dd> 
     208</dl> 
     209<p>data_name = &#8216;None&#8217; 
     210in_use = False 
     211example [(data_name, self.sub_menu)]</p> 
     212</dd></dl> 
     213 
     214<dl class="method"> 
     215<dt id="sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.load_complete"> 
     216<tt class="descname">load_complete</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.load_complete" title="Permalink to this definition">¶</a></dt> 
     217<dd><p>post message to  status bar and return list of data</p> 
     218</dd></dl> 
     219 
     220<dl class="method"> 
     221<dt id="sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.load_data"> 
     222<tt class="descname">load_data</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.load_data" title="Permalink to this definition">¶</a></dt> 
     223<dd><p>Load data</p> 
     224</dd></dl> 
     225 
     226<dl class="method"> 
     227<dt id="sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.load_error"> 
     228<tt class="descname">load_error</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.load_error" title="Permalink to this definition">¶</a></dt> 
     229<dd><p>Pop up an error message.</p> 
     230<table class="docutils field-list" frame="void" rules="none"> 
     231<col class="field-name" /> 
     232<col class="field-body" /> 
     233<tbody valign="top"> 
     234<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>error</strong> &#8211; details error message to be displayed</td> 
     235</tr> 
     236</tbody> 
     237</table> 
     238</dd></dl> 
     239 
     240<dl class="method"> 
     241<dt id="sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.load_folder"> 
     242<tt class="descname">load_folder</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.load_folder" title="Permalink to this definition">¶</a></dt> 
     243<dd><p>Load entire folder</p> 
     244</dd></dl> 
     245 
     246<dl class="method"> 
     247<dt id="sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.load_update"> 
     248<tt class="descname">load_update</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.load_update" title="Permalink to this definition">¶</a></dt> 
     249<dd><p>print update on the status bar</p> 
     250</dd></dl> 
     251 
     252<dl class="method"> 
     253<dt id="sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.on_batch_selection"> 
     254<tt class="descname">on_batch_selection</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.on_batch_selection" title="Permalink to this definition">¶</a></dt> 
     255<dd><p>need to be overwritten by the derivated class</p> 
     256</dd></dl> 
     257 
     258<dl class="method"> 
     259<dt id="sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.on_perspective"> 
     260<tt class="descname">on_perspective</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.on_perspective" title="Permalink to this definition">¶</a></dt> 
     261<dd><p>Call back function for the perspective menu item. 
     262We notify the parent window that the perspective 
     263has changed.</p> 
     264<table class="docutils field-list" frame="void" rules="none"> 
     265<col class="field-name" /> 
     266<col class="field-body" /> 
     267<tbody valign="top"> 
     268<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>event</strong> &#8211; menu event</td> 
     269</tr> 
     270</tbody> 
     271</table> 
     272</dd></dl> 
     273 
     274<dl class="method"> 
     275<dt id="sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.on_set_state_helper"> 
     276<tt class="descname">on_set_state_helper</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.on_set_state_helper" title="Permalink to this definition">¶</a></dt> 
     277<dd><p>update state</p> 
     278</dd></dl> 
     279 
     280<dl class="method"> 
     281<dt id="sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.populate_file_menu"> 
     282<tt class="descname">populate_file_menu</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.populate_file_menu" title="Permalink to this definition">¶</a></dt> 
     283<dd><p>get a menu item and append it under file menu of the application 
     284add load file menu item and load folder item</p> 
     285</dd></dl> 
     286 
     287<dl class="method"> 
     288<dt id="sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.populate_menu"> 
     289<tt class="descname">populate_menu</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.populate_menu" title="Permalink to this definition">¶</a></dt> 
     290<dd><p>Create and return the list of application menu 
     291items for the plug-in.</p> 
     292<table class="docutils field-list" frame="void" rules="none"> 
     293<col class="field-name" /> 
     294<col class="field-body" /> 
     295<tbody valign="top"> 
     296<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>parent</strong> &#8211; parent window</td> 
     297</tr> 
     298<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">plug-in menu</td> 
     299</tr> 
     300</tbody> 
     301</table> 
     302</dd></dl> 
     303 
     304<dl class="method"> 
     305<dt id="sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.post_init"> 
     306<tt class="descname">post_init</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.post_init" title="Permalink to this definition">¶</a></dt> 
     307<dd><p>Post initialization call back to close the loose ends</p> 
     308</dd></dl> 
     309 
     310<dl class="method"> 
     311<dt id="sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.set_batch_selection"> 
     312<tt class="descname">set_batch_selection</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.set_batch_selection" title="Permalink to this definition">¶</a></dt> 
     313<dd><p>the plugin to its batch state if flag is True</p> 
     314</dd></dl> 
     315 
     316<dl class="method"> 
     317<dt id="sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.set_data"> 
     318<tt class="descname">set_data</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.set_data" title="Permalink to this definition">¶</a></dt> 
     319<dd><p>receive a list of data and use it in the current perspective</p> 
     320</dd></dl> 
     321 
     322<dl class="method"> 
     323<dt id="sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.set_default_perspective"> 
     324<tt class="descname">set_default_perspective</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.set_default_perspective" title="Permalink to this definition">¶</a></dt> 
     325<dd><p>Call back method that True to notify the parent that the current plug-in 
     326can be set as default  perspective. 
     327when returning False, the plug-in is not candidate for an automatic  
     328default perspective setting</p> 
     329</dd></dl> 
     330 
     331<dl class="method"> 
     332<dt id="sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.set_is_active"> 
     333<tt class="descname">set_is_active</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.set_is_active" title="Permalink to this definition">¶</a></dt> 
     334<dd></dd></dl> 
     335 
     336<dl class="method"> 
     337<dt id="sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.set_state"> 
     338<tt class="descname">set_state</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.set_state" title="Permalink to this definition">¶</a></dt> 
     339<dd><p>update state</p> 
     340</dd></dl> 
     341 
     342<dl class="method"> 
     343<dt id="sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.set_theory"> 
     344<tt class="descname">set_theory</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.set_theory" title="Permalink to this definition">¶</a></dt> 
     345<dd><table class="docutils field-list" frame="void" rules="none"> 
     346<col class="field-name" /> 
     347<col class="field-body" /> 
     348<tbody valign="top"> 
     349<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>theory_list</strong> &#8211; list of information</td> 
     350</tr> 
     351</tbody> 
     352</table> 
     353<p>related to available theory state</p> 
     354</dd></dl> 
     355 
     356<dl class="method"> 
     357<dt id="sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.use_data"> 
     358<tt class="descname">use_data</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.data_loader.data_loader.Plugin.use_data" title="Permalink to this definition">¶</a></dt> 
     359<dd><p>return True if these plugin use data</p> 
     360</dd></dl> 
     361 
     362</dd></dl> 
     363 
    60364</div> 
    61365</div> 
     
    89393  <h3>Quick search</h3> 
    90394    <form class="search" action="../../../search.html" method="get"> 
    91       <input type="text" name="q" size="18" /> 
     395      <input type="text" name="q" /> 
    92396      <input type="submit" value="Go" /> 
    93397      <input type="hidden" name="check_keywords" value="yes" /> 
     
    118422          <a href="index.html" title="Local Perspective: data_loader" 
    119423             >previous</a> |</li> 
    120         <li><a href="../../../index.html">guiframe v0.1.0 documentation</a> &raquo;</li> 
     424        <li><a href="../../../index.html">guiframe 0.1.0 documentation</a> &raquo;</li> 
    121425          <li><a href="index.html" >Local Perspective: data_loader</a> &raquo;</li>  
    122426      </ul> 
     
    124428    <div class="footer"> 
    125429        &copy; Copyright 2010, sans group. 
    126       Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.7. 
     430      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1. 
    127431    </div> 
    128432  </body> 
Note: See TracChangeset for help on using the changeset viewer.