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.widgets.taskview.html | 154 ----------------------------- 1 file changed, 154 deletions(-) delete mode 100644 doc/pydoc/ranger.gui.widgets.taskview.html (limited to 'doc/pydoc/ranger.gui.widgets.taskview.html') diff --git a/doc/pydoc/ranger.gui.widgets.taskview.html b/doc/pydoc/ranger.gui.widgets.taskview.html deleted file mode 100644 index 7c59fee1..00000000 --- a/doc/pydoc/ranger.gui.widgets.taskview.html +++ /dev/null @@ -1,154 +0,0 @@ - -Python: module ranger.gui.widgets.taskview - - - - - -
 
- 
ranger.gui.widgets.taskview
index
/home/hut/code/ranger/ranger/gui/widgets/taskview.py
-

The TaskView allows you to modify what the loader is doing.

-

- - - - - -
 
-Modules
       
curses
-

- - - - - -
 
-Classes
       
-
ranger.ext.accumulator.Accumulator(builtins.object) -
-
-
TaskView(ranger.gui.widgets.Widget, ranger.ext.accumulator.Accumulator) -
-
-
ranger.gui.widgets.Widget(ranger.gui.displayable.Displayable) -
-
-
TaskView(ranger.gui.widgets.Widget, ranger.ext.accumulator.Accumulator) -
-
-
-

- - - - - -
 
-class TaskView(ranger.gui.widgets.Widget, ranger.ext.accumulator.Accumulator)
    
Method resolution order:
-
TaskView
-
ranger.gui.widgets.Widget
-
ranger.gui.displayable.Displayable
-
ranger.shared.EnvironmentAware
-
ranger.shared.FileManagerAware
-
ranger.shared.Awareness
-
ranger.gui.curses_shortcuts.CursesShortcuts
-
ranger.shared.settings.SettingsAware
-
ranger.ext.accumulator.Accumulator
-
builtins.object
-
-
-Methods defined here:
-
__init__(self, win)
- -
draw(self)
- -
finalize(self)
- -
get_list(self)
- -
press(self, key)
- -
task_move(self, to, i=None)
- -
task_remove(self, i=None)
- -
-Data and other attributes defined here:
-
old_lst = None
- -
-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)
- -
click(self, event)
Called when a mouse key is pressed and self.focused is True.
-Override this!
- -
contains_point(self, y, x)
Test whether the point (with absolute coordinates) lies
-within the boundaries of this object.
- -
destroy(self)
Called when the object is destroyed.
-Override this!
- -
poke(self)
Called before drawing, even if invisible
- -
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 = {}
- -
-Methods inherited from ranger.ext.accumulator.Accumulator:
-
correct_pointer(self)
# XXX Is this still necessary?  move() ensures correct pointer position
- -
get_height(self)
OVERRIDE THIS
- -
move(self, narg=None, **keywords)
- -
move_to_obj(self, arg, attr=None)
- -
pointer_is_synced(self)
- -
sync_index(self, **kw)
- -

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