[96cbb53] | 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 | |
---|
[bce8148] | 6 | |
---|
[96cbb53] | 7 | <html xmlns="http://www.w3.org/1999/xhtml"> |
---|
| 8 | <head> |
---|
| 9 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
---|
| 10 | |
---|
[bce8148] | 11 | <title>panel_base — guiframe 0.1.0 documentation</title> |
---|
| 12 | |
---|
[96cbb53] | 13 | <link rel="stylesheet" href="../_static/default.css" type="text/css" /> |
---|
| 14 | <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> |
---|
[bce8148] | 15 | |
---|
[96cbb53] | 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> |
---|
[bce8148] | 28 | <link rel="top" title="guiframe 0.1.0 documentation" href="../index.html" /> |
---|
[96cbb53] | 29 | <link rel="up" title="Reference" href="index.html" /> |
---|
| 30 | <link rel="next" title="pdfview" href="pdfview.html" /> |
---|
| 31 | <link rel="prev" title="gui_toolbar" href="gui_toolbar.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="pdfview.html" title="pdfview" |
---|
| 45 | accesskey="N">next</a> |</li> |
---|
| 46 | <li class="right" > |
---|
| 47 | <a href="gui_toolbar.html" title="gui_toolbar" |
---|
| 48 | accesskey="P">previous</a> |</li> |
---|
[bce8148] | 49 | <li><a href="../index.html">guiframe 0.1.0 documentation</a> »</li> |
---|
[96cbb53] | 50 | <li><a href="index.html" accesskey="U">Reference</a> »</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="panel-base"> |
---|
| 60 | <h1>panel_base<a class="headerlink" href="#panel-base" title="Permalink to this headline">¶</a></h1> |
---|
[bce8148] | 61 | <div class="section" id="sans-guiframe-panel-base"> |
---|
| 62 | <h2><a class="reference internal" href="#module-sans.guiframe.panel_base" title="sans.guiframe.panel_base"><tt class="xref py py-mod docutils literal"><span class="pre">sans.guiframe.panel_base</span></tt></a><a class="headerlink" href="#sans-guiframe-panel-base" title="Permalink to this headline">¶</a></h2> |
---|
| 63 | <span class="target" id="module-sans.guiframe.panel_base"></span><dl class="class"> |
---|
[96cbb53] | 64 | <dt id="sans.guiframe.panel_base.PanelBase"> |
---|
[bce8148] | 65 | <em class="property">class </em><tt class="descclassname">sans.guiframe.panel_base.</tt><tt class="descname">PanelBase</tt><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase" title="Permalink to this definition">¶</a></dt> |
---|
[96cbb53] | 66 | <dd><p>Defines the API for a panels to work with |
---|
| 67 | the ViewerFrame toolbar and menu bar</p> |
---|
| 68 | <dl class="method"> |
---|
[bce8148] | 69 | <dt id="sans.guiframe.panel_base.PanelBase.__init__"> |
---|
| 70 | <tt class="descname">__init__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase.__init__" title="Permalink to this definition">¶</a></dt> |
---|
| 71 | <dd><p>Initialize some flag that Viewerframe used</p> |
---|
| 72 | </dd></dl> |
---|
| 73 | |
---|
| 74 | <dl class="attribute"> |
---|
| 75 | <dt id="sans.guiframe.panel_base.PanelBase.__module__"> |
---|
| 76 | <tt class="descname">__module__</tt><em class="property"> = 'sans.guiframe.panel_base'</em><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase.__module__" title="Permalink to this definition">¶</a></dt> |
---|
| 77 | <dd></dd></dl> |
---|
| 78 | |
---|
| 79 | <dl class="method"> |
---|
| 80 | <dt id="sans.guiframe.panel_base.PanelBase._set_bookmark_flag"> |
---|
| 81 | <tt class="descname">_set_bookmark_flag</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase._set_bookmark_flag" title="Permalink to this definition">¶</a></dt> |
---|
| 82 | <dd><p>The derivative class sets the bookmark flag value to indicate that it |
---|
| 83 | can be bookmarked</p> |
---|
| 84 | </dd></dl> |
---|
| 85 | |
---|
| 86 | <dl class="method"> |
---|
| 87 | <dt id="sans.guiframe.panel_base.PanelBase._set_copy_flag"> |
---|
| 88 | <tt class="descname">_set_copy_flag</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase._set_copy_flag" title="Permalink to this definition">¶</a></dt> |
---|
| 89 | <dd><p>The derivative class sets the copy flag value to indicate that the |
---|
| 90 | action done can be recovered</p> |
---|
| 91 | </dd></dl> |
---|
| 92 | |
---|
| 93 | <dl class="method"> |
---|
| 94 | <dt id="sans.guiframe.panel_base.PanelBase._set_drag_flag"> |
---|
| 95 | <tt class="descname">_set_drag_flag</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase._set_drag_flag" title="Permalink to this definition">¶</a></dt> |
---|
| 96 | <dd><p>The derivative class sets the drag flag value to indicate that |
---|
| 97 | dragging motion is possible</p> |
---|
| 98 | </dd></dl> |
---|
| 99 | |
---|
| 100 | <dl class="method"> |
---|
| 101 | <dt id="sans.guiframe.panel_base.PanelBase._set_paste_flag"> |
---|
| 102 | <tt class="descname">_set_paste_flag</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase._set_paste_flag" title="Permalink to this definition">¶</a></dt> |
---|
| 103 | <dd><p>The derivative class sets the paste flag value to indicate that the |
---|
| 104 | action done can be recovered</p> |
---|
| 105 | </dd></dl> |
---|
| 106 | |
---|
| 107 | <dl class="method"> |
---|
| 108 | <dt id="sans.guiframe.panel_base.PanelBase._set_preview_flag"> |
---|
| 109 | <tt class="descname">_set_preview_flag</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase._set_preview_flag" title="Permalink to this definition">¶</a></dt> |
---|
| 110 | <dd><p>The derivative class sets the preview flag value to indicate that it |
---|
| 111 | can be previewed</p> |
---|
| 112 | </dd></dl> |
---|
| 113 | |
---|
| 114 | <dl class="method"> |
---|
| 115 | <dt id="sans.guiframe.panel_base.PanelBase._set_print_flag"> |
---|
| 116 | <tt class="descname">_set_print_flag</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase._set_print_flag" title="Permalink to this definition">¶</a></dt> |
---|
| 117 | <dd><p>The derivative class sets the print flag value to indicate that it can |
---|
| 118 | be printed</p> |
---|
| 119 | </dd></dl> |
---|
| 120 | |
---|
| 121 | <dl class="method"> |
---|
| 122 | <dt id="sans.guiframe.panel_base.PanelBase._set_redo_flag"> |
---|
| 123 | <tt class="descname">_set_redo_flag</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase._set_redo_flag" title="Permalink to this definition">¶</a></dt> |
---|
| 124 | <dd><p>The derivative class sets the redo flag value to indicate that the |
---|
| 125 | action done can be recovered</p> |
---|
| 126 | </dd></dl> |
---|
| 127 | |
---|
| 128 | <dl class="method"> |
---|
| 129 | <dt id="sans.guiframe.panel_base.PanelBase._set_reset_flag"> |
---|
| 130 | <tt class="descname">_set_reset_flag</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase._set_reset_flag" title="Permalink to this definition">¶</a></dt> |
---|
| 131 | <dd><p>The derivative class sets the reset flag value to indicate that it |
---|
| 132 | can be reset</p> |
---|
| 133 | </dd></dl> |
---|
| 134 | |
---|
| 135 | <dl class="method"> |
---|
| 136 | <dt id="sans.guiframe.panel_base.PanelBase._set_save_flag"> |
---|
| 137 | <tt class="descname">_set_save_flag</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase._set_save_flag" title="Permalink to this definition">¶</a></dt> |
---|
| 138 | <dd><p>The derivative class sets the drag flag value to indicate that it |
---|
| 139 | can be saved</p> |
---|
| 140 | </dd></dl> |
---|
| 141 | |
---|
| 142 | <dl class="method"> |
---|
| 143 | <dt id="sans.guiframe.panel_base.PanelBase._set_undo_flag"> |
---|
| 144 | <tt class="descname">_set_undo_flag</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase._set_undo_flag" title="Permalink to this definition">¶</a></dt> |
---|
| 145 | <dd><p>The derivative class sets the undo flag value to indicate that the |
---|
| 146 | current action done can be canceled</p> |
---|
| 147 | </dd></dl> |
---|
| 148 | |
---|
| 149 | <dl class="method"> |
---|
| 150 | <dt id="sans.guiframe.panel_base.PanelBase._set_zoom_flag"> |
---|
| 151 | <tt class="descname">_set_zoom_flag</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase._set_zoom_flag" title="Permalink to this definition">¶</a></dt> |
---|
| 152 | <dd><p>The derivative class sets the zoom flag value to indicate that it |
---|
| 153 | can be zoomed</p> |
---|
| 154 | </dd></dl> |
---|
| 155 | |
---|
| 156 | <dl class="method"> |
---|
| 157 | <dt id="sans.guiframe.panel_base.PanelBase._set_zoomed_in_flag"> |
---|
| 158 | <tt class="descname">_set_zoomed_in_flag</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase._set_zoomed_in_flag" title="Permalink to this definition">¶</a></dt> |
---|
| 159 | <dd><p>The derivative class sets the zoom in flag value to indicate that it |
---|
| 160 | can be zoomed in</p> |
---|
| 161 | </dd></dl> |
---|
| 162 | |
---|
| 163 | <dl class="method"> |
---|
| 164 | <dt id="sans.guiframe.panel_base.PanelBase._set_zoomed_out_flag"> |
---|
| 165 | <tt class="descname">_set_zoomed_out_flag</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase._set_zoomed_out_flag" title="Permalink to this definition">¶</a></dt> |
---|
| 166 | <dd><p>The derivative class sets the zoom out flag value to indicate that it |
---|
| 167 | can be zoomed out</p> |
---|
| 168 | </dd></dl> |
---|
| 169 | |
---|
| 170 | <dl class="method"> |
---|
[96cbb53] | 171 | <dt id="sans.guiframe.panel_base.PanelBase.get_bookmark_flag"> |
---|
| 172 | <tt class="descname">get_bookmark_flag</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase.get_bookmark_flag" title="Permalink to this definition">¶</a></dt> |
---|
| 173 | <dd><p>Get the bookmark flag to update appropriately the tool bar</p> |
---|
| 174 | </dd></dl> |
---|
| 175 | |
---|
| 176 | <dl class="method"> |
---|
| 177 | <dt id="sans.guiframe.panel_base.PanelBase.get_copy_flag"> |
---|
| 178 | <tt class="descname">get_copy_flag</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase.get_copy_flag" title="Permalink to this definition">¶</a></dt> |
---|
| 179 | <dd><p>Get the copy flag to update appropriately the tool bar</p> |
---|
| 180 | </dd></dl> |
---|
| 181 | |
---|
| 182 | <dl class="method"> |
---|
| 183 | <dt id="sans.guiframe.panel_base.PanelBase.get_data"> |
---|
| 184 | <tt class="descname">get_data</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase.get_data" title="Permalink to this definition">¶</a></dt> |
---|
| 185 | <dd><p>return list of current data</p> |
---|
| 186 | </dd></dl> |
---|
| 187 | |
---|
| 188 | <dl class="method"> |
---|
| 189 | <dt id="sans.guiframe.panel_base.PanelBase.get_drag_flag"> |
---|
| 190 | <tt class="descname">get_drag_flag</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase.get_drag_flag" title="Permalink to this definition">¶</a></dt> |
---|
| 191 | <dd><p>Get the drag flag to update appropriately the tool bar</p> |
---|
| 192 | </dd></dl> |
---|
| 193 | |
---|
| 194 | <dl class="method"> |
---|
| 195 | <dt id="sans.guiframe.panel_base.PanelBase.get_manager"> |
---|
| 196 | <tt class="descname">get_manager</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase.get_manager" title="Permalink to this definition">¶</a></dt> |
---|
| 197 | <dd></dd></dl> |
---|
| 198 | |
---|
| 199 | <dl class="method"> |
---|
| 200 | <dt id="sans.guiframe.panel_base.PanelBase.get_paste_flag"> |
---|
| 201 | <tt class="descname">get_paste_flag</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase.get_paste_flag" title="Permalink to this definition">¶</a></dt> |
---|
| 202 | <dd><p>Get the copy flag to update appropriately the tool bar</p> |
---|
| 203 | </dd></dl> |
---|
| 204 | |
---|
| 205 | <dl class="method"> |
---|
| 206 | <dt id="sans.guiframe.panel_base.PanelBase.get_preview_flag"> |
---|
| 207 | <tt class="descname">get_preview_flag</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase.get_preview_flag" title="Permalink to this definition">¶</a></dt> |
---|
| 208 | <dd><p>Get the preview flag to update appropriately the tool bar</p> |
---|
| 209 | </dd></dl> |
---|
| 210 | |
---|
| 211 | <dl class="method"> |
---|
| 212 | <dt id="sans.guiframe.panel_base.PanelBase.get_print_flag"> |
---|
| 213 | <tt class="descname">get_print_flag</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase.get_print_flag" title="Permalink to this definition">¶</a></dt> |
---|
| 214 | <dd><p>Get the print flag to update appropriately the tool bar</p> |
---|
| 215 | </dd></dl> |
---|
| 216 | |
---|
| 217 | <dl class="method"> |
---|
| 218 | <dt id="sans.guiframe.panel_base.PanelBase.get_redo_flag"> |
---|
| 219 | <tt class="descname">get_redo_flag</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase.get_redo_flag" title="Permalink to this definition">¶</a></dt> |
---|
| 220 | <dd><p>Get the redo flag to update appropriately the tool bar</p> |
---|
| 221 | </dd></dl> |
---|
| 222 | |
---|
| 223 | <dl class="method"> |
---|
| 224 | <dt id="sans.guiframe.panel_base.PanelBase.get_reset_flag"> |
---|
| 225 | <tt class="descname">get_reset_flag</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase.get_reset_flag" title="Permalink to this definition">¶</a></dt> |
---|
| 226 | <dd><p>Get the reset flag to update appropriately the tool bar</p> |
---|
| 227 | </dd></dl> |
---|
| 228 | |
---|
| 229 | <dl class="method"> |
---|
| 230 | <dt id="sans.guiframe.panel_base.PanelBase.get_save_flag"> |
---|
| 231 | <tt class="descname">get_save_flag</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase.get_save_flag" title="Permalink to this definition">¶</a></dt> |
---|
| 232 | <dd><p>Get the save flag to update appropriately the tool bar</p> |
---|
| 233 | </dd></dl> |
---|
| 234 | |
---|
| 235 | <dl class="method"> |
---|
| 236 | <dt id="sans.guiframe.panel_base.PanelBase.get_state"> |
---|
| 237 | <tt class="descname">get_state</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase.get_state" title="Permalink to this definition">¶</a></dt> |
---|
| 238 | <dd><p>return the current state</p> |
---|
| 239 | </dd></dl> |
---|
| 240 | |
---|
| 241 | <dl class="method"> |
---|
| 242 | <dt id="sans.guiframe.panel_base.PanelBase.get_undo_flag"> |
---|
| 243 | <tt class="descname">get_undo_flag</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase.get_undo_flag" title="Permalink to this definition">¶</a></dt> |
---|
| 244 | <dd><p>Get the undo flag to update appropriately the tool bar</p> |
---|
| 245 | </dd></dl> |
---|
| 246 | |
---|
| 247 | <dl class="method"> |
---|
| 248 | <dt id="sans.guiframe.panel_base.PanelBase.get_zoom_flag"> |
---|
| 249 | <tt class="descname">get_zoom_flag</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase.get_zoom_flag" title="Permalink to this definition">¶</a></dt> |
---|
| 250 | <dd><p>Get the zoom flag to update appropriately the tool bar</p> |
---|
| 251 | </dd></dl> |
---|
| 252 | |
---|
| 253 | <dl class="method"> |
---|
| 254 | <dt id="sans.guiframe.panel_base.PanelBase.get_zoom_in_flag"> |
---|
| 255 | <tt class="descname">get_zoom_in_flag</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase.get_zoom_in_flag" title="Permalink to this definition">¶</a></dt> |
---|
| 256 | <dd><p>Get the zoom in flag to update appropriately the tool bar</p> |
---|
| 257 | </dd></dl> |
---|
| 258 | |
---|
| 259 | <dl class="method"> |
---|
| 260 | <dt id="sans.guiframe.panel_base.PanelBase.get_zoom_out_flag"> |
---|
| 261 | <tt class="descname">get_zoom_out_flag</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase.get_zoom_out_flag" title="Permalink to this definition">¶</a></dt> |
---|
| 262 | <dd><p>Get the zoom out flag to update appropriately the tool bar</p> |
---|
| 263 | </dd></dl> |
---|
| 264 | |
---|
[bce8148] | 265 | <dl class="attribute"> |
---|
| 266 | <dt id="sans.guiframe.panel_base.PanelBase.group_id"> |
---|
| 267 | <tt class="descname">group_id</tt><em class="property"> = None</em><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase.group_id" title="Permalink to this definition">¶</a></dt> |
---|
| 268 | <dd></dd></dl> |
---|
| 269 | |
---|
[96cbb53] | 270 | <dl class="method"> |
---|
| 271 | <dt id="sans.guiframe.panel_base.PanelBase.has_changed"> |
---|
| 272 | <tt class="descname">has_changed</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase.has_changed" title="Permalink to this definition">¶</a></dt> |
---|
| 273 | <dd></dd></dl> |
---|
| 274 | |
---|
| 275 | <dl class="method"> |
---|
| 276 | <dt id="sans.guiframe.panel_base.PanelBase.on_batch_selection"> |
---|
[bce8148] | 277 | <tt class="descname">on_batch_selection</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase.on_batch_selection" title="Permalink to this definition">¶</a></dt> |
---|
[96cbb53] | 278 | <dd><table class="docutils field-list" frame="void" rules="none"> |
---|
| 279 | <col class="field-name" /> |
---|
| 280 | <col class="field-body" /> |
---|
| 281 | <tbody valign="top"> |
---|
[bce8148] | 282 | <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>event</strong> – contains parameter enable . when enable is set to True</td> |
---|
[96cbb53] | 283 | </tr> |
---|
| 284 | </tbody> |
---|
| 285 | </table> |
---|
| 286 | <p>the application is in Batch mode |
---|
| 287 | else the application is default mode(single mode)</p> |
---|
| 288 | </dd></dl> |
---|
| 289 | |
---|
| 290 | <dl class="method"> |
---|
| 291 | <dt id="sans.guiframe.panel_base.PanelBase.on_bookmark"> |
---|
[bce8148] | 292 | <tt class="descname">on_bookmark</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase.on_bookmark" title="Permalink to this definition">¶</a></dt> |
---|
[96cbb53] | 293 | <dd><p>The derivative class is on bookmark mode if implemented</p> |
---|
| 294 | </dd></dl> |
---|
| 295 | |
---|
| 296 | <dl class="method"> |
---|
| 297 | <dt id="sans.guiframe.panel_base.PanelBase.on_copy"> |
---|
[bce8148] | 298 | <tt class="descname">on_copy</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase.on_copy" title="Permalink to this definition">¶</a></dt> |
---|
[96cbb53] | 299 | <dd><p>The copy action if possible</p> |
---|
| 300 | </dd></dl> |
---|
| 301 | |
---|
| 302 | <dl class="method"> |
---|
| 303 | <dt id="sans.guiframe.panel_base.PanelBase.on_drag"> |
---|
[bce8148] | 304 | <tt class="descname">on_drag</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase.on_drag" title="Permalink to this definition">¶</a></dt> |
---|
[96cbb53] | 305 | <dd><p>The derivative class allows dragging motion if implemented</p> |
---|
| 306 | </dd></dl> |
---|
| 307 | |
---|
| 308 | <dl class="method"> |
---|
| 309 | <dt id="sans.guiframe.panel_base.PanelBase.on_kill_focus"> |
---|
[bce8148] | 310 | <tt class="descname">on_kill_focus</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase.on_kill_focus" title="Permalink to this definition">¶</a></dt> |
---|
[96cbb53] | 311 | <dd><p>The derivative class is on unfocus if implemented</p> |
---|
| 312 | </dd></dl> |
---|
| 313 | |
---|
| 314 | <dl class="method"> |
---|
| 315 | <dt id="sans.guiframe.panel_base.PanelBase.on_paste"> |
---|
[bce8148] | 316 | <tt class="descname">on_paste</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase.on_paste" title="Permalink to this definition">¶</a></dt> |
---|
[96cbb53] | 317 | <dd><p>The paste action if possible</p> |
---|
| 318 | </dd></dl> |
---|
| 319 | |
---|
| 320 | <dl class="method"> |
---|
| 321 | <dt id="sans.guiframe.panel_base.PanelBase.on_preview"> |
---|
[bce8148] | 322 | <tt class="descname">on_preview</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase.on_preview" title="Permalink to this definition">¶</a></dt> |
---|
[96cbb53] | 323 | <dd><p>Display a printable version of the class derivative</p> |
---|
| 324 | </dd></dl> |
---|
| 325 | |
---|
| 326 | <dl class="method"> |
---|
| 327 | <dt id="sans.guiframe.panel_base.PanelBase.on_redo"> |
---|
[bce8148] | 328 | <tt class="descname">on_redo</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase.on_redo" title="Permalink to this definition">¶</a></dt> |
---|
[96cbb53] | 329 | <dd><p>The previous action is restored if possible</p> |
---|
| 330 | </dd></dl> |
---|
| 331 | |
---|
| 332 | <dl class="method"> |
---|
| 333 | <dt id="sans.guiframe.panel_base.PanelBase.on_reset"> |
---|
[bce8148] | 334 | <tt class="descname">on_reset</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase.on_reset" title="Permalink to this definition">¶</a></dt> |
---|
[96cbb53] | 335 | <dd><p>The derivative class state is restored</p> |
---|
| 336 | </dd></dl> |
---|
| 337 | |
---|
| 338 | <dl class="method"> |
---|
| 339 | <dt id="sans.guiframe.panel_base.PanelBase.on_save"> |
---|
[bce8148] | 340 | <tt class="descname">on_save</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase.on_save" title="Permalink to this definition">¶</a></dt> |
---|
[96cbb53] | 341 | <dd><p>The state of the derivative class is restored</p> |
---|
| 342 | </dd></dl> |
---|
| 343 | |
---|
| 344 | <dl class="method"> |
---|
| 345 | <dt id="sans.guiframe.panel_base.PanelBase.on_set_focus"> |
---|
[bce8148] | 346 | <tt class="descname">on_set_focus</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase.on_set_focus" title="Permalink to this definition">¶</a></dt> |
---|
[96cbb53] | 347 | <dd><p>The derivative class is on focus if implemented</p> |
---|
| 348 | </dd></dl> |
---|
| 349 | |
---|
| 350 | <dl class="method"> |
---|
[bce8148] | 351 | <dt id="sans.guiframe.panel_base.PanelBase.on_tap_focus"> |
---|
| 352 | <tt class="descname">on_tap_focus</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase.on_tap_focus" title="Permalink to this definition">¶</a></dt> |
---|
| 353 | <dd><p>Update menu on clicking the panel tap</p> |
---|
| 354 | </dd></dl> |
---|
| 355 | |
---|
| 356 | <dl class="method"> |
---|
[96cbb53] | 357 | <dt id="sans.guiframe.panel_base.PanelBase.on_undo"> |
---|
[bce8148] | 358 | <tt class="descname">on_undo</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase.on_undo" title="Permalink to this definition">¶</a></dt> |
---|
[96cbb53] | 359 | <dd><p>The current action is canceled</p> |
---|
| 360 | </dd></dl> |
---|
| 361 | |
---|
| 362 | <dl class="method"> |
---|
| 363 | <dt id="sans.guiframe.panel_base.PanelBase.on_zoom"> |
---|
[bce8148] | 364 | <tt class="descname">on_zoom</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase.on_zoom" title="Permalink to this definition">¶</a></dt> |
---|
[96cbb53] | 365 | <dd><p>The derivative class is on zoom mode (using pane) |
---|
| 366 | if zoom mode is implemented</p> |
---|
| 367 | </dd></dl> |
---|
| 368 | |
---|
| 369 | <dl class="method"> |
---|
| 370 | <dt id="sans.guiframe.panel_base.PanelBase.on_zoom_in"> |
---|
[bce8148] | 371 | <tt class="descname">on_zoom_in</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase.on_zoom_in" title="Permalink to this definition">¶</a></dt> |
---|
[96cbb53] | 372 | <dd><p>The derivative class is on zoom in mode if implemented</p> |
---|
| 373 | </dd></dl> |
---|
| 374 | |
---|
| 375 | <dl class="method"> |
---|
| 376 | <dt id="sans.guiframe.panel_base.PanelBase.on_zoom_out"> |
---|
[bce8148] | 377 | <tt class="descname">on_zoom_out</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase.on_zoom_out" title="Permalink to this definition">¶</a></dt> |
---|
[96cbb53] | 378 | <dd><p>The derivative class is on zoom out mode if implemented</p> |
---|
| 379 | </dd></dl> |
---|
| 380 | |
---|
| 381 | <dl class="method"> |
---|
| 382 | <dt id="sans.guiframe.panel_base.PanelBase.save_project"> |
---|
[bce8148] | 383 | <tt class="descname">save_project</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase.save_project" title="Permalink to this definition">¶</a></dt> |
---|
| 384 | <dd><p>return an xml node containing state of the panel |
---|
| 385 | that guiframe can write to file</p> |
---|
[96cbb53] | 386 | </dd></dl> |
---|
| 387 | |
---|
| 388 | <dl class="method"> |
---|
| 389 | <dt id="sans.guiframe.panel_base.PanelBase.set_manager"> |
---|
[bce8148] | 390 | <tt class="descname">set_manager</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase.set_manager" title="Permalink to this definition">¶</a></dt> |
---|
| 391 | <dd></dd></dl> |
---|
| 392 | |
---|
| 393 | <dl class="attribute"> |
---|
| 394 | <dt id="sans.guiframe.panel_base.PanelBase.uid"> |
---|
| 395 | <tt class="descname">uid</tt><em class="property"> = None</em><a class="headerlink" href="#sans.guiframe.panel_base.PanelBase.uid" title="Permalink to this definition">¶</a></dt> |
---|
[96cbb53] | 396 | <dd></dd></dl> |
---|
| 397 | |
---|
| 398 | </dd></dl> |
---|
| 399 | |
---|
| 400 | </div> |
---|
| 401 | </div> |
---|
| 402 | |
---|
| 403 | |
---|
| 404 | </div> |
---|
| 405 | </div> |
---|
| 406 | </div> |
---|
| 407 | <div class="sphinxsidebar"> |
---|
| 408 | <div class="sphinxsidebarwrapper"> |
---|
| 409 | <h3><a href="../index.html">Table Of Contents</a></h3> |
---|
| 410 | <ul> |
---|
| 411 | <li><a class="reference internal" href="#">panel_base</a><ul> |
---|
[bce8148] | 412 | <li><a class="reference internal" href="#sans-guiframe-panel-base"><tt class="docutils literal"><span class="pre">sans.guiframe.panel_base</span></tt></a></li> |
---|
[96cbb53] | 413 | </ul> |
---|
| 414 | </li> |
---|
| 415 | </ul> |
---|
| 416 | |
---|
| 417 | <h4>Previous topic</h4> |
---|
| 418 | <p class="topless"><a href="gui_toolbar.html" |
---|
| 419 | title="previous chapter">gui_toolbar</a></p> |
---|
| 420 | <h4>Next topic</h4> |
---|
| 421 | <p class="topless"><a href="pdfview.html" |
---|
| 422 | title="next chapter">pdfview</a></p> |
---|
| 423 | <h3>This Page</h3> |
---|
| 424 | <ul class="this-page-menu"> |
---|
| 425 | <li><a href="../_sources/api/panel_base.txt" |
---|
| 426 | rel="nofollow">Show Source</a></li> |
---|
| 427 | </ul> |
---|
| 428 | <div id="searchbox" style="display: none"> |
---|
| 429 | <h3>Quick search</h3> |
---|
| 430 | <form class="search" action="../search.html" method="get"> |
---|
[bce8148] | 431 | <input type="text" name="q" /> |
---|
[96cbb53] | 432 | <input type="submit" value="Go" /> |
---|
| 433 | <input type="hidden" name="check_keywords" value="yes" /> |
---|
| 434 | <input type="hidden" name="area" value="default" /> |
---|
| 435 | </form> |
---|
| 436 | <p class="searchtip" style="font-size: 90%"> |
---|
| 437 | Enter search terms or a module, class or function name. |
---|
| 438 | </p> |
---|
| 439 | </div> |
---|
| 440 | <script type="text/javascript">$('#searchbox').show(0);</script> |
---|
| 441 | </div> |
---|
| 442 | </div> |
---|
| 443 | <div class="clearer"></div> |
---|
| 444 | </div> |
---|
| 445 | <div class="related"> |
---|
| 446 | <h3>Navigation</h3> |
---|
| 447 | <ul> |
---|
| 448 | <li class="right" style="margin-right: 10px"> |
---|
| 449 | <a href="../genindex.html" title="General Index" |
---|
| 450 | >index</a></li> |
---|
| 451 | <li class="right" > |
---|
| 452 | <a href="../py-modindex.html" title="Python Module Index" |
---|
| 453 | >modules</a> |</li> |
---|
| 454 | <li class="right" > |
---|
| 455 | <a href="pdfview.html" title="pdfview" |
---|
| 456 | >next</a> |</li> |
---|
| 457 | <li class="right" > |
---|
| 458 | <a href="gui_toolbar.html" title="gui_toolbar" |
---|
| 459 | >previous</a> |</li> |
---|
[bce8148] | 460 | <li><a href="../index.html">guiframe 0.1.0 documentation</a> »</li> |
---|
[96cbb53] | 461 | <li><a href="index.html" >Reference</a> »</li> |
---|
| 462 | </ul> |
---|
| 463 | </div> |
---|
| 464 | <div class="footer"> |
---|
| 465 | © Copyright 2010, sans group. |
---|
[bce8148] | 466 | Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1. |
---|
[96cbb53] | 467 | </div> |
---|
| 468 | </body> |
---|
| 469 | </html> |
---|