Package hsh :: Module display :: Class HshDisplay
[hide private]
[frames] | no frames]

Class HshDisplay

object --+
         |
        HshDisplay
Known Subclasses:

An interface which needs to be implemented by specific displays. The main display object, hsh.display_obj is an HshDisplay, usable by all other objects.

Instance Methods [hide private]
 
get_visible_job(self)
Return whichever job the user would think is the current one, based on the visible display.
 
list_views(self)
Return a list of view names.
 
show_alert(self, message)
Show a simple alert message to the user.
 
show_view(self, view_name)
Show the view of the given name to the user.

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__