From 4c13e1f2d85483e026d79ab05da9f1e8e4b45293 Mon Sep 17 00:00:00 2001 From: hut Date: Sat, 2 Jan 2010 00:10:49 +0100 Subject: updated pydoc documentation --- doc/pydoc/ranger.gui.widgets.browserview.html | 138 ++++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 doc/pydoc/ranger.gui.widgets.browserview.html (limited to 'doc/pydoc/ranger.gui.widgets.browserview.html') diff --git a/doc/pydoc/ranger.gui.widgets.browserview.html b/doc/pydoc/ranger.gui.widgets.browserview.html new file mode 100644 index 00000000..650e5f6f --- /dev/null +++ b/doc/pydoc/ranger.gui.widgets.browserview.html @@ -0,0 +1,138 @@ + +Python: module ranger.gui.widgets.browserview + + + + + +
 
+ 
ranger.gui.widgets.browserview
index
/home/hut/work/ranger/ranger/gui/widgets/browserview.py
+

The BrowserView manages a set of BrowserColumns.

+

+ + + + + +
 
+Classes
       
+
ranger.gui.displayable.DisplayableContainer(ranger.gui.displayable.Displayable) +
+
+
BrowserView(ranger.gui.widgets.Widget, ranger.gui.displayable.DisplayableContainer) +
+
+
ranger.gui.widgets.Widget(ranger.gui.displayable.Displayable) +
+
+
BrowserView(ranger.gui.widgets.Widget, ranger.gui.displayable.DisplayableContainer) +
+
+
+

+ + + + + +
 
+class BrowserView(ranger.gui.widgets.Widget, ranger.gui.displayable.DisplayableContainer)
    
Method resolution order:
+
BrowserView
+
ranger.gui.widgets.Widget
+
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, win, ratios, preview=True)
+ +
click(self, event)
+ +
close_pager(self)
+ +
draw(self)
+ +
open_pager(self)
+ +
poke(self)
+ +
resize(self, y, x, hei, wid)
Resize all the columns according to the given ratio
+ +
+Data and other attributes defined here:
+
need_clear = False
+ +
preview = True
+ +
preview_available = True
+ +
ratios = None
+ +
stretch_ratios = None
+ +
+Methods inherited from ranger.gui.displayable.DisplayableContainer:
+
add_child(self, obj)
Add the objects to the container.
+ +
destroy(self)
Recursively called on objects in container
+ +
finalize(self)
Recursively called on visible 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:
+
__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.
+ +
+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:
+
addnstr(self, *args)
+ +
addstr(self, *args)
+ +
color(self, keylist=None, *keys)
Change the colors from now on.
+ +
color_at(self, y, x, wid, keylist=None, *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 = <ranger.ext.openstruct.OpenStruct object at 0x7f20a718ad90>
+ +

+ \ No newline at end of file -- cgit 1.4.1-2-gfad0