From 3817c8b47e85d3644383182c2b3909a2dbdd0b3b Mon Sep 17 00:00:00 2001 From: hut Date: Mon, 21 Jun 2010 00:23:04 +0200 Subject: removed pydoc since it can be generated with "make doc" easily --- doc/pydoc/ranger.gui.ui.html | 181 ------------------------------------------- 1 file changed, 181 deletions(-) delete mode 100644 doc/pydoc/ranger.gui.ui.html (limited to 'doc/pydoc/ranger.gui.ui.html') diff --git a/doc/pydoc/ranger.gui.ui.html b/doc/pydoc/ranger.gui.ui.html deleted file mode 100644 index a8a59091..00000000 --- a/doc/pydoc/ranger.gui.ui.html +++ /dev/null @@ -1,181 +0,0 @@ - -Python: module ranger.gui.ui - - - - - -
 
- 
ranger.gui.ui
index
/home/hut/code/ranger/ranger/gui/ui.py
-

# Copyright (C) 2009, 2010  Roman Zimbelmann <romanz@lavabit.com>
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.

-

- - - - - -
 
-Modules
       
_curses
-
curses
-
os
-
sys
-

- - - - - -
 
-Classes
       
-
ranger.gui.displayable.DisplayableContainer(ranger.gui.displayable.Displayable) -
-
-
UI -
-
-
-

- - - - - -
 
-class UI(ranger.gui.displayable.DisplayableContainer)
    
Method resolution order:
-
UI
-
ranger.gui.displayable.DisplayableContainer
-
ranger.gui.displayable.Displayable
-
ranger.shared.EnvironmentAware
-
ranger.shared.FileManagerAware
-
ranger.shared.Awareness
-
ranger.gui.curses_shortcuts.CursesShortcuts
-
ranger.shared.settings.SettingsAware
-
builtins.object
-
-
-Methods defined here:
-
__init__(self, env=None, fm=None)
- -
destroy(self)
Destroy all widgets and turn off curses
- -
draw(self)
Draw all objects in the container
- -
finalize(self)
Finalize every object in container and refresh the window
- -
handle_input(self)
- -
handle_key(self, key)
Handles key input
- -
handle_keys(self, *keys)
- -
handle_mouse(self)
Handles mouse input
- -
initialize(self)
initialize curses, then call setup (at the first time) and resize.
- -
redraw(self)
Redraw all widgets
- -
redraw_window(self)
Redraw the window. This only calls self.win.redrawwin().
- -
set_load_mode(self, boolean)
- -
setup(self)
Called after an initialize() call.
-Override this!
- -
suspend(self)
Turn off curses
- -
update_size(self)
Update self.env.termsize.
-Extend this method to resize all widgets!
- -
-Data and other attributes defined here:
-
is_set_up = False
- -
load_mode = False
- -
-Methods inherited from ranger.gui.displayable.DisplayableContainer:
-
add_child(self, obj)
Add the objects to the container.
- -
click(self, event)
Recursively called on objects in container
- -
poke(self)
Recursively called on objects in container
- -
press(self, key)
Recursively called on objects in container
- -
remove_child(self, obj)
Remove the object from the container.
- -
-Methods inherited from ranger.gui.displayable.Displayable:
-
__bool__ = __nonzero__(self)
Always True
- -
__contains__(self, item)
Is item inside the boundaries?
-item can be an iterable like [y, x] or an object with x and y methods.
- -
__nonzero__(self)
Always True
- -
__str__(self)
- -
contains_point(self, y, x)
Test whether the point (with absolute coordinates) lies
-within the boundaries of this object.
- -
resize(self, y, x, hei=None, wid=None)
Resize the widget
- -
-Data and other attributes inherited from ranger.shared.EnvironmentAware:
-
env = None
- -
-Data and other attributes inherited from ranger.shared.FileManagerAware:
-
fm = None
- -
-Data descriptors inherited from ranger.shared.Awareness:
-
__dict__
-
dictionary for instance variables (if defined)
-
-
__weakref__
-
list of weak references to the object (if defined)
-
-
-Methods inherited from ranger.gui.curses_shortcuts.CursesShortcuts:
-
addch(self, *args)
- -
addnstr(self, *args)
- -
addstr(self, *args)
- -
color(self, *keys)
Change the colors from now on.
- -
color_at(self, y, x, wid, *keys)
Change the colors at the specified position
- -
color_reset(self)
Change the colors to the default colors
- -
-Data and other attributes inherited from ranger.shared.settings.SettingsAware:
-
settings = {}
- -

- - - - - -
 
-Data
       MOUSEMASK = 268435455
-TERMINALS_WITH_TITLE = ('xterm', 'xterm-256color', 'rxvt', 'rxvt-256color', 'rxvt-unicode', 'aterm', 'Eterm', 'screen', 'screen-256color')
- \ No newline at end of file -- cgit 1.4.1-2-gfad0