diff options
Diffstat (limited to 'doc/pydoc/ranger.container.keybuffer.html')
-rw-r--r-- | doc/pydoc/ranger.container.keybuffer.html | 41 |
1 files changed, 21 insertions, 20 deletions
diff --git a/doc/pydoc/ranger.container.keybuffer.html b/doc/pydoc/ranger.container.keybuffer.html index 5ebc033a..c3f30471 100644 --- a/doc/pydoc/ranger.container.keybuffer.html +++ b/doc/pydoc/ranger.container.keybuffer.html @@ -25,6 +25,14 @@ # along with this program. If not, see <<a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>>.</tt></p> <p> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> +<tr bgcolor="#aa55cc"> +<td colspan=3 valign=bottom> <br> +<font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr> + +<tr><td bgcolor="#aa55cc"><tt> </tt></td><td> </td> +<td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="curses.html">curses</a><br> +</td><td width="25%" valign=top></td><td width="25%" valign=top></td><td width="25%" valign=top></td></tr></table></td></tr></table><p> +<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> <tr bgcolor="#ee77aa"> <td colspan=3 valign=bottom> <br> <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr> @@ -44,22 +52,19 @@ <td colspan=3 valign=bottom> <br> <font color="#000000" face="helvetica, arial"><a name="KeyBuffer">class <strong>KeyBuffer</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)</font></td></tr> -<tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> +<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> +<td colspan=2><tt>The evaluator and storage for pressed keys<br> </tt></td></tr> +<tr><td> </td> <td width="100%">Methods defined here:<br> -<dl><dt><a name="KeyBuffer-__init__"><strong>__init__</strong></a>(self)</dt></dl> +<dl><dt><a name="KeyBuffer-__init__"><strong>__init__</strong></a>(self, keymap, direction_keys)</dt></dl> <dl><dt><a name="KeyBuffer-__str__"><strong>__str__</strong></a>(self)</dt><dd><tt>returns a concatenation of all characters</tt></dd></dl> -<dl><dt><a name="KeyBuffer-append"><strong>append</strong></a>(self, key)</dt><dd><tt>Append a key to the keybuffer, or initial numbers to<br> -the number attribute.</tt></dd></dl> - -<dl><dt><a name="KeyBuffer-clear"><strong>clear</strong></a>(self)</dt><dd><tt>Clear the keybuffer and restore the initial state</tt></dd></dl> +<dl><dt><a name="KeyBuffer-add"><strong>add</strong></a>(self, key)</dt><dd><tt>Add a key and evaluate it</tt></dd></dl> -<dl><dt><a name="KeyBuffer-tuple_with_numbers"><strong>tuple_with_numbers</strong></a>(self)</dt><dd><tt>Get a tuple of ascii codes.</tt></dd></dl> +<dl><dt><a name="KeyBuffer-assign"><strong>assign</strong></a>(self, keymap, direction_keys)</dt><dd><tt>Change the keymap and direction keys of the keybuffer</tt></dd></dl> -<dl><dt><a name="KeyBuffer-tuple_without_numbers"><strong>tuple_without_numbers</strong></a>(self)</dt><dd><tt>Get a tuple of ascii codes.<br> -If the keybuffer starts with numbers, those will<br> -be left out. To access them, use keybuffer.number</tt></dd></dl> +<dl><dt><a name="KeyBuffer-clear"><strong>clear</strong></a>(self)</dt><dd><tt>Reset the keybuffer. Do this once before the first usage.</tt></dd></dl> <hr> Data descriptors defined here:<br> @@ -71,19 +76,15 @@ Data descriptors defined here:<br> </dl> </td></tr></table></td></tr></table><p> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> -<tr bgcolor="#eeaa77"> -<td colspan=3 valign=bottom> <br> -<font color="#ffffff" face="helvetica, arial"><big><strong>Functions</strong></big></font></td></tr> - -<tr><td bgcolor="#eeaa77"><tt> </tt></td><td> </td> -<td width="100%"><dl><dt><a name="-to_string"><strong>to_string</strong></a>(i)</dt></dl> -</td></tr></table><p> -<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> <tr bgcolor="#55aa55"> <td colspan=3 valign=bottom> <br> <font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></font></td></tr> <tr><td bgcolor="#55aa55"><tt> </tt></td><td> </td> -<td width="100%"><strong>NINE</strong> = 57<br> -<strong>ZERO</strong> = 48</td></tr></table> +<td width="100%"><strong>ANYKEY</strong> = 9002<br> +<strong>DIRKEY</strong> = 9001<br> +<strong>MAX_ALIAS_RECURSION</strong> = 20<br> +<strong>PASSIVE_ACTION</strong> = 9003<br> +<strong>digitlist</strong> = set([48, 49, 50, 51, 52, 53, ...])<br> +<strong>digits</strong> = '0123456789'</td></tr></table> </body></html> \ No newline at end of file |