ranger.gui.defaultui
index
/home/hut/ranger/ranger/gui/defaultui.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/>.

 
Classes
       
ranger.gui.ui.UI(ranger.gui.displayable.DisplayableContainer)
DefaultUI

 
class DefaultUI(ranger.gui.ui.UI)
    
Method resolution order:
DefaultUI
ranger.gui.ui.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
__builtin__.object

Methods defined here:
close_console(self)
close_embedded_pager(self)
close_pager(self)
close_taskview(self)
hint(self, text=None)
notify(self, *a, **k)
open_console(self, mode, string='', prompt=None)
open_embedded_pager(self)
open_pager(self)
open_taskview(self)
redraw_main_column(self)
scroll(self, relative)
setup(self)
Build up the UI by initializing widgets.
throbber(self, string='.', remove=False)
update_size(self)
resize all widgets

Methods inherited from ranger.gui.ui.UI:
__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) an