ranger.gui.context
index
../../ranger/gui/context.py

# Copyright (C) 2009, 2010, 2011  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
       
__builtin__.object
Context

 
class Context(__builtin__.object)
     Methods defined here:
__init__(self, keys)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Data and other attributes defined here:
all = False
audio = False
background = False
bad = False
badinfo = False
bars = False
border = False
bot = False
container = False
copied = False
cut = False
device = False
directory = False
document = False
empty = False
error = False
executable = False
fifo = False
file = False
filter = False
good = False
group = False
help_markup = False
highlight = False
hostname = False
image = False
in_browser = False
in_console = False
in_pager = False
in_statusbar = False
in_taskview = False
in_titlebar = False
key = False
keybuffer = False
link = False
main_column = False
marked = False
media = False
message = False
mtime = False
nlink = False
owner = False
percentage = False
permissions = False
quotes = False
reset = False
scroll = False
selected = False
seperator = False
socket = False
space = False
special = False
tab = False
tag_marker = False
tagged = False
text = False
title = False
top = False
video = False

 
Data
        CONTEXT_KEYS = ['reset', 'error', 'badinfo', 'in_browser', 'in_statusbar', 'in_titlebar', 'in_console', 'in_pager', 'in_taskview', 'directory', 'file', 'hostname', 'executable', 'media', 'link', 'fifo', 'socket', 'device', 'video', 'audio', ...]
key = 'keybuffer'